IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
May 13, 2015, 10:33:47 AM (11 years ago)
Author:
eugene
Message:

tweak project based colors

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/ipp.php

    r38259 r38262  
    304304  if ("$project" == "gpc2") { $bodyclass = "gpc2"; }
    305305
     306  $tblclass = "page";
     307  if ("$project" == "gpc1") { $tblclass = "page_gpc1"; }
     308  if ("$project" == "gpc2") { $tblclass = "page_gpc2"; }
     309
    306310  echo "<html>\n";
    307311  head($title);
     
    314318
    315319  echo "<p style=\"font-size:50%\">host: $WWWHOST, db: $DBHOST</p>\n";
    316   echo "<table class=page cellspacing=10px><tr><td valign=top>\n";
     320  echo "<table class=$tblclass cellspacing=10px><tr><td valign=top>\n";
    317321  echo "<table class=menu cellspacing=0px>\n";
    318322
Note: See TracChangeset for help on using the changeset viewer.