Changeset 8273 for trunk/MagicSoft/Mars/datacenter/db/showplots.php
- Timestamp:
- 01/27/07 13:29:08 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/showplots.php
r8272 r8273 53 53 printf("<body>\n"); 54 54 55 //$type2= array("calib", "signal", "star");56 55 $seq=0; 57 56 if (!empty($_GET["seq"])) … … 69 68 $plot=getplotname($seq, $tabnum, $type, $type2); 70 69 70 //be careful: this has to be adapted in case tabs are removed or new tabs are added 71 71 if (($type2=="calib" && $tabnum==12) || ($type2=="signal" && $tabnum==11) || ($type2=="star" && $tabnum==15)) 72 72 { … … 91 91 else 92 92 printf("You have to select a sequence."); 93 //printf("<img src='http://vela.astro.uni-wuerzburg.de/datacenter/%s/%04d/%08d/%s%08d-tab%d.png'>",94 // $type, $seqshort, $seq, $type2, $seq, $tabnum);95 93 printf("</td>\n</tr>\n</table>\n"); 96 94 printf("</form>\n");
Note:
See TracChangeset
for help on using the changeset viewer.