Index: /trunk/htdocs/coverager/config.default.php
===================================================================
--- /trunk/htdocs/coverager/config.default.php	(revision 1054)
+++ /trunk/htdocs/coverager/config.default.php	(revision 1054)
@@ -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")
+
Index: /trunk/htdocs/cacher/common.php
===================================================================
--- /trunk/htdocs/cacher/common.php	(revision 1054)
+++ /trunk/htdocs/cacher/common.php	(revision 1054)
@@ -0,0 +1,5 @@
+<?php
+
+require_once "../common/common.php";
+
+include(get_language_file("cacher"));
Index: /trunk/htdocs/common/common.css
===================================================================
--- /trunk/htdocs/common/common.css	(revision 1054)
+++ /trunk/htdocs/common/common.css	(revision 1054)
@@ -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; }
Index: /trunk/htdocs/common/common-zh-simplified.lang.php
===================================================================
--- /trunk/htdocs/common/common-zh-simplified.lang.php	(revision 1054)
+++ /trunk/htdocs/common/common-zh-simplified.lang.php	(revision 1054)
@@ -0,0 +1,4 @@
+<?php
+
+$strings = array();
+
Index: /trunk/htdocs/common/common-zh-traditional.lang.php
===================================================================
--- /trunk/htdocs/common/common-zh-traditional.lang.php	(revision 1054)
+++ /trunk/htdocs/common/common-zh-traditional.lang.php	(revision 1054)
@@ -0,0 +1,4 @@
+<?php
+
+$strings = array();
+
