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.3
Committed: Thu Mar 15 22:52:11 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.2: +3 -0 lines
Log Message:
Added a title to the page

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 colspan="2"><b><font size="+1">Reports Centre</font></b></td>
10 </tr>
11 <tr>
12 <td>
13 <a href="latest.php"><img src="latest_logo.gif" border="0" width="32" height="32"></a>
14 </td>
15 <td>
16 <b>Latest reports</b>
17 </td>
18 </tr>
19 <tr>
20 <td>
21 <a href="browser.php"><img src="historical_logo.gif" border="0" width="32" height="32"></a>
22 </td>
23 <td>
24 <b>Historical reports</b>
25 </td>
26 </tr>
27 <tr>
28 <td>
29 <a href="alerts.php"><img src="alert_logo.gif" border="0" width="32" height="32"></a>
30 </td>
31 <td>
32 <b>Alerts</b>
33 </td>
34 </tr>
35 </table>
36
37 <p>&nbsp;</p>
38
39 <hr style="color:#9999ff;">
40
41 <? include("bottom.inc"); ?>