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.8 by pjm2, Thu Mar 15 17:14:59 2001 UTC vs.
Revision 1.13 by pjm2, Wed Mar 21 17:32:24 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 <                        "Okay",
13 >                        "Now okay",
14                          "Notice",
15                          "Warning",
16                          "Caution",
17 <                        "Critical"
17 >                        "Critical!",
18 >                        "Final Warning"
19                       );
20                      
21   $alertLevelColours = Array (
22 <                        "#00ff00",
23 <                        "#000000",
24 <                        "#ff6666",                        
25 <                        "#ff6600",
26 <                        "#ff0000"
22 >                        "#009900",
23 >                        "#9999ff",
24 >                        "#990000",
25 >                        "#ff9900",
26 >                        "#ff0000",
27 >                        "#000099"
28                       );
29   ?>

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines