Ignore:
Timestamp:
05/14/07 16:49:24 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8477 r8512  
    5858            $_GET["fUnsuitable01"]=$first?"On":"";
    5959
     60        if (empty($_GET["fUnsuitableMax"]))
     61            $_GET["fUnsuitableMax"]=$first?"On":"";
     62
     63        if (empty($_GET["fDeadMax"]))
     64            $_GET["fDeadMax"]=$first?"On":"";
     65
    6066        if (empty($_GET["fUnreliableOuter"]))
    6167            $_GET["fUnreliableOuter"]=$first?"On":"";
     
    124130        CheckBox("fUnsuitable50",        "Unsuitable (50%)");
    125131        CheckBox("fUnsuitable01",        "Unsuitable (1%)");
     132        CheckBox("fUnsuitableMax",       "Unsuitable (99.9%)");
     133        CheckBox("fDeadMax",             "DeadMax");
     134
     135        printf("  </tr><tr>\n");
     136
    126137        CheckBox("fIsolatedInner",       "Isolated inner");
    127138        CheckBox("fIsolatedOuter",       "Isolated outer");
Note: See TracChangeset for help on using the changeset viewer.