ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/index/index.php
Revision: 1.1
Committed: Tue Mar 13 19:38:13 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Log Message:
Index page for all of the reports.  Simple but sweet.

File Contents

# Content
1 <? include("title.inc"); ?>
2
3 <hr style="color:#9999ff;">
4
5 <p>&nbsp;</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>&nbsp;</p>
26
27 <hr style="color:#9999ff;">
28
29 <? include("bottom.inc"); ?>