[Clo-cvs] CVS update: public_html/stats.shtml

Erik Enge eenge at common-lisp.net
Tue Jan 17 19:12:46 UTC 2006


Update of /project/clo/cvsroot/public_html
In directory common-lisp:/project/clo/public_html

Modified Files:
	stats.shtml 
Log Message:
adding user/project stats
Date: Tue Jan 17 13:12:46 2006
Author: eenge

Index: public_html/stats.shtml
diff -u public_html/stats.shtml:1.7 public_html/stats.shtml:1.8
--- public_html/stats.shtml:1.7	Tue Jan 17 12:59:28 2006
+++ public_html/stats.shtml	Tue Jan 17 13:12:46 2006
@@ -29,6 +29,8 @@
 
     <div class="sideBox LHS">
       <div>This Page</div>
+      <a href="#projects">Projects</a>
+      <a href="#users">Users</a>
       <a href="#web">Web</a>
       <a href="#mail">Mail</a>
       <a href="#system">System</a>
@@ -38,6 +40,24 @@
     <!-- ###### Body Text ###### -->
 
     <div id="bodyText">
+      <h1 id="projects">Projects</h1>
+      <p>Number of projects hosted: <!--#include virtual="stats/number_of_projects" --></p>
+
+      <a class="topOfPage" href="#top" title="Go to top of
+      page">top</a>
+      <br/>
+
+    </div>
+    <div id="bodyText">
+      <h1 id="users">Users</h1>
+      <p>Number of user accounts: <!--#include virtual="stats/number_of_users" --></p>
+
+      <a class="topOfPage" href="#top" title="Go to top of
+      page">top</a>
+      <br/>
+
+    </div>
+    <div id="bodyText">
       <h1 id="web">Web</h1>
       <p>Apache: <a href="/webalizer">Webalizer</a></p>
       <p>Apache # hits: <a href="/mrtg/apache.html">MRTG</a></p>




More information about the clo-cvs mailing list