Changeset 30562
- Timestamp:
- Feb 10, 2011, 3:01:29 PM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/czartool_exposures.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/czartool_exposures.php
r30559 r30562 177 177 if (!$chipDist[$exp_id]) $chipDistStr = "N"; 178 178 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>"; 182 180 183 181 // cam 184 182 if (!$camDist[$exp_id]) $camDistStr = "N"; 185 183 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>"; 188 185 189 186 // warp 190 187 if (!$warpDist[$exp_id]) $warpDistStr = "N"; 191 188 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>"; 194 190 195 191 // stack
Note:
See TracChangeset
for help on using the changeset viewer.
