| Revision: | 1.1 |
| Committed: | Tue Mar 13 19:38:13 2001 UTC (24 years, 7 months ago) by pjm2 |
| Branch: | MAIN |
| Log Message: | Index page for all of the reports. Simple but sweet. |
| # | User | Rev | Content |
|---|---|---|---|
| 1 | pjm2 | 1.1 | <? include("title.inc"); ?> |
| 2 | |||
| 3 | <hr style="color:#9999ff;"> | ||
| 4 | |||
| 5 | <p> </p> | ||
| 6 | |||
| 7 | <table align="center" border="0" cellpadding="5"> | ||
| 8 | <tr> | ||
| 9 | <td> | ||
| 10 | <a href="latest.php">Latest reports</a> | ||
| 11 | </td> | ||
| 12 | </tr> | ||
| 13 | <tr> | ||
| 14 | <td> | ||
| 15 | <a href="browser.php">Historical reports</a> | ||
| 16 | </td> | ||
| 17 | </tr> | ||
| 18 | <tr> | ||
| 19 | <td> | ||
| 20 | <a href="alerts.php">Alerts</a> | ||
| 21 | </td> | ||
| 22 | </tr> | ||
| 23 | </table> | ||
| 24 | |||
| 25 | <p> </p> | ||
| 26 | |||
| 27 | <hr style="color:#9999ff;"> | ||
| 28 | |||
| 29 | <? include("bottom.inc"); ?> |