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/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");
Note: See TracChangeset for help on using the changeset viewer.