Changeset 7556 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
03/01/06 17:29:57 (19 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r7555 r7556  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2006/03/01 Daniela Dorner
     21
     22   * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php:
     23     - included failure handling columns
     24
     25
     26
    2027 2006/03/01 Thomas Bretz
    2128
     
    5663     - the acceleration of the two main loops are disabled because
    5764       they are not yet tested.
    58 
    5965
    6066
  • trunk/MagicSoft/Mars/datacenter/db/datacheck.php

    r7546 r7556  
    269269            $_GET["fRawFileAvailStatus"]="1";
    270270
     271        if (empty($_GET["fStartTime"]))
     272            $_GET["fStartTime"]="Off";
     273
     274        if (empty($_GET["fFailedTime"]))
     275            $_GET["fFailedTime"]="Off";
     276
     277        if (empty($_GET["fReturnCode"]))
     278            $_GET["fReturnCode"]="Off";
     279
     280        if (empty($_GET["fFailedCode"]))
     281            $_GET["fFailedCode"]="Off";
     282
     283        if (empty($_GET["fFailedCodeAdd"]))
     284            $_GET["fFailedCodeAdd"]="Off";
     285
    271286    }
    272287
     
    324339
    325340        printf("  </td></tr>\n");
     341        printf(" </table>\n");
     342
     343        printf(" <table>\n");
     344        printf("  <tr>\n");
     345
     346        CheckBox("fStartTime",     "StartTime");
     347        CheckBox("fFailedTime",    "FailedTime");
     348        CheckBox("fReturnCode",    "ErrCode");
     349        CheckBox("fFailedCode",    "RetCode");
     350        CheckBox("fFailedCodeAdd", "CodeAdd");
     351
     352        printf("  </tr>\n");
    326353        printf(" </table>\n");
    327354        printf(" <p>\n");
  • 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");
  • trunk/MagicSoft/Mars/datacenter/db/sequinfo.php

    r7547 r7556  
    444444
    445445        printf("</td></tr> </table>\n");
    446         printf(" <p>\n");
     446//        printf(" <p>\n");
    447447
    448448        printf(" <table>\n");
     
    494494
    495495        printf(" </tr></table>\n");
    496         printf(" <p>\n");
     496//        printf(" <p>\n");
    497497
    498498        printf(" <table>\n");
Note: See TracChangeset for help on using the changeset viewer.