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.12
Committed: Thu Mar 22 17:18:54 2001 UTC (23 years, 1 month ago) by pjm2
Branch: MAIN
Changes since 1.11: +11 -4 lines
Log Message:
Added one of the auto-scrolling reports to the list.

File Contents

# User Rev Content
1 pjm2 1.8 <? include("title.inc.php"); ?>
2 pjm2 1.1
3 pjm2 1.5 <p>&nbsp;</p>
4 pjm2 1.1 <p>&nbsp;</p>
5    
6 pjm2 1.5 <table align="center" width="100%" border="0" cellspacing="2" cellpadding="2" bgcolor="#000066">
7 pjm2 1.4 <tr>
8     <td align="center"><b><font size="+1" color="#ffffff">Reports Centre</font></b></td>
9     </tr>
10     <tr bgcolor="#ffffff">
11     <td>
12     <table align="center" border="0" cellpadding="10">
13     <tr>
14 pjm2 1.7 <td>
15     <a href="latest.php"><img alt="Latest" src="latest_logo.gif" border="0" width="32" height="32" align="middle"></a>
16     </td>
17     <td>
18 pjm2 1.4 <b>Latest reports</b>
19     </td>
20     </tr>
21     <tr>
22     <td>
23 pjm2 1.7 <a href="browser.php"><img alt="History" src="historical_logo.gif" border="0" width="32" height="32" align="middle"></a>
24     </td>
25     <td>
26 pjm2 1.4 <b>Historical reports</b>
27     </td>
28     </tr>
29     <tr>
30     <td>
31 pjm2 1.7 <a href="alerts.php"><img alt="Alerts" src="alert_logo.gif" border="0" width="32" height="32" align="middle"></a>
32     </td>
33     <td>
34     <b>Individual alerts</b>
35 pjm2 1.4 </td>
36 pjm2 1.6 </tr>
37     <tr>
38 pjm2 1.4 <td>
39 pjm2 1.9 <a href="alerts.php?machine=ALL"><img alt="All alerts" src="allalerts_logo.gif" border="0" width="32" height="32" align="middle"></a>
40 pjm2 1.7 </td>
41     <td>
42     <b>All alerts</b>
43 pjm2 1.4 </td>
44 pjm2 1.6 </tr>
45 pjm2 1.10 <tr>
46 pjm2 1.12 <td colspan="2"><hr></td>
47     </tr>
48     <tr>
49 pjm2 1.10 <td>
50     <a href="alerts.php?machine=raptor.ukc.ac.uk&hideform=true&refresh=10"><b>Demo</b></a>
51     </td>
52     <td>
53 pjm2 1.11 <font size="2">Helpdesk-style display for raptor<br>Auto-refreshed every ten seconds</font>
54 pjm2 1.10 </td>
55     </tr>
56     <tr>
57     <td>
58     <a href="alerts.php?machine=ALL&hideform=true&refresh=10&small=true"><b>Demo</b></a>
59     </td>
60     <td>
61 pjm2 1.11 <font size="2">Helpdesk-style display for all machines<br>Auto-refreshed every ten seconds.</font>
62 pjm2 1.10 </td>
63     </tr>
64 pjm2 1.12 <tr>
65     <td>
66     <a href="alerts.php?machine=ALL&hideform=true&pagewidth=100%&fontsize=5&small=true&scroll=true"><b>Demo</b></a>
67     </td>
68     <td>
69     <font size="2">Helpdesk-style display for all machines<br>Auto-updated with large scrolling fonts</font>
70     </td>
71     </tr>
72 pjm2 1.4 </table>
73     </td>
74     </tr>
75 pjm2 1.1 </table>
76    
77 pjm2 1.5 <p>&nbsp;</p>
78 pjm2 1.1
79     <? include("bottom.inc"); ?>