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.4
Committed: Thu Mar 15 23:15:57 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.3: +35 -30 lines
Log Message:
Minor changes.

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" cellspacing="2" cellpadding="2" bgcolor="#000066">
8 <tr>
9 <td align="center"><b><font size="+1" color="#ffffff">Reports Centre</font></b></td>
10 </tr>
11 <tr bgcolor="#ffffff">
12 <td>
13 <table align="center" border="0" cellpadding="10">
14 <tr>
15 <td>
16 <a href="latest.php"><img alt="Latest" src="latest_logo.gif" border="0" width="32" height="32"></a>
17 </td>
18 <td>
19 <b>Latest reports</b>
20 </td>
21 </tr>
22 <tr>
23 <td>
24 <a href="browser.php"><img alt="History" src="historical_logo.gif" border="0" width="32" height="32"></a>
25 </td>
26 <td>
27 <b>Historical reports</b>
28 </td>
29 </tr>
30 <tr>
31 <td>
32 <a href="alerts.php"><img alt="Alerts" src="alert_logo.gif" border="0" width="32" height="32"></a>
33 </td>
34 <td>
35 <b>Alerts</b>
36 </td>
37 </tr>
38 </table>
39 </td>
40 </tr>
41 </table>
42
43
44 <p>&nbsp;</p>
45
46 <? include("bottom.inc"); ?>