Changeset 8477 for trunk/MagicSoft/Mars/datacenter/db/querycal.php
- Timestamp:
- 05/08/07 14:34:24 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/querycal.php
r8180 r8477 52 52 $_GET["fUnsuitableOuter"]=$first?"On":""; 53 53 54 if (empty($_GET["fUnsuitable50"])) 55 $_GET["fUnsuitable50"]=$first?"On":""; 56 57 if (empty($_GET["fUnsuitable01"])) 58 $_GET["fUnsuitable01"]=$first?"On":""; 59 54 60 if (empty($_GET["fUnreliableOuter"])) 55 61 $_GET["fUnreliableOuter"]=$first?"On":""; … … 113 119 CheckBox("fUnreliableInner", "Unreliable inner"); 114 120 CheckBox("fUnreliableOuter", "Unreliable outer"); 121 122 printf(" </tr><tr>\n"); 123 124 CheckBox("fUnsuitable50", "Unsuitable (50%)"); 125 CheckBox("fUnsuitable01", "Unsuitable (1%)"); 115 126 CheckBox("fIsolatedInner", "Isolated inner"); 116 127 CheckBox("fIsolatedOuter", "Isolated outer");
Note:
See TracChangeset
for help on using the changeset viewer.