Update of /cvsroot/openfirst/base/config
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21136
Modified Files:
index.php
Log Message:
Add openFIRST project stats to statistics table, properly close html tags
Index: index.php
===================================================================
RCS file: /cvsroot/openfirst/base/config/index.php,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** index.php 5 Apr 2004 10:26:50 -0000 1.7
--- index.php 5 Apr 2004 10:34:26 -0000 1.8
***************
*** 33,36 ****
--- 33,37 ----
?>
<h1>openFIRST Configuration Area</h1>
+
<table width="50%">
<tr>
***************
*** 39,50 ****
</table>
- <?php
- // The statistics feature is loosely inspired by that of phpBB.
-
- if($dbasetype == "mysql" || $dbasetype == "mssql") { ?>
<table>
<tr>
<th colspan="2">Statistics</th>
</tr>
<tr>
<th>Database Version</th><td>
--- 40,50 ----
</table>
<table>
<tr>
<th colspan="2">Statistics</th>
</tr>
+ <?php
+ // The statistics feature is loosely inspired by that of phpBB.
+ if($dbasetype == "mysql" || $dbasetype == "mssql") { ?>
<tr>
<th>Database Version</th><td>
***************
*** 73,78 ****
}
?>
! </table>
<?php } ?>
<br>
--- 73,83 ----
}
?>
! </td>
! </tr>
<?php } ?>
+ <tr><th>openFIRST Project Statistics</th><td>
+ <?php include_once("http://bugzilla.openfirst.org/openfirst/bugcrushers.php"); ?>
+ </td></tr>
+ </table>
<br>
|