refactor: move htdocs, bin, lib for easier installation
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1054 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
This commit is contained in:
parent
d7303c3387
commit
4b238490f9
|
@ -0,0 +1,5 @@
|
|||
<?php
|
||||
|
||||
require_once "../common/common.php";
|
||||
|
||||
include(get_language_file("cacher"));
|
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
|
||||
$strings = array();
|
||||
|
|
@ -0,0 +1,4 @@
|
|||
<?php
|
||||
|
||||
$strings = array();
|
||||
|
|
@ -0,0 +1,23 @@
|
|||
table.cycles { border: 1px solid black; margin-top: 5px; margin-bottom: 5px; }
|
||||
table.cycles .col1 { background-color: #f5f5f5; }
|
||||
table.cycles .col2 { background-color: #e0e0e0; }
|
||||
table.cycles th, table.cycles td { border: 1px solid black; font-family: monospace; }
|
||||
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; }
|
||||
input, table { font-family: sans-serif; }
|
||||
input { font-size: 12px; }
|
||||
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; }
|
||||
|
||||
h1 { text-align: center; display: block; }
|
||||
.switcher { text-align: center; display: block; padding: 2px 0 2px 0; }
|
||||
.switcher a { color: blue; padding: 1px 8px 1px 8px; border: 1px solid white; border-bottom-color: black; text-decoration: none; }
|
||||
.switcher a:hover.active
|
||||
, .switcher a:active.active
|
||||
, .switcher a.active { color: black; background: #99C; border-color: #99C; border-left-color: black; border-right-color: black; }
|
||||
.switcher a:hover { background: #f0f0f0; }
|
||||
.switcher a:active { background: #e0e0e0; }
|
||||
|
||||
.footnote { text-align: right; font-size: 12px; }
|
|
@ -0,0 +1,12 @@
|
|||
<?php
|
||||
|
||||
// [default config]
|
||||
// DO NOT rename/delete/modify this file which will be overwritten when upgrade
|
||||
// See config.example.php instead
|
||||
|
||||
// $config['include_paths'] = array();
|
||||
// $config['exclude_paths'] = array();
|
||||
$config['syntax_higlight'] = true;
|
||||
$config['use_cache'] = false;
|
||||
// $config['datadir'] is default to ini_get("xcache.coveragedump_directory")
|
||||
|
Loading…
Reference in New Issue