Changeset 38259 for trunk/ippMonitor
- Timestamp:
- May 13, 2015, 10:12:08 AM (11 years ago)
- Location:
- trunk/ippMonitor/raw
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.css
r28718 r38259 5 5 */ 6 6 7 body { 7 body.default { 8 background-color: #a0d0e0; 9 padding: 5px; 10 margin: 5px 11 } 12 13 body.gpc1 { 14 background-color: #a0d0e0; 15 padding: 5px; 16 margin: 5px 17 } 18 19 body.gpc2 { 8 20 background-color: #a0d0e0; 9 21 padding: 5px; -
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.
