Changeset 30454
- Timestamp:
- Feb 1, 2011, 3:02:23 PM (15 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 1 added
- 6 edited
-
Makefile.in (modified) (1 diff)
-
def/diffProcessedSkyfile_Images.d (modified) (1 diff)
-
def/magicProcessedMasks_Images.d (modified) (2 diffs)
-
def/rawBurntoolState.d (added)
-
raw/ipp.load.dat (modified) (1 diff)
-
raw/ipp.php (modified) (2 diffs)
-
scripts/generate (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/Makefile.in
r30453 r30454 61 61 $(DESTWWW)/show_and_delete_image.php \ 62 62 $(DESTWWW)/scatterPlot.php \ 63 $(DESTWWW)/rawBurntoolState.php \ 63 64 $(DESTWWW)/plotHistogram.php \ 64 65 $(DESTWWW)/columns_in_db.php \ -
trunk/ippMonitor/def/diffProcessedSkyfile_Images.d
r27892 r30454 11 11 # IMAGE VAR basename filerule camera class_id 12 12 IMAGE JPEG2 $diffSkyfile.path_base PPSUB.OUTPUT.JPEG2 GPC1 NONE 13 14 # if no query restrictions are supplied, we want to limit the query or it is extremely long running: 15 UNRESTRICTED AND diffRun.diff_id = 0 13 16 14 17 # XXX need to get camera from lookup -
trunk/ippMonitor/def/magicProcessedMasks_Images.d
r27892 r30454 11 11 ARGS ARG7 magicRun.magic_id=$magicRun.magic_id 12 12 ARGS ARG7 camera=GPC1 13 ARGS ARG7 basename=$magicRun.workdir/$magicRun.exp_id/$magicRun.exp_id.mgc.$magicRun.magic_id.verify/$magicRun.exp_id 13 #ARGS ARG7 basename=$magicRun.workdir/$magicRun.exp_id/$magicRun.exp_id.mgc.$magicRun.magic_id.verify/$magicRun.exp_id 14 ARGS ARG7 basename=$magicMask.path_base 14 15 15 16 # field size format name show link to extras … … 25 26 FIELD magicMask.fault, 5, %d, Fault 26 27 FIELD magicRun.workdir, 5, %s, Label, none 28 FIELD magicMask.path_base, 5, %s, Label, none 27 29 28 30 TAIL PHP insert_image ('MAGIC.ORIGINAL.PNG', 'width=49%'); -
trunk/ippMonitor/raw/ipp.load.dat
r28451 r30454 23 23 menulink | menuselect | link | New Imfile | newImfile.php 24 24 menulink | menuselect | link | Raw Imfile | rawImfile.php 25 menutop | menutop | plain | | 26 menulink | menuselect | link | Burntool State | rawBurntoolState.php -
trunk/ippMonitor/raw/ipp.php
r28688 r30454 390 390 if ($sortKey == "") { 391 391 if ($_SERVER[REQUEST_METHOD] == 'GET') { 392 $sort Key= $_GET['rsort'];392 $sortVal = $_GET['rsort']; 393 393 } else { 394 $sort Key= $_POST['rsort'];394 $sortVal = $_POST['rsort']; 395 395 } 396 396 if ($sortVal != "") { … … 529 529 $value = $_POST[$htmlkey]; 530 530 } 531 # a search restriction may include an SQL wild-card. we have to mangle these so that the http 532 # does not get converted to a special character 533 $value = preg_replace ('|%|', '%25', $value); 531 534 if ($value != "") { 532 535 if ($line) { -
trunk/ippMonitor/scripts/generate
r29485 r30454 58 58 if ($key eq "FIELD") { 59 59 ($field, $width, $format, $name, $show, $link, $extras) = split (/,\s+/, $value, 7); 60 if (! $name) { die "table $ARGV[0] missing required elements \n"; }60 if (! $name) { die "table $ARGV[0] missing required elements: $value\n"; } 61 61 if ($field =~ m|\S+\s+as\s+\S+|) { 62 62 ($fieldreal) = $field =~ m|\S+\s+as\s+(\S+)|;
Note:
See TracChangeset
for help on using the changeset viewer.
