Changeset 8124 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 10/18/06 19:42:49 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/menu.php
r8121 r8124 102 102 103 103 CheckBox("fRunStart", "Start time"); 104 CheckBox("fRunStop", "Stop time"); 104 105 CheckBox("fNumEvents", "Num of events"); 105 106 CheckBox("fRunTime/60", "Duration"); 106 CheckBox("fSequenceLast", "Last run");107 107 108 108 printf(" </tr><tr>\n"); … … 112 112 CheckBox("fAzimuthMin", "Azimuth min"); 113 113 CheckBox("fAzimuthMax", "Azimuth max"); 114 115 printf(" </tr><tr>\n"); 116 117 CheckBox("fSequenceLast", "Last run"); 114 118 115 119 printf(" </tr><tr>\n"); … … 546 550 $_GET["fRunStart"]="Off"; 547 551 552 if (empty($_GET["fRunStop"])) 553 $_GET["fRunStop"]="Off"; 554 548 555 if (empty($_GET["fTest"])) 549 556 $_GET["fTest"]="Off"; … … 624 631 if (empty($_GET["fFormatVersion"])) 625 632 $_GET["fFormatVersion"]="Off"; 626 627 if (empty($_GET["fRunStop"]))628 $_GET["fRunStop"]="Off";629 633 630 634 if (empty($_GET["fAzimuth"]))
Note:
See TracChangeset
for help on using the changeset viewer.