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.17 by pjm2, Wed May 30 18:54:21 2001 UTC vs.
Revision 1.20 by tdb, Tue May 21 16:47:15 2002 UTC

# Line 1 | Line 1
1 < <? include("title.inc.php"); ?>
1 > <?
2  
3 + #
4 + # i-scream central monitoring system
5 + # http://www.i-scream.org.uk
6 + # 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 +
27   <p>&nbsp;</p>
28   <p>&nbsp;</p>
29  
# Line 20 | Line 44
44         </tr>
45         <tr>
46          <td>
47 +          <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            <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 +       <!-- have been replaced by the rrd graphing
63         <tr>
64          <td>
65            <a href="browser.php"><img alt="History" src="historical_logo.gif" border="0" width="32" height="32" align="middle"></a>
# Line 34 | Line 68
68            <b>Historical reports</b>
69          </td>
70        </tr>
71 +      -->
72        <tr>
73          <td>
74            <a href="alerts.php"><img alt="Alerts" src="alert_logo.gif" border="0" width="32" height="32" align="middle"></a>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines