Changeset 26862
- Timestamp:
- Feb 10, 2010, 4:00:56 PM (16 years ago)
- Location:
- branches/eam_branches/20091201/ippMonitor
- Files:
-
- 5 edited
-
def/autocode.php (modified) (1 diff)
-
def/magicProcessedMasks.d (modified) (1 diff)
-
def/warpStageSkyfileInputs.d (modified) (1 diff)
-
raw/ipp.php (modified) (1 diff)
-
scripts/generate (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/20091201/ippMonitor/def/autocode.php
r21137 r26862 23 23 echo "<form action=\"$FILE\" method=\"POST\">\n"; 24 24 25 $restricted = 0; 26 25 27 // define restrictiosn to the queries 26 28 // ** TABLE RESTRICTIONS ** 29 30 if ($restricted == 0) { 31 if ("$UNRESTRICTED" != "none") { 32 $WHERE = "$WHERE $UNRESTRICTED"; 33 } 34 } 27 35 28 36 // get the result table count -
branches/eam_branches/20091201/ippMonitor/def/magicProcessedMasks.d
r24674 r26862 13 13 FIELD magicRun.inverse, 5, %s, Inverse 14 14 FIELD magicRun.state, 5, %s, State 15 FIELD magicMask.streaks, 5, %d, Fault15 FIELD magicMask.streaks, 5, %d, Streaks 16 16 FIELD magicMask.fault, 5, %s, Fault -
branches/eam_branches/20091201/ippMonitor/def/warpStageSkyfileInputs.d
r24867 r26862 11 11 WHERE chipProcessedImfile.chip_id = chipRun.chip_id 12 12 WHERE chipProcessedImfile.class_id = warpSkyCellMap.class_id 13 14 # if no query restrictions are supplied, we want to limit the query or it is extremely long running: 15 UNRESTRICTED AND warpRun.warp_id = 0 13 16 14 17 ARGS ARG1 rawImfile.exp_id=$rawExp.exp_id -
branches/eam_branches/20091201/ippMonitor/raw/ipp.php
r26821 r26862 430 430 } 431 431 if ($value == "") { return $where; } 432 433 global $restricted; 434 $restricted = 1; 435 432 436 if ($where) { 433 437 $where = $where . " AND"; -
branches/eam_branches/20091201/ippMonitor/scripts/generate
r26820 r26862 28 28 &init_key ("STYLE"); 29 29 &init_key ("MODE"); 30 &init_key ("UNRESTRICTED"); 30 31 &init_key ("TABLE"); 31 32 &init_key ("TITLE"); … … 121 122 &check_key ("STYLE", "ipp.css"); 122 123 &check_key ("MODE", "basic"); 124 &check_key ("UNRESTRICTED", "none"); 123 125 &check_key ("TABLE", ""); 124 126 &check_key ("TITLE", "");
Note:
See TracChangeset
for help on using the changeset viewer.
