Ignore:
Timestamp:
03/01/06 17:29:57 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7546 r7556  
    226226            $_GET["fLastUpdate"]="Off";
    227227
     228        if (empty($_GET["fStartTime"]))
     229            $_GET["fStartTime"]="Off";
     230
     231        if (empty($_GET["fFailedTime"]))
     232            $_GET["fFailedTime"]="Off";
     233
     234        if (empty($_GET["fReturnCode"]))
     235            $_GET["fReturnCode"]="Off";
     236
     237        if (empty($_GET["fFailedCode"]))
     238            $_GET["fFailedCode"]="Off";
     239
     240        if (empty($_GET["fFailedCodeAdd"]))
     241            $_GET["fFailedCodeAdd"]="Off";
     242
    228243    }
    229244
     
    236251
    237252        CheckBox("fWobble",           "Wobble");
     253        CheckBox("fComment",          "Comment");
     254        CheckBox("fScaleFactor",      "Scale");
     255        CheckBox("fEffOnTime/3600",   "EffOnTime");
     256        CheckBox("fLinks",             "Links");
     257
     258        printf("  </tr><tr>\n");
     259
    238260        CheckBox("fExcessEvents",     "ExcEvts");
    239261        CheckBox("fBackgroundEvents", "BgEvts");
    240262        CheckBox("fSignalEvents",     "SignEvts");
    241 
    242         printf("  </tr><tr>\n");
    243 
    244263        CheckBox("fSignificance",     "Sign");
    245         CheckBox("fScaleFactor",      "Scale");
    246         CheckBox("fEffOnTime/3600",   "EffOnTime");
    247         CheckBox("fComment",          "Comment");
    248264
    249265        printf("  </tr><tr>\n");       
     
    254270        CheckBox("Round(fSignificance/Sqrt(fEffOnTime/3600),2)",  "SignfRate");
    255271
    256         printf("  </tr><tr>\n");       
    257 
    258         CheckBox("fLinks",             "Links");
    259 
    260         printf("  </tr><tr><td>\n");
     272        printf("  </tr>\n");
     273        printf(" </table>\n");
     274        printf(" <p>\n");
     275        printf(" <table>\n");
     276        printf("  <tr>\n");
     277
     278        CheckBox("fStartTime",     "StartTime");
     279        CheckBox("fFailedTime",    "FailedTime");
     280        CheckBox("fReturnCode",    "ErrCode");
     281        CheckBox("fFailedCode",    "RetCode");
     282        CheckBox("fFailedCodeAdd", "CodeAdd");
     283
     284        printf("  </tr>\n");
     285        printf(" </table>\n");
     286        printf(" <table>\n");
     287        printf("  <tr>\n");
     288
     289        printf("  <td>\n");
    261290        PrintStatusMenu("fDataSetInserted", "DataSet Inserted");
    262291        printf("  </td><td>\n");
Note: See TracChangeset for help on using the changeset viewer.