ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/i-scream/projects/cms/source/reports/php/alerts/alerts_config.inc.php
(Generate patch)

Comparing projects/cms/source/reports/php/alerts/alerts_config.inc.php (file contents):
Revision 1.5 by pjm2, Thu Mar 15 10:55:03 2001 UTC vs.
Revision 1.11 by pjm2, Sat Mar 17 17:34:40 2001 UTC

# Line 6 | Line 6 | $alertDirectory = "/home/proj/co600_10/webroot/alert";
6   $formMethod = "GET";
7   $thisPage = "alerts.php";
8  
9 < $titleHTML = "title.inc";
9 > $titleHTML = "title.inc.php";
10   $bottomHTML = "bottom.inc";
11  
12 + $alertLevelNames = Array (
13 +                        "Now okay",
14 +                        "Notice",
15 +                        "Warning",
16 +                        "Caution",
17 +                        "Critical!"
18 +                     );
19 +                    
20 + $alertLevelColours = Array (
21 +                        "#009900",
22 +                        "#990000",
23 +                        "#ff6666",
24 +                        "#ff6600",
25 +                        "#ff0000"
26 +                     );
27   ?>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines