Changeset 8512 for trunk/MagicSoft/Mars/datacenter/db/querycal.php
- Timestamp:
- 05/14/07 16:49:24 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/querycal.php
r8477 r8512 58 58 $_GET["fUnsuitable01"]=$first?"On":""; 59 59 60 if (empty($_GET["fUnsuitableMax"])) 61 $_GET["fUnsuitableMax"]=$first?"On":""; 62 63 if (empty($_GET["fDeadMax"])) 64 $_GET["fDeadMax"]=$first?"On":""; 65 60 66 if (empty($_GET["fUnreliableOuter"])) 61 67 $_GET["fUnreliableOuter"]=$first?"On":""; … … 124 130 CheckBox("fUnsuitable50", "Unsuitable (50%)"); 125 131 CheckBox("fUnsuitable01", "Unsuitable (1%)"); 132 CheckBox("fUnsuitableMax", "Unsuitable (99.9%)"); 133 CheckBox("fDeadMax", "DeadMax"); 134 135 printf(" </tr><tr>\n"); 136 126 137 CheckBox("fIsolatedInner", "Isolated inner"); 127 138 CheckBox("fIsolatedOuter", "Isolated outer");
Note:
See TracChangeset
for help on using the changeset viewer.