Changeset 9546 for trunk/MagicSoft/Mars/datacenter/db/menu.php
- Timestamp:
- 02/22/10 12:35:32 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/menu.php
r9500 r9546 66 66 67 67 CheckBox("fNumEvents", "Num of events"); 68 69 printf(" <td>\n"); 68 CheckBox("fObsLevel", "Observation level"); 69 CheckBox("fLinks", "Links"); 70 71 printf(" </tr><tr><td>\n"); 70 72 PrintPullDown($host, $user, $pw, $db, "ParticleType", "fParticleTypeName", "fParticleTypeKEY", "Particle type"); 71 73 printf(" </td><td>\n"); … … 1599 1601 $_GET["fNumResults"]="50"; 1600 1602 1603 if (empty($_GET["fNumEvents"])) 1604 $_GET["fNumEvents"]="On"; 1605 1601 1606 InitCTAMCRunStatus($first); 1602 1607 InitInfo($first); 1603 1608 InitFailInfo($first); 1604 1609 1605 if (empty($_GET["f NumEvents"]))1606 $_GET["f NumEvents"]="On";1610 if (empty($_GET["fObsLevel"])) 1611 $_GET["fObsLevel"]="On"; 1607 1612 1608 1613 if (empty($_GET["fParticleTypeName"])) … … 1612 1617 $_GET["fNumEvents"]=$first?"On":""; 1613 1618 1619 if (empty($_GET["fLinks"])) 1620 $_GET["fLinks"]=$first?"On":""; 1621 1614 1622 } 1615 1623 … … 1635 1643 if (empty($_GET["fNumResults"])) 1636 1644 $_GET["fNumResults"]="50"; 1637 1638 if (empty($_GET["fNumEvents"]))1639 $_GET["fNumEvents"]="On";1640 1645 1641 1646 InitMCRunStatus($_GET, $first);
Note:
See TracChangeset
for help on using the changeset viewer.