ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/index/index.php
(Generate patch)

Comparing projects/cms/source/reports/php/index/index.php (file contents):
Revision 1.3 by pjm2, Thu Mar 15 22:52:11 2001 UTC vs.
Revision 1.4 by pjm2, Thu Mar 15 23:15:57 2001 UTC

# Line 4 | Line 4
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>
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  
37 <p>&nbsp;</p>
43  
44 < <hr style="color:#9999ff;">
44 > <p>&nbsp;</p>
45  
46   <? include("bottom.inc"); ?>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines