Changeset 8180 for trunk/MagicSoft/Mars/datacenter/db/menu.php
- Timestamp:
- 10/31/06 18:04:17 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/menu.php
r8124 r8180 257 257 258 258 CheckBox("fStartTime", "StartTime"); 259 CheckBox("fFailedTime", "Fail edTime");260 CheckBox("fReturnCode", " ErrCode");261 CheckBox("fFailedCode", " RetCode");262 CheckBox("fFailedCodeAdd", " CodeAdd");259 CheckBox("fFailedTime", "FailTime"); 260 CheckBox("fReturnCode", "RetCode"); 261 CheckBox("fFailedCode", "FailCode"); 262 CheckBox("fFailedCodeAdd", "FailCodeAdd"); 263 263 264 264 printf(" </tr>\n"); … … 473 473 printf("Night (yyyy-mm-dd) from <input name=\"fStartDate\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"%s\">\n", $timemin); 474 474 printf("to <input name=\"fStopDate\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"%s\"> \n", $timemax); 475 } 476 477 function PrintStarRangeMenu($host,$user,$pw,$db) 478 { 479 if (empty($_GET["fStarStart"])) 480 $starmin = GetMin("fStar", "SequenceProcessStatus", $host, $user, $pw, $db); 481 else 482 $starmin = $_GET["fStarStart"]; 483 484 if (empty($_GET["fStarStop"])) 485 $starmax = GetMax("fStar", "SequenceProcessStatus", $host, $user, $pw, $db); 486 else 487 $starmax = $_GET["fStarStop"]; 488 489 printf("<p>StarDone (yyyy-mm-dd) from <input name=\"fStarStart\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"%s\">\n", $starmin); 490 printf("to <input name=\"fStarStop\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"%s\"> \n", $starmax); 475 491 } 476 492
Note:
See TracChangeset
for help on using the changeset viewer.