Changeset 38259 for trunk/ippMonitor/raw/ipp.php
- Timestamp:
- May 13, 2015, 10:12:08 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r38258 r38259 297 297 function menu ($source, $title, $sheet, $append, $project) { 298 298 299 $root = "/ippMonitor"; 300 if (! $project) { $project = "none"; } 301 302 $bodyclass = "default"; 303 if ("$project" == "gpc1") { $bodyclass = "gpc1"; } 304 if ("$project" == "gpc2") { $bodyclass = "gpc2"; } 305 299 306 echo "<html>\n"; 300 307 head($title); 301 308 echo "<link rel=\"STYLESHEET\" HREF=\"$sheet\">\n"; 302 echo "<body>\n"; 303 304 $root = "/ippMonitor"; 305 306 if (! $project) { $project = "none"; } 309 echo "<body class=$bodyclass>\n"; 307 310 308 311 // these are defined in site.php
Note:
See TracChangeset
for help on using the changeset viewer.
