Changeset 9003
- Timestamp:
- Sep 26, 2006, 6:19:19 PM (20 years ago)
- Location:
- trunk/ippMonitor
- Files:
-
- 31 edited
-
Makefile (modified) (3 diffs)
-
def/autocode.php (modified) (3 diffs)
-
def/detInputExp.d (modified) (1 diff)
-
def/detMasterFrame.d (modified) (1 diff)
-
def/detMasterImfile.d (modified) (1 diff)
-
def/detNormalizedImfile.d (modified) (1 diff)
-
def/detNormalizedStatImfile.d (modified) (1 diff)
-
def/detProcessedImfile.d (modified) (1 diff)
-
def/detResidExp.d (modified) (1 diff)
-
def/detResidImfile.d (modified) (1 diff)
-
def/detRun.d (modified) (1 diff)
-
def/detRunSummary.d (modified) (1 diff)
-
def/detStackedImfile.d (modified) (1 diff)
-
def/newExp.d (modified) (1 diff)
-
def/newImfile.d (modified) (1 diff)
-
def/p1PendingExp.d (modified) (1 diff)
-
def/p2PendingExp.d (modified) (1 diff)
-
def/p2PendingImfile.d (modified) (1 diff)
-
def/p2ProcessedExp.d (modified) (1 diff)
-
def/p2ProcessedImfile.d (modified) (1 diff)
-
def/p3PendingExp.d (modified) (1 diff)
-
def/pzPendingExp.d (modified) (1 diff)
-
def/pzPendingImfile.d (modified) (1 diff)
-
def/rawDetrendExp.d (modified) (1 diff)
-
def/rawImfile.d (modified) (1 diff)
-
def/rawScienceExp.d (modified) (1 diff)
-
def/summitExp.d (modified) (1 diff)
-
generate (modified) (6 diffs)
-
raw/ipp.copy.dat (modified) (1 diff)
-
raw/ipp.detrend.dat (modified) (1 diff)
-
raw/ipp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/Makefile
r8984 r9003 22 22 $(DESTBIN)/DetrendSteps.php \ 23 23 $(DESTBIN)/ImfileTables.php \ 24 $(DESTBIN)/phptest.php 24 $(DESTBIN)/phptest.php \ 25 $(DESTBIN)/flat_1_0.b1.jpeg \ 26 $(DESTBIN)/flat_1_0.b2.jpeg \ 27 $(DESTBIN)/pic.png 28 25 29 26 30 DEFSRC = \ … … 80 84 cp $< $@ 81 85 86 $(SRC)/%.png: $(RAW)/%.png 87 @if [ ! -d $(SRC) ]; then mkdir -p $(SRC); fi 88 cp $< $@ 89 90 $(SRC)/%.jpeg: $(RAW)/%.jpeg 91 @if [ ! -d $(SRC) ]; then mkdir -p $(SRC); fi 92 cp $< $@ 93 82 94 $(DESTBIN)/%.php: $(SRC)/%.php 83 95 @if [ ! -d $(DESTBIN) ]; then mkdir -p $(DESTBIN) || exit; fi … … 100 112 cp $(SRC)/$*.jpg $(DESTBIN)/$*.jpg || exit 101 113 114 $(DESTBIN)/%.jpeg: $(SRC)/%.jpeg 115 @if [ ! -d $(DESTBIN) ]; then mkdir -p $(DESTBIN) || exit; fi 116 rm -f $(DESTBIN)/$*.jpeg || exit 117 cp $(SRC)/$*.jpeg $(DESTBIN)/$*.jpeg || exit 118 119 $(DESTBIN)/%.png: $(SRC)/%.png 120 @if [ ! -d $(DESTBIN) ]; then mkdir -p $(DESTBIN) || exit; fi 121 rm -f $(DESTBIN)/$*.png || exit 122 cp $(SRC)/$*.png $(DESTBIN)/$*.png || exit 123 102 124 # utilities ################################################# 103 125 -
trunk/ippMonitor/def/autocode.php
r8984 r9003 5 5 $ID = checkID (); 6 6 7 menu('$MENU', '$TITLE', '$STYLE', $ID['link']); 7 if ($ID['menu']) { 8 $myMenu = $ID['menu']; 9 } else { 10 $myMenu = "$MENU"; 11 } 12 13 menu($myMenu, '$TITLE', '$STYLE', $ID['link']); 8 14 9 15 echo "<p> $TITLE </p>"; … … 26 32 menu_end(); 27 33 } 34 35 // ** BODY HTML ** 28 36 29 37 // set up the table and form … … 58 66 $pass = $ID['pass']; 59 67 $proj = $ID['proj']; 68 $menu = $ID['menu']; 60 69 echo "<input type=\"hidden\" name=\"pass\" value=\"$pass\">\n"; 61 70 echo "<input type=\"hidden\" name=\"proj\" value=\"$proj\">\n"; 71 echo "<input type=\"hidden\" name=\"menu\" value=\"$menu\">\n"; 62 72 echo "</form>\n"; 73 74 // ** TAIL HTML ** 63 75 64 76 menu_end(); -
trunk/ippMonitor/def/detInputExp.d
r8984 r9003 4 4 MENU ipp.detrend.dat 5 5 6 # field name link to extras 7 FIELD det_id, det_id 6 BODY.HTML test 1 <br> 7 BODY.HTML test 2 <br> 8 BODY.HTML test 3 <br> 9 10 # field name show link to extras 11 FIELD det_id, det_id 8 12 FIELD iteration, iteration 9 FIELD exp_id, exp_id 10 FIELD include, include 13 FIELD exp_id, exp_id, value, rawImfile.php, exp_id=$exp_id 14 FIELD exp_id, processed, value=proc, detProcessedImfile.php, exp_id=$exp_id,det_id=$det_id 15 FIELD include, include 16 17 TAIL.HTML test tail 1 <br> 18 TAIL.HTML test tail 2 <br> 19 TAIL.HTML test tail 3 <br> -
trunk/ippMonitor/def/detMasterFrame.d
r8984 r9003 4 4 MENU ipp.detrend.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD det_id, det_id 8 8 FIELD iteration, iteration -
trunk/ippMonitor/def/detMasterImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD det_id, det_id 8 8 FIELD class_id, class_id -
trunk/ippMonitor/def/detNormalizedImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD det_id, det_id 8 8 FIELD iteration, iteration -
trunk/ippMonitor/def/detNormalizedStatImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD det_id, det_id 8 8 FIELD iteration, iteration -
trunk/ippMonitor/def/detProcessedImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras 6 RESTRICT exp_id 7 RESTRICT det_id 8 9 # field name show link to extras 7 10 FIELD det_id, det_id 8 11 FIELD exp_id, exp_id -
trunk/ippMonitor/def/detResidExp.d
r8984 r9003 4 4 MENU ipp.detrend.dat 5 5 6 # field name link toextras7 FIELD det_id, det_id8 FIELD iteration, iteration 9 FIELD exp_id, exp_id10 FIELD recipe, recipe11 FIELD b g, bg12 FIELD bg_stdev, bg_stdev13 FIELD bg _mean_stdev, bg_mean_stdev14 FIELD b 1_uri, b1_uri15 FIELD b2_uri, b2_uri16 FIELD accept, accept 6 # field name show link to extras 7 FIELD det_id, det_id, value 8 FIELD iteration, iteration, value 9 FIELD accept, accept, value 10 FIELD exp_id, exp_id, value, rawImfile.php, exp_id=$exp_id 11 FIELD b1_uri, b1_uri, image=$b1_uri, display.php, image=$b2_uri 12 FIELD recipe, recipe, image=pic.png 13 FIELD bg, backgnd, value 14 FIELD bg_stdev, bg_stdev, value 15 FIELD b2_uri, b2_uri, none 16 # FIELD bg_mean_stdev, bg_mean_stdev -
trunk/ippMonitor/def/detResidImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD det_id, det_id 8 8 FIELD iteration, iteration -
trunk/ippMonitor/def/detRun.d
r8984 r9003 4 4 MENU ipp.detrend.dat 5 5 6 # field name link to extras 6 # field name show link to extras 7 FIELD position, det ID, value, detRunSummary.php, det_id=$position 7 8 FIELD iteration, iteration 8 FIELD det_type, det_type9 FIELD det_type, det_type -
trunk/ippMonitor/def/detRunSummary.d
r8984 r9003 4 4 MENU ipp.detrend.dat 5 5 6 # field name link to extras 7 FIELD det_id, det_id 8 FIELD iteration, iteration 9 FIELD bg, bg 10 FIELD bg_stdev, bg_stdev 11 FIELD bg_mean_stdev, bg_mean_stdev 12 FIELD accept, accept 6 # field name show link to extras 7 FIELD det_id, det_id 8 FIELD iteration, iteration, value, detInputExp.php, det_id=$det_id,iteration=$iteration 9 FIELD iteration, iteration, value=resid, detResidExp.php, det_id=$det_id,iteration=$iteration 10 FIELD accept, accept 11 FIELD bg, bg 12 FIELD bg_stdev, bg_stdev 13 # FIELD bg_mean_stdev, bg_mean_stdev -
trunk/ippMonitor/def/detStackedImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD det_id, det_id 8 8 FIELD iteration, iteration -
trunk/ippMonitor/def/newExp.d
r8984 r9003 1 1 TABLE newExp 2 TITLE Raw ScienceExposures2 TITLE New Exposures 3 3 FILE newExp.php 4 4 MENU ipp.copy.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD exp_id, exposure ID 8 8 FIELD camera, camera -
trunk/ippMonitor/def/newImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD exp_id, exposure ID 8 8 FIELD class, class -
trunk/ippMonitor/def/p1PendingExp.d
r8984 r9003 4 4 MENU ipp.science.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID, rawImfile.php, exp_id=$exp_id6 # field name show link to extras 7 FIELD exp_id, exposure ID, value, rawImfile.php, exp_id=$exp_id 8 8 FIELD recipe, recipe 9 9 FIELD p1_version, p1 version -
trunk/ippMonitor/def/p2PendingExp.d
r8984 r9003 4 4 MENU ipp.science.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID, rawImfile.php, exp_id=$exp_id6 # field name show link to extras 7 FIELD exp_id, exposure ID, value, rawImfile.php, exp_id=$exp_id 8 8 FIELD recipe, recipe 9 9 FIELD p1_version, p1 version -
trunk/ippMonitor/def/p2PendingImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD exp_id, exposure ID 8 8 FIELD class_id, class ID -
trunk/ippMonitor/def/p2ProcessedExp.d
r8984 r9003 4 4 MENU ipp.science.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID, p2ProcessedImfile.php, exp_id=$exp_id8 FIELD p1_version, p1 version, p1PendingExp.php exp_id=$exp_id6 # field name show link to extras 7 FIELD exp_id, exposure ID, value, p2ProcessedImfile.php, exp_id=$exp_id 8 FIELD p1_version, p1 version, value, p1PendingExp.php exp_id=$exp_id 9 9 FIELD p2_version, p2 version -
trunk/ippMonitor/def/p2ProcessedImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras6 # field name show link to extras 7 7 FIELD exp_id, exposure ID 8 8 FIELD class_id, class ID -
trunk/ippMonitor/def/p3PendingExp.d
r8984 r9003 4 4 MENU ipp.science.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID, p2ProcessedImfile.php, exp_id=$exp_id8 FIELD p2_version, p2 version, p2ProcessedExp.php, exp_id=$exp_id6 # field name show link to extras 7 FIELD exp_id, exposure ID, value, p2ProcessedImfile.php, exp_id=$exp_id 8 FIELD p2_version, p2 version, value, p2ProcessedExp.php, exp_id=$exp_id 9 9 FIELD p3_version, p3 version -
trunk/ippMonitor/def/pzPendingExp.d
r8984 r9003 4 4 MENU ipp.copy.dat 5 5 6 # field namelink to extras6 # field name show link to extras 7 7 FIELD exp_id, exposures ID 8 8 FIELD camera, camera -
trunk/ippMonitor/def/pzPendingImfile.d
r8984 r9003 4 4 MENU ipp.imfiles.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID8 FIELD bytes, number of bytes9 FIELD md5sum, checksum10 FIELD class, class11 FIELD class_id, class ID12 FIELD uri, URI6 # field name show link to extras 7 FIELD exp_id, exposure ID 8 FIELD bytes, number of bytes 9 FIELD md5sum, checksum 10 FIELD class, class 11 FIELD class_id, class ID 12 FIELD uri, URI -
trunk/ippMonitor/def/rawDetrendExp.d
r8984 r9003 4 4 MENU ipp.copy.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID, rawImfile.php, exp_id=$exp_id8 FIELD telescope, Telescope , telescopes.php6 # field name show link to extras 7 FIELD exp_id, exposure ID, value, rawImfile.php, exp_id=$exp_id 8 FIELD telescope, Telescope 9 9 FIELD camera, Camera 10 10 FIELD exp_type, Type -
trunk/ippMonitor/def/rawImfile.d
r8984 r9003 7 7 RESTRICT class_id 8 8 9 # field name link to extras9 # field name show link to extras 10 10 FIELD exp_id, Exposure ID 11 11 FIELD class, Class -
trunk/ippMonitor/def/rawScienceExp.d
r8984 r9003 4 4 MENU ipp.copy.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID, rawImfile.php, exp_id=$exp_id,camera=$camera,foo=bar8 FIELD telescope, Telescope, telescopes.php6 # field name show link to extras 7 FIELD exp_id, exposure ID, value, rawImfile.php, exp_id=$exp_id,camera=$camera,foo=bar 8 FIELD telescope, Telescope, value, telescopes.php 9 9 FIELD camera, Camera 10 10 FIELD exp_type, Type -
trunk/ippMonitor/def/summitExp.d
r8984 r9003 1 1 TABLE summitExp 2 TITLE Summit Exposures2 TITLE Pending Summit Exposures 3 3 FILE summitExp.php 4 4 MENU ipp.copy.dat 5 5 6 # field name link to extras7 FIELD exp_id, exposure ID8 FIELD camera, camera9 FIELD telescope, telescope10 FIELD exp_type, type11 FIELD uri, URI6 # field name show link to extras 7 FIELD exp_id, exposure ID 8 FIELD camera, camera 9 FIELD telescope, telescope 10 FIELD exp_type, type 11 FIELD uri, URI -
trunk/ippMonitor/generate
r8984 r9003 39 39 # list of the table fields 40 40 if ($key eq "FIELD") { 41 ($field, $name, $ link, $extras) = split (/,\s+/, $value, 4);41 ($field, $name, $show, $link, $extras) = split (/,\s+/, $value, 5); 42 42 # ($field) = $field =~ m|\s*(\S+)\s*|; 43 43 44 if ($VERBOSE) { printf "%-20s %-20s %-20s %-20s\n", $field, $name, $link, $extras; } 44 if ($VERBOSE) { printf "%-20s %-20s %-20s %-20s %-20s\n", $field, $name, $show, $link, $extras; } 45 if ($show eq "") {$show = "value";} 45 46 push @field, $field; 46 47 push @name, $name; 48 push @show, $show; 47 49 push @link, $link; 48 50 push @extras, $extras; 51 } 52 53 # list of the table fields 54 if ($key eq "BODY.HTML") { 55 push @bodyhtml, $value; 56 } 57 58 # list of the table fields 59 if ($key eq "TAIL.HTML") { 60 push @tailhtml, $value; 49 61 } 50 62 … … 65 77 &check_key ("TITLE", ""); 66 78 &check_key ("FILE", ""); 79 80 # these are used internally (not just a replacement) 81 for ($i = 0; $i < @key; $i++) { 82 if ($key[$i] eq "MENU") { $MENU = $value[$i]; } 83 } 67 84 68 85 # define query string, add to keypairs 69 86 &define_query_fields; 87 88 if (0) { 89 print STDERR "show: $show[0]\n"; 90 ($a, $b, $c) = &parse_label ($show[0]); 91 print STDERR "a: $a, b: $b, c: $c\n"; 92 93 print STDERR "extras: $extras[0]\n"; 94 ($a, $b, $c) = &parse_label ($extras[0]); 95 print STDERR "a: $a, b: $b, c: $c\n"; 96 97 print STDERR "show: $show[1]\n"; 98 ($a, $b, $c) = &parse_label ($show[1]); 99 print STDERR "a: $a, b: $b, c: $c\n"; 100 101 print STDERR "extras: $extras[1]\n"; 102 ($a, $b, $c) = &parse_label ($extras[1]); 103 print STDERR "a: $a, b: $b, c: $c\n"; 104 exit 0; 105 } 70 106 } 71 107 … … 102 138 &write_table_restrict; 103 139 } 140 141 # fill in body HTML 142 if ($line =~ m|// \*\* BODY HTML \*\*|) { 143 &write_body_html; 144 } 145 146 # fill in tail HTML 147 if ($line =~ m|// \*\* TAIL HTML \*\*|) { 148 &write_tail_html; 149 } 104 150 } 105 151 close (FILE); 106 152 } 107 153 154 sub write_body_html { 155 my ($i); 156 157 if (@bodyhtml == 0) { return; } 158 printf FILE "?>\n"; 159 160 for ($i = 0; $i < @bodyhtml; $i++) { 161 printf FILE "$bodyhtml[$i]\n"; 162 } 163 printf FILE "<?\n"; 164 } 165 166 sub write_tail_html { 167 my ($i); 168 169 if (@tailhtml == 0) { return; } 170 printf FILE "?>\n"; 171 172 for ($i = 0; $i < @tailhtml; $i++) { 173 printf FILE "$tailhtml[$i]\n"; 174 } 175 printf FILE "<?\n"; 176 } 177 108 178 sub write_table_header { 109 179 110 180 for ($i = 0; $i < @field; $i++) { 181 if ($show[$i] eq "none") { next; } 111 182 printf FILE "echo \"<th class=\\\"list\\\"> $name[$i] </th>\\n\";\n"; 112 183 } … … 129 200 130 201 sub write_table_data { 202 my ($i); 203 my ($label, $value, $string); 131 204 132 205 for ($i = 0; $i < @field; $i++) { 206 ($label, $value, $string) = &parse_label ($show[$i]); 207 133 208 # create the link variable if this entry should be linked 134 if ($link[$i]) { 209 if ($label eq "none") { next; } 210 211 if (($label eq "value") && !$link[$i]) { 212 # print value without link or image 213 if (! $value) { $value = "\$row[$i]"; } 214 print FILE " echo \"<td class=\\\"list\\\"> $value </td>\\n\";\n"; 215 next; 216 } 217 218 if (($label eq "value") && $link[$i]) { 219 # create the basic link variable 220 printf FILE " \$link = \"$link[$i]\" . \"?menu=$MENU&\" . \$ID['link'];\n"; 221 # add extra GET data to target 222 if ($extras[$i]) { &parse_extras ($extras[$i]); } 223 # print the actual table cell line with the link... 224 if (! $value) { $value = "\$row[$i]"; } 225 printf FILE " echo \"<td class=\\\"list\\\"><a href=\\\"\$link\\\"> $value </a></td>\\n\";\n"; 226 next; 227 } 228 229 if (($label eq "image") && !$link[$i]) { 230 # print the actual table cell line with the image... 231 printf FILE " echo \"<td class=\\\"list\\\"><img src=\\\"$value\\\"></td>\\n\";\n"; 232 next; 233 } 234 235 if (($label eq "image") && $link[$i]) { 135 236 # create the basic link 136 printf FILE " \$link = \"$link[$i]\" . \"?\" . \$ID['link'];\n"; 137 if ($extras[$i]) { 138 # examine the extras and parse the embedded fields 139 @extfields = split (/,/, $extras[$i]); 140 $N = @extfields; 141 if ($VERBOSE) { print STDERR "N extfields: $N\n"; } 142 for ($j = 0; $j < @extfields; $j++) { 143 144 # search for embedded table fields and replace with row[N] 145 $N = -1; 146 $extline = $extfields[$j]; 147 if ($VERBOSE) { print STDERR "extfield: $extfields[$j]\n"; } 148 for ($k = 0; ($k < @field) && ($N == -1); $k++) { 149 if ($extline =~ m|\$$field[$k]|) { 150 $extline =~ s|\$$field[$k]||; 151 $N = $k; 152 } 153 } 154 if ($N == -1) { 155 # no embedded field, print verbatim 156 printf FILE " \$link = \$link . \"&$extline\";\n"; 157 } else { 158 # replace embedded field with row[N] 159 printf FILE " \$link = \$link . \"&$extline\" . \$row[$N];\n"; 160 } 161 } 162 163 } 237 printf FILE " \$link = \"$link[$i]\" . \"?menu=$MENU&\" . \$ID['link'];\n"; 238 # add extra php data to target 239 if ($extras[$i]) { &parse_extras ($extras[$i]); } 164 240 # print the actual table cell line with the link... 165 printf FILE " echo \"<td class=\\\"list\\\"><a href=\\\"\$link\\\"> \$row[$i] </a></td>\\n\";\n"; 166 } else { 167 # or without 168 printf FILE " echo \"<td class=\\\"list\\\"> \$row[$i] </td>\\n\";\n"; 241 printf FILE " echo \"<td class=\\\"list\\\"><a href=\\\"\$link\\\"> <img src=\\\"$value\\\"> </a></td>\\n\";\n"; 242 next; 169 243 } 170 244 } … … 174 248 175 249 for ($i = 0; $i < @field; $i++) { 250 if ($show[$i] eq "none") { next; } 176 251 printf FILE "echo \"<td class=\\\"list\\\"> <input type=\\\"text\\\" name=\\\"$field[$i]\\\"> </td>\\n\";\n"; 177 252 } … … 186 261 187 262 set_keypair ("FIELDS", $FIELDS); 263 } 264 265 sub parse_extras { 266 my ($extras) = $_[0]; 267 my (@extfields); 268 my ($label, $value, $outline); 269 my ($i); 270 271 # examine the extras and parse the embedded fields (comma-separated) 272 @extfields = split (/,/, $extras); 273 for ($i = 0; $i < @extfields; $i++) { 274 ($label, $value, $outline) = &parse_label ($extfields[$i]); 275 printf FILE " \$link = \$link . \"&$outline\";\n"; 276 } 277 } 278 279 # parse strings of the form label=value 280 # if 'value' is of the form $field, try to match with 281 # a supplied DB field, and replace with $row[$n] if found 282 sub parse_label { 283 my ($string) = $_[0]; 284 my ($label, $value, $outline); 285 my ($N, $i); 286 287 # unless we replace the value with the db row element, return the original string 288 $outline = $string; 289 $label = $string; 290 $value = ""; 291 292 # search for embedded table fields and replace with row[N] 293 if ($VERBOSE) { print STDERR "string: $string\n"; } 294 if ($string =~ m|\S+=\S+|) { 295 ($label, $value) = $string =~ m|(\S+)=(\S+)|; 296 if ($value =~ m|^\$|) { 297 MATCH_LABEL: 298 for ($i = 0; $i < @field; $i++) { 299 if ($value =~ m|^\$$field[$i]|) { 300 $value = "\$row[$i]"; 301 last MATCH_LABEL; 302 } 303 } 304 $outline = "$label=$value"; 305 } 306 } 307 return ($label, $value, $outline); 188 308 } 189 309 -
trunk/ippMonitor/raw/ipp.copy.dat
r8984 r9003 24 24 menutop | menutop | plain | | 25 25 menulink | menuselect | link | Summit Exp | summitExp.php 26 menulink | menuselect | link | Copy Pending Exp | pzPendingExp.php 26 27 menulink | menuselect | link | New Exp | newExp.php 27 menulink | menuselect | link | Copy Pending Exp | pzPendingExp.php28 28 menulink | menuselect | link | Raw Detrend Exp | rawDetrendExp.php 29 29 menulink | menuselect | link | Raw Science Exp | rawScienceExp.php -
trunk/ippMonitor/raw/ipp.detrend.dat
r8984 r9003 25 25 menulink | menuselect | link | Det Run | detRun.php 26 26 menulink | menuselect | link | Det Run Summary | detRunSummary.php 27 menulink | menuselect | link | Det Master Frame | detMasterFrame.php28 27 menulink | menuselect | link | Det Input Exp | detInputExp.php 29 28 menulink | menuselect | link | Det Resid Exp | detResidExp.php -
trunk/ippMonitor/raw/ipp.php
r8984 r9003 78 78 $ID['pass'] = $_GET[pass]; 79 79 $ID['proj'] = $_GET[proj]; 80 $ID['menu'] = $_GET[menu]; 80 81 // echo "using GET: ", $ID['pass'], $ID['proj']; 81 82 } … … 83 84 $ID['pass'] = $_POST[pass]; 84 85 $ID['proj'] = $_POST[proj]; 86 $ID['menu'] = $_POST[menu]; 85 87 // echo "using POST: ", $ID['pass'], $ID['proj']; 86 88 }
Note:
See TracChangeset
for help on using the changeset viewer.
