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.19
Committed: Sat May 18 18:15:57 2002 UTC (22 years ago) by tdb
Branch: MAIN
Changes since 1.18: +24 -1 lines
Log Message:
i-scream is now licensed under the GPL. I've added the GPL headers to every
source file, and put a full copy of the license in the appropriate places.
I think I've covered everything. This is going to be a mad commit ;)

File Contents

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