[hippo-commits] SF.net SVN: opensim-viewer:[8] web/htdocs
Status: Beta
Brought to you by:
manaj
|
From: Hippo O. V. S. C. <ope...@li...> - 2008-08-05 20:15:44
|
Revision: 8
http://opensim-viewer.svn.sourceforge.net/opensim-viewer/?rev=8&view=rev
Author: manaj
Date: 2008-08-05 20:15:50 +0000 (Tue, 05 Aug 2008)
Log Message:
-----------
Added graphs to statistics page.
Modified Paths:
--------------
web/htdocs/stats.php
Property Changed:
----------------
web/htdocs/img/
Property changes on: web/htdocs/img
___________________________________________________________________
Added: svn:ignore
+ users_*.png
Modified: web/htdocs/stats.php
===================================================================
--- web/htdocs/stats.php 2008-08-03 22:33:55 UTC (rev 7)
+++ web/htdocs/stats.php 2008-08-05 20:15:50 UTC (rev 8)
@@ -15,7 +15,14 @@
transferred and stored only to enable the statistics shown on the
right-hand side of this page.</p>
-<p>My plans are to later extend this page with some user-over-time
-graphs.</p>
+<center style="clear:both">
+<table>
+<tr><td>
+<img src="img/users_total.png" width="320" height="280">
+</td><td>
+<img src="img/users_day.png" width="320" height="280">
+</td></tr>
+</table>
+</center>
<?php include "../php/page_footer.inc"; ?>
\ No newline at end of file
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|