Changeset 38262 for trunk/ippMonitor/raw/ipp.php
- Timestamp:
- May 13, 2015, 10:33:47 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r38259 r38262 304 304 if ("$project" == "gpc2") { $bodyclass = "gpc2"; } 305 305 306 $tblclass = "page"; 307 if ("$project" == "gpc1") { $tblclass = "page_gpc1"; } 308 if ("$project" == "gpc2") { $tblclass = "page_gpc2"; } 309 306 310 echo "<html>\n"; 307 311 head($title); … … 314 318 315 319 echo "<p style=\"font-size:50%\">host: $WWWHOST, db: $DBHOST</p>\n"; 316 echo "<table class= pagecellspacing=10px><tr><td valign=top>\n";320 echo "<table class=$tblclass cellspacing=10px><tr><td valign=top>\n"; 317 321 echo "<table class=menu cellspacing=0px>\n"; 318 322
Note:
See TracChangeset
for help on using the changeset viewer.
