Changeset 29978 for trunk/ippMonitor/raw/czartool_labels.php
- Timestamp:
- Dec 8, 2010, 11:25:46 AM (15 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/czartool_labels.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/czartool_labels.php
r29969 r29978 399 399 ."&plottype=".$plotType; 400 400 401 $searchState = "new"; 402 if ($server == "update") $searchState = "update"; 403 401 404 // write rows 402 405 foreach ($labels as &$thisLabel) { … … 437 440 write_table_cell($class, '%s', $anyFaults ? $link : "", $str); 438 441 439 $link = "failedChipProcessedImfile.php?pass=" . $pass . "&proj=" . $proj . "&chipRun.label=" . $thisLabel . "&chipRun.state= new";442 $link = "failedChipProcessedImfile.php?pass=" . $pass . "&proj=" . $proj . "&chipRun.label=" . $thisLabel . "&chipRun.state=".$searchState; 440 443 getStateAndFaults($db, $thisLabel, $selectedState, "chip", $str, $anyFaults); 441 444 write_table_cell($class, '%s', $anyFaults ? $link : "", $str); 442 445 443 $link = "failedCamProcessedExp.php?pass=" . $pass . "&proj=" . $proj . "&camRun.label=" . $thisLabel . "&camRun.state= new";446 $link = "failedCamProcessedExp.php?pass=" . $pass . "&proj=" . $proj . "&camRun.label=" . $thisLabel . "&camRun.state=".$searchState; 444 447 getStateAndFaults($db, $thisLabel, $selectedState, "cam", $str, $anyFaults); 445 448 write_table_cell($class, '%s', $anyFaults ? $link : "", $str); 446 449 447 $link = "failedFakeProcessedImfile.php?pass=" . $pass . "&proj=" . $proj . "&fakeRun.label=" . $thisLabel . "&fakeRun.state= new";450 $link = "failedFakeProcessedImfile.php?pass=" . $pass . "&proj=" . $proj . "&fakeRun.label=" . $thisLabel . "&fakeRun.state=".$searchState; 448 451 getStateAndFaults($db, $thisLabel, $selectedState, "fake", $str, $anyFaults); 449 452 write_table_cell($class, '%s', $anyFaults ? $link : "", $str); 450 453 451 $link = "failedWarpSkyfiles.php?pass=" . $pass . "&proj=" . $proj . "&warpRun.label=" . $thisLabel . "&warpRun.state= new";454 $link = "failedWarpSkyfiles.php?pass=" . $pass . "&proj=" . $proj . "&warpRun.label=" . $thisLabel . "&warpRun.state=".$searchState; 452 455 getStateAndFaults($db, $thisLabel, $selectedState, "warp", $str, $anyFaults); 453 456 write_table_cell($class, '%s', $anyFaults ? $link : "", $str); 454 457 455 $link = "failedStackSkyfile.php?pass=" . $pass . "&proj=" . $proj . "&stackRun.label=" . $thisLabel . "&stackRun.state= new";458 $link = "failedStackSkyfile.php?pass=" . $pass . "&proj=" . $proj . "&stackRun.label=" . $thisLabel . "&stackRun.state=".$searchState; 456 459 getStateAndFaults($db, $thisLabel, $selectedState, "stack", $str, $anyFaults); 457 460 write_table_cell($class, '%s', $anyFaults ? $link : "", $str); 458 461 459 $link = "failedDiffSkyfile.php?pass=" . $pass . "&proj=" . $proj . "&diffRun.label=" . $thisLabel . "&diffRun.state= new";462 $link = "failedDiffSkyfile.php?pass=" . $pass . "&proj=" . $proj . "&diffRun.label=" . $thisLabel . "&diffRun.state=".$searchState; 460 463 getStateAndFaults($db, $thisLabel, $selectedState, "diff", $str, $anyFaults); 461 464 write_table_cell($class, '%s', $anyFaults ? $link : "", $str);
Note:
See TracChangeset
for help on using the changeset viewer.
