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.18
Committed: Mon Mar 18 13:24:31 2002 UTC (22 years, 2 months ago) by tdb
Branch: MAIN
Changes since 1.17: +11 -0 lines
Log Message:
Merged in the code from the experimental tree. Still a few more things that
I'd like to do, but it's all working now, which is good.

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 pjm2 1.17 <td align="center"><b><font size="+1" color="#ffffff">i-scream Reports Centre</font></b></td>
9 pjm2 1.4 </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 pjm2 1.17 <tr>
22     <td>
23 tdb 1.18 <a href="graphs.php"><img alt="Graphs" src="historical_logo.gif" border="0" width="32" height="32" align="middle"></a>
24     </td>
25     <td>
26     <b>Graphical reports</b>
27     </td>
28     </tr>
29     <!-- will not work with new rrd graphing -->
30     <tr>
31     <td>
32 pjm2 1.17 <a href="logins.php"><img alt="Logins" src="logins_logo.gif" border="0" width="32" height="32" align="middle"></a>
33     </td>
34     <td>
35     <b>Login timelines</b>
36     </td>
37     </tr>
38 tdb 1.18 <!-- have been replaced by the rrd graphing
39 pjm2 1.4 <tr>
40     <td>
41 pjm2 1.7 <a href="browser.php"><img alt="History" src="historical_logo.gif" border="0" width="32" height="32" align="middle"></a>
42     </td>
43     <td>
44 pjm2 1.4 <b>Historical reports</b>
45     </td>
46     </tr>
47 tdb 1.18 -->
48 pjm2 1.4 <tr>
49     <td>
50 pjm2 1.7 <a href="alerts.php"><img alt="Alerts" src="alert_logo.gif" border="0" width="32" height="32" align="middle"></a>
51     </td>
52     <td>
53     <b>Individual alerts</b>
54 pjm2 1.4 </td>
55 pjm2 1.6 </tr>
56     <tr>
57 pjm2 1.4 <td>
58 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>
59 pjm2 1.7 </td>
60     <td>
61     <b>All alerts</b>
62 pjm2 1.4 </td>
63 pjm2 1.6 </tr>
64 pjm2 1.10 <tr>
65 pjm2 1.12 <td colspan="2"><hr></td>
66     </tr>
67     <tr>
68 pjm2 1.10 <td>
69 pjm2 1.14 <a href="alerts.php?machine=raptor.ukc.ac.uk&hideform=on&refresh=10"><b>Demo</b></a>
70 pjm2 1.10 </td>
71     <td>
72 pjm2 1.11 <font size="2">Helpdesk-style display for raptor<br>Auto-refreshed every ten seconds</font>
73 pjm2 1.10 </td>
74     </tr>
75     <tr>
76     <td>
77 pjm2 1.14 <a href="alerts.php?machine=ALL&hideform=on&refresh=10&small=on"><b>Demo</b></a>
78 pjm2 1.10 </td>
79     <td>
80 pjm2 1.11 <font size="2">Helpdesk-style display for all machines<br>Auto-refreshed every ten seconds.</font>
81 pjm2 1.10 </td>
82     </tr>
83 pjm2 1.12 <tr>
84     <td>
85 pjm2 1.16 <a href="alerts.php?machine=ALL&hideform=on&pagewidth=100%&fontsize=6&small=on&scroll=1"><b>Demo</b></a>
86 pjm2 1.12 </td>
87     <td>
88 pjm2 1.13 <font size="2">Helpdesk-style display for all machines<br>Auto-updated with large scrolling fonts<br>(Internet Explorer 4.0+ Only)</font>
89 pjm2 1.12 </td>
90     </tr>
91 pjm2 1.15 <tr>
92     <td>
93     <a href="public.php"><b>Demo</b></a>
94     </td>
95     <td>
96     <font size="2">Design your own customised helpdesk display.</font>
97     </td>
98     </tr>
99 pjm2 1.4 </table>
100     </td>
101     </tr>
102 pjm2 1.1 </table>
103    
104 pjm2 1.5 <p>&nbsp;</p>
105 pjm2 1.1
106     <? include("bottom.inc"); ?>