Index: /trunk/htdocs/cacher/cacher.php
===================================================================
--- /trunk/htdocs/cacher/cacher.php	(revision 1068)
+++ /trunk/htdocs/cacher/cacher.php	(revision 1069)
@@ -34,7 +34,4 @@
 		if ($config['percent_graph_type'] != 'free') {
 			$v = 1 - $v;
-		}
-		if ($k % 30 == 0) {
-			$v = 1;
 		}
 		$v = (int) ($v * $c);
Index: /trunk/htdocs/cacher/cacher.css
===================================================================
--- /trunk/htdocs/cacher/cacher.css	(revision 1068)
+++ /trunk/htdocs/cacher/cacher.css	(revision 1069)
@@ -24,4 +24,5 @@
 dd { margin: 0; }
 .blockarea { overflow: hidden; width: 400px; }
+.legends { padding-bottom: 8px; }
 div.legend { float: left; border: 1px solid gray; font: 12px/12px monospace; }
 div.legendtitle { float: left; padding: 2px; padding-right: 10px; font: 12px/12px monospace; }
Index: /trunk/htdocs/cacher/cacher-zh-traditional.lang.php
===================================================================
--- /trunk/htdocs/cacher/cacher-zh-traditional.lang.php	(revision 1066)
+++ /trunk/htdocs/cacher/cacher-zh-traditional.lang.php	(revision 1069)
@@ -1,5 +1,5 @@
 <?php
 
-$strings = array(
+$strings += array(
 		'XCache Help'
 		=> 'XCache 說明訊息',
Index: /trunk/htdocs/cacher/cacher-zh-simplified.lang.php
===================================================================
--- /trunk/htdocs/cacher/cacher-zh-simplified.lang.php	(revision 1066)
+++ /trunk/htdocs/cacher/cacher-zh-simplified.lang.php	(revision 1069)
@@ -1,5 +1,5 @@
 <?php
 
-$strings = array(
+$strings += array(
 		'XCache Help'
 		=> 'XCache 帮助信息',
Index: /trunk/htdocs/common/common.php
===================================================================
--- /trunk/htdocs/common/common.php	(revision 1068)
+++ /trunk/htdocs/common/common.php	(revision 1069)
@@ -45,6 +45,9 @@
 	foreach (array(
 				"http://xcache.lighttpd.net/" => "XCache",
+				"http://xcache.lighttpd.net/wiki/DocTOC" => _("Document"),
+				"http://xcache.lighttpd.net/wiki/GetSupport" => _("Get Support"),
+				"https://groups.google.com/group/xcache/" => _("Discusson"),
 				"http://www.php.net/" => "PHP",
-				"http://www.lighttpd.net/" => "LIGHTTPD",
+				"http://www.lighttpd.net/" => "Lighttpd",
 				) as $url => $title) {
 		$html[] = sprintf('<a href="%s" target="_blank">%s</a>', $url, $title);
@@ -255,4 +258,5 @@
 }
 
+$strings = array();
 include(get_language_file("../common/common"));
 
Index: /trunk/htdocs/common/common.css
===================================================================
--- /trunk/htdocs/common/common.css	(revision 1068)
+++ /trunk/htdocs/common/common.css	(revision 1069)
@@ -70,4 +70,7 @@
 #header #mainnav a:active, #header #mainnav a:hover {
 	color: red;
+}
+#header #mainnav a {
+	padding: 0 8px 0 8px;
 }
 #headerbase {
Index: /trunk/htdocs/common/common-zh-simplified.lang.php
===================================================================
--- /trunk/htdocs/common/common-zh-simplified.lang.php	(revision 1056)
+++ /trunk/htdocs/common/common-zh-simplified.lang.php	(revision 1069)
@@ -1,9 +1,15 @@
 <?php
 
-$strings = array(
+$strings += array(
 		'Cacher'
 		=> '缓存器',
 		'Coverager'
 		=> '代码覆盖查看器',
+		'Document'
+		=> '帮助文档',
+		'Get Support'
+		=> '获取支持',
+		'Discusson'
+		=> '讨论',
 		''
 		=> '',
Index: /trunk/htdocs/common/common-zh-traditional.lang.php
===================================================================
--- /trunk/htdocs/common/common-zh-traditional.lang.php	(revision 1056)
+++ /trunk/htdocs/common/common-zh-traditional.lang.php	(revision 1069)
@@ -1,9 +1,15 @@
 <?php
 
-$strings = array(
+$strings += array(
 		'Cacher'
 		=> '快取器',
 		'Coverager'
 		=> '代码覆盖查看器',
+		'Document'
+		=> '幫助文檔',
+		'Get Support'
+		=> '獲取支持',
+		'Discusson'
+		=> '討論',
 		''
 		=> '',
