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.2
Committed: Thu Mar 15 22:41:35 2001 UTC (23 years, 2 months ago) by pjm2
Branch: MAIN
Changes since 1.1: +12 -3 lines
Log Message:
Added the funky logos to the page, yay.

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