Ignore:
Timestamp:
04/13/06 14:50:35 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r7547 r7638  
    317317            $_GET["fTimingCorrectionStatus"]="0";
    318318
     319        if (empty($_GET["fStartTime"]))
     320            $_GET["fStartTime"]="Off";
     321
     322        if (empty($_GET["fFailedTime"]))
     323            $_GET["fFailedTime"]="Off";
     324
     325        if (empty($_GET["fReturnCode"]))
     326            $_GET["fReturnCode"]="Off";
     327
     328        if (empty($_GET["fFailedCode"]))
     329            $_GET["fFailedCode"]="Off";
     330
     331        if (empty($_GET["fFailedCodeAdd"]))
     332            $_GET["fFailedCodeAdd"]="Off";
    319333    }
    320334
     
    366380
    367381        printf(" </td></tr></table>\n");
     382        printf(" <p>\n");
     383
     384        printf(" <table>\n");
     385        printf("  <tr>\n");
     386
     387        CheckBox("fStartTime",     "StartTime");
     388        CheckBox("fFailedTime",    "FailedTime");
     389        CheckBox("fReturnCode",    "ErrCode");
     390        CheckBox("fFailedCode",    "RetCode");
     391        CheckBox("fFailedCodeAdd", "CodeAdd");
     392
     393        printf("  </tr>\n");
     394        printf(" </table>\n");
    368395        printf(" <p>\n");
    369396
Note: See TracChangeset for help on using the changeset viewer.