Ignore:
Timestamp:
02/17/06 11:28:43 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7516 r7518  
    3838
    3939        if (empty($_GET["fAll"]))
    40             $_GET["fAll"]=$first?"On":"";
     40            $_GET["fAll"]="Off";
    4141
    4242    }
     
    5353
    5454        if (empty($_GET["fRunMin"]))
    55             $min = GetMin("fDataSetNumber", "DataSets", $db);
     55            $min = "100";
     56//            $min = GetMin("fDataSetNumber", "DataSets", $db);
    5657        else
    5758            $min = $_GET["fRunMin"];
     
    169170            printf(" <table BORDER=\"1\">");
    170171            printf(" <tr BGCOLOR='#C0C0C0'>\n");
    171             printf(" <th colspan=\"6\"><u>DataSet#:</u> %s </th>", $datasetno);
     172            printf(" <th colspan=\"6\"><u>DataSet#:</u> %s - %s </th>", $datasetno, $source);
    172173            printf(" </tr><tr BGCOLOR='#E0E0E0' ALIGN='left'>\n");
    173             printf(" <th colspan=\"6\"> %s - Wobble %s ", $comment, $wobble);
     174            printf(" <th colspan=\"6\"> %s ", $comment);
     175            printf(" </th></tr><tr>\n");
     176
     177            printf(" <td colspan=\"6\"> Wobble: %s", $wobble);
    174178            if (!is_null($ganymed))
    175                 printf(", <font color='green'>ganymed done</font> ");
    176             printf(" </th></tr>\n");
    177 
    178             printf(" <tr><td colspan=\"6\"></td></tr>\n");
     179                printf(", <font color='green'> ganymed done</font> ");
     180
     181            printf(" <tr>");
    179182
    180183            if (!is_null($fillganymed))
    181184            {
    182                 printf(" <tr BGCOLOR='#C0C0C0'><th colspan=\"6\">results</th></tr>");
    183                 printf(" <tr BGCOLOR='#E0E0E0'>\n");
     185                printf("<td colspan=\"6\"></td></tr>\n");
     186                printf(" <tr BGCOLOR='#C0C0C0'><th colspan=\"6\">results - ");
     187                $num=sprintf("%08d",$datasetno);
     188                printf(" <a href=\"http://www.astro.uni-wuerzburg.de/datacenter/ganymed/%s/%s/\">plots</a>",
     189                       substr($num,0,5), $num);
     190                printf(" </th></tr><tr BGCOLOR='#E0E0E0'>\n");
    184191                printf(" <td>excess events</td>\n");
    185192                printf(" <td>background events</td>\n");
     
    197204            }
    198205
    199 
    200206            if ($_GET["fAll"]=="On" && !is_null($ganymed))
    201207            {
    202                 printf("</td></tr><tr><td>\n");
    203 
    204                 printf(" <table BORDER=\"1\">");
    205                 printf(" <tr BGCOLOR='#C0C0C0'>\n");
    206                 printf(" <th colspan=\"6\">plots</th>");
    207                 printf(" </tr>\n");
    208                 printf(" <tr><td colspan=\"6\">\n");
    209                 $num=sprintf("%08d",$datasetno);
    210                 printf(" <a href=\"http://www.astro.uni-wuerzburg.de/datacenter/ganymed/%s/%s/\">files</a>",
    211                        substr($num,0,5), $num);
    212                 printf(" </tr></table>");
    213 
     208                printf("<tr><td colspan=\"6\">\n");
     209                printf(" plots (to be added) </td></tr>");
    214210            }
     211
    215212            printf(" </table>");
    216213            printf("</td></tr><tr><td><br></td></tr>");
    217 
    218214        }
    219215        printf("</table>\n");
Note: See TracChangeset for help on using the changeset viewer.