|
From: Benjamin C. <bc...@us...> - 2002-03-26 18:44:36
|
Update of /cvsroot/phpbt/phpbt/templates/default
In directory usw-pr-cvs1:/tmp/cvs-serv12851/templates/default
Modified Files:
index.html
Log Message:
Added detailed project stats. Note that these stats can get very long, thus the configuration option to turn them off. Not tested yet on postgres
Index: index.html
===================================================================
RCS file: /cvsroot/phpbt/phpbt/templates/default/index.html,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- index.html 26 Mar 2002 17:41:53 -0000 1.5
+++ index.html 26 Mar 2002 18:44:33 -0000 1.6
@@ -35,3 +35,18 @@
</td>
</tr>
</table>
+<br>
+<br>
+<!-- BEGIN projectsummaryblock -->
+<table border="0" cellpadding="4">
+ <!-- BEGIN projectrow -->
+ <tr class="{trclass}">
+ <!-- BEGIN col -->
+ <td class="{colclass}">
+ {coldata}
+ </td>
+ <!-- END col -->
+ </tr>
+ <!-- END projectrow -->
+</table>
+<!-- END projectsummaryblock -->
|