IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 30562


Ignore:
Timestamp:
Feb 10, 2011, 3:01:29 PM (15 years ago)
Author:
rhenders
Message:

More improvements to formatting

File:
1 edited

Legend:

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

    r30559 r30562  
    177177        if (!$chipDist[$exp_id]) $chipDistStr = "N";
    178178        else $chipDistStr = $chipDist[$exp_id];
    179 
    180         if ($chipDistStr == "N") $color = "red"; else $color = "";
    181         echo "<TD bgcolor=\"$color\" >$chipState/$chipDistStr</td>";
     179        echo "<TD>$chipState/$chipDistStr</td>";
    182180
    183181        // cam
    184182        if (!$camDist[$exp_id]) $camDistStr = "N";
    185183        else $camDistStr = $camDist[$exp_id];
    186         if ($camDistStr == "N") $color = "red"; else $color = "";
    187         echo "<TD bgcolor=\"$color\" >$camState/$camDistStr</td>";
     184        echo "<TD>$camState/$camDistStr</td>";
    188185
    189186        // warp
    190187        if (!$warpDist[$exp_id]) $warpDistStr = "N";
    191188        else $warpDistStr = $warpDist[$exp_id];
    192         if ($warpDistStr == "N") $color = "red"; else $color = "";
    193         echo "<TD bgcolor=\"$color\" >$warpState/$warpDistStr</td>";
     189        echo "<TD>$warpState/$warpDistStr</td>";
    194190
    195191        // stack
Note: See TracChangeset for help on using the changeset viewer.