Ignore:
Timestamp:
01/27/07 13:29:08 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/showplots.php

    r8272 r8273  
    5353printf("<body>\n");
    5454
    55 //$type2= array("calib", "signal", "star");
    5655$seq=0;
    5756if (!empty($_GET["seq"]))
     
    6968    $plot=getplotname($seq, $tabnum, $type, $type2);
    7069
     70    //be careful: this has to be adapted in case tabs are removed or new tabs are added
    7171    if (($type2=="calib" && $tabnum==12) || ($type2=="signal" && $tabnum==11) || ($type2=="star" && $tabnum==15))
    7272    {
     
    9191else
    9292    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);
    9593printf("</td>\n</tr>\n</table>\n");
    9694printf("</form>\n");
Note: See TracChangeset for help on using the changeset viewer.