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.19 by tdb, Sat May 18 18:15:57 2002 UTC

# Line 1 | Line 1
1 < <? include("title.inc.php"); ?>
1 > <?
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 +
26   <p>&nbsp;</p>
27   <p>&nbsp;</p>
28  
# Line 20 | Line 43
43         </tr>
44         <tr>
45          <td>
46 +          <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            <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 +       <!-- have been replaced by the rrd graphing
62         <tr>
63          <td>
64            <a href="browser.php"><img alt="History" src="historical_logo.gif" border="0" width="32" height="32" align="middle"></a>
# Line 34 | Line 67
67            <b>Historical reports</b>
68          </td>
69        </tr>
70 +      -->
71        <tr>
72          <td>
73            <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