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.20
Committed: Tue May 21 16:47:15 2002 UTC (22 years ago) by tdb
Branch: MAIN
Changes since 1.19: +1 -0 lines
Log Message:
Added URL to GPL headers.

File Contents

# User Rev Content
1 tdb 1.19 <?
2    
3     #
4     # i-scream central monitoring system
5 tdb 1.20 # http://www.i-scream.org.uk
6 tdb 1.19 # Copyright (C) 2000-2002 i-scream
7     #
8     # This program is free software; you can redistribute it and/or
9     # modify it under the terms of the GNU General Public License
10     # as published by the Free Software Foundation; either version 2
11     # of the License, or (at your option) any later version.
12     #
13     # This program is distributed in the hope that it will be useful,
14     # but WITHOUT ANY WARRANTY; without even the implied warranty of
15     # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
16     # GNU General Public License for more details.
17     #
18     # You should have received a copy of the GNU General Public License
19     # along with this program; if not, write to the Free Software
20     # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
21     #
22    
23     include("title.inc.php");
24    
25     ?>
26 pjm2 1.1
27 pjm2 1.5 <p>&nbsp;</p>
28 pjm2 1.1 <p>&nbsp;</p>
29    
30 pjm2 1.5 <table align="center" width="100%" border="0" cellspacing="2" cellpadding="2" bgcolor="#000066">
31 pjm2 1.4 <tr>
32 pjm2 1.17 <td align="center"><b><font size="+1" color="#ffffff">i-scream Reports Centre</font></b></td>
33 pjm2 1.4 </tr>
34     <tr bgcolor="#ffffff">
35     <td>
36     <table align="center" border="0" cellpadding="10">
37     <tr>
38 pjm2 1.7 <td>
39     <a href="latest.php"><img alt="Latest" src="latest_logo.gif" border="0" width="32" height="32" align="middle"></a>
40     </td>
41     <td>
42 pjm2 1.4 <b>Latest reports</b>
43     </td>
44     </tr>
45 pjm2 1.17 <tr>
46     <td>
47 tdb 1.18 <a href="graphs.php"><img alt="Graphs" src="historical_logo.gif" border="0" width="32" height="32" align="middle"></a>
48     </td>
49     <td>
50     <b>Graphical reports</b>
51     </td>
52     </tr>
53     <!-- will not work with new rrd graphing -->
54     <tr>
55     <td>
56 pjm2 1.17 <a href="logins.php"><img alt="Logins" src="logins_logo.gif" border="0" width="32" height="32" align="middle"></a>
57     </td>
58     <td>
59     <b>Login timelines</b>
60     </td>
61     </tr>
62 tdb 1.18 <!-- have been replaced by the rrd graphing
63 pjm2 1.4 <tr>
64     <td>
65 pjm2 1.7 <a href="browser.php"><img alt="History" src="historical_logo.gif" border="0" width="32" height="32" align="middle"></a>
66     </td>
67     <td>
68 pjm2 1.4 <b>Historical reports</b>
69     </td>
70     </tr>
71 tdb 1.18 -->
72 pjm2 1.4 <tr>
73     <td>
74 pjm2 1.7 <a href="alerts.php"><img alt="Alerts" src="alert_logo.gif" border="0" width="32" height="32" align="middle"></a>
75     </td>
76     <td>
77     <b>Individual alerts</b>
78 pjm2 1.4 </td>
79 pjm2 1.6 </tr>
80     <tr>
81 pjm2 1.4 <td>
82 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>
83 pjm2 1.7 </td>
84     <td>
85     <b>All alerts</b>
86 pjm2 1.4 </td>
87 pjm2 1.6 </tr>
88 pjm2 1.10 <tr>
89 pjm2 1.12 <td colspan="2"><hr></td>
90     </tr>
91     <tr>
92 pjm2 1.10 <td>
93 pjm2 1.14 <a href="alerts.php?machine=raptor.ukc.ac.uk&hideform=on&refresh=10"><b>Demo</b></a>
94 pjm2 1.10 </td>
95     <td>
96 pjm2 1.11 <font size="2">Helpdesk-style display for raptor<br>Auto-refreshed every ten seconds</font>
97 pjm2 1.10 </td>
98     </tr>
99     <tr>
100     <td>
101 pjm2 1.14 <a href="alerts.php?machine=ALL&hideform=on&refresh=10&small=on"><b>Demo</b></a>
102 pjm2 1.10 </td>
103     <td>
104 pjm2 1.11 <font size="2">Helpdesk-style display for all machines<br>Auto-refreshed every ten seconds.</font>
105 pjm2 1.10 </td>
106     </tr>
107 pjm2 1.12 <tr>
108     <td>
109 pjm2 1.16 <a href="alerts.php?machine=ALL&hideform=on&pagewidth=100%&fontsize=6&small=on&scroll=1"><b>Demo</b></a>
110 pjm2 1.12 </td>
111     <td>
112 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>
113 pjm2 1.12 </td>
114     </tr>
115 pjm2 1.15 <tr>
116     <td>
117     <a href="public.php"><b>Demo</b></a>
118     </td>
119     <td>
120     <font size="2">Design your own customised helpdesk display.</font>
121     </td>
122     </tr>
123 pjm2 1.4 </table>
124     </td>
125     </tr>
126 pjm2 1.1 </table>
127    
128 pjm2 1.5 <p>&nbsp;</p>
129 pjm2 1.1
130     <? include("bottom.inc"); ?>