diff --git a/mod_cacher/htdocs/xcache.css b/mod_cacher/htdocs/xcache.css index b65cf9b..080d9a7 100644 --- a/mod_cacher/htdocs/xcache.css +++ b/mod_cacher/htdocs/xcache.css @@ -1,7 +1,8 @@ input, table { font-family: sans-serif; } input { font-size: 12px; } -table { border-collapse: collapse; font-size: 11px; margin: 0; margin-bottom: 10px; } -table caption, h2 { font-size: 16px; font-weight: bold; text-align: left; padding-top: 20px; margin-bottom: 2px; } +table { border-collapse: collapse; font-size: 11px; margin: 0; } +table caption, h2, h3 { font-size: 16px; font-weight: bold; text-align: left; padding-top: 20px; margin-bottom: 2px; } +h3 { font-size: 14px; padding-top: 2px; margin-bottom: 0px; } td, th { white-space: pre; } table.cycles { border: 1px solid black; margin-top: 5px; margin-bottom: 5px; } table.cycles .col1 { background-color: #f5f5f5; } @@ -10,12 +11,12 @@ table.cycles th, table.cycles td { border: 1px solid black; font-family: monospa table.cycles th { background-color: #9999cc; color: black; font-weight: bold; height: 20px; line-height: 20px; font-family: serif; } th a { color: black; font-weight: bold; display: block; width: 100%; height: 100%; } th { font-size: 12px; } -.moduleinfo table { border: 1px solid black; } -.moduleinfo table th, .moduleinfo table td { border: 1px solid black; } -.moduleinfo table th { font-weight: bold; } -.moduleinfo .e {background-color: #ccccff; font-weight: bold; color: #000000;} -.moduleinfo .h {background-color: #9999cc; font-weight: bold; color: #000000;} -.moduleinfo .v {background-color: #cccccc; color: #000000;} +.phpinfo table { border: 1px solid black; margin-bottom: 1px; } +.phpinfo table th, .phpinfo table td { border: 1px solid black; } +.phpinfo table th { font-weight: bold; } +.phpinfo .e {background-color: #ccccff; font-weight: bold; color: #000000;} +.phpinfo .h {background-color: #9999cc; font-weight: bold; color: #000000;} +.phpinfo .v {background-color: #cccccc; color: #000000;} .button { } span.sortarrow { color: white; text-decoration: none; } form {margin: 0; padding: 0} diff --git a/mod_cacher/htdocs/xcache.php b/mod_cacher/htdocs/xcache.php index 1f75b12..b9d0b90 100644 --- a/mod_cacher/htdocs/xcache.php +++ b/mod_cacher/htdocs/xcache.php @@ -206,12 +206,25 @@ function th($name, $attrs = null) , "\n"); } +$php_version = phpversion(); +$xcache_version = XCACHE_VERSION; +$xcache_modules = XCACHE_MODULES; + if (!extension_loaded('XCache')) { + include("header.tpl.php"); echo '