Ignore:
Timestamp:
06/28/10 17:47:01 (14 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/menu.php

    r9546 r9599  
    1717    CheckBox("fImpactMax",        "Impact");
    1818    CheckBox("fViewConeMax",      "Viewcone");
    19     CheckBox("fNumReUseShower",   "#Shower reuse");
    2019    CheckBox("fStartingAltitude", "Starting alt.");
    21 
    22     printf("  </tr><tr>\n");
    23 
    2420    CheckBox("fMirrorDiameter", "Mirror diam.");
    2521
     
    3531    PrintPullDown($host, $user, $pw, $db, "ParticleType",     "fParticleTypeName",     "fParticleTypeKEY", "Particle type");
    3632    printf("  </td><td>\n");
     33    PrintPullDown($host, $user, $pw, $db, "RunType",     "fRunTypeName",     "fRunTypeKEY", "Run type");
     34    printf("  </td><td>\n");
    3735    PrintPullDown($host, $user, $pw, $db, "AtmosphericModel",     "fAtmosphericModelName",     "fAtmosphericModelKEY", "Atm. model");
    3836    printf("  </td>\n");
     
    4947    printf("  <tr><td>\n");
    5048
    51     PrintStatusMenu("fCorsikaInputCreated",    "Input");
    52     printf("  </td><td>\n");
    53     PrintStatusMenu("fCorsikaFileAvail",    "Corsika");
     49    PrintStatusMenu("Corsika",    "Corsika");
     50    printf("  </td><td>\n");
     51    PrintStatusMenu("Ceres",    "Ceres");
     52    printf("  </td><td>\n");
     53    PrintStatusMenu("SequenceFile",    "SequenceFile");
     54
     55    printf("  </td></tr><tr><td>\n");
     56
     57    PrintStatusMenu("Callisto",    "Callisto");
     58    printf("  </td><td>\n");
     59    PrintStatusMenu("Star",    "Star");
    5460
    5561    printf(" </td></tr></table>\n");
     
    627633{
    628634    if (empty($_GET["fRunMin"]))
    629         $min = GetMin("fCorsikaRunNumber", "MCCorsikaRunData", $host, $user, $pw, $db);
     635        $min = GetMin("fRunNumber", "CorsikaInfo", $host, $user, $pw, $db);
    630636    else
    631637        $min = $_GET["fRunMin"];
    632638
    633639    if (empty($_GET["fRunMax"]))
    634         $max = GetMax("fCorsikaRunNumber", "MCCorsikaRunData", $host, $user, $pw, $db);
     640        $max = GetMax("fRunNumber", "CorsikaInfo", $host, $user, $pw, $db);
    635641    else
    636642        $max = $_GET["fRunMax"];
     
    16251631function InitMCRunStatus($_GET, $first)
    16261632{
    1627     if (empty($_GET["fCorsikaFileAvail"]))
    1628         $_GET["fCorsikaFileAvail"]="On";
    1629 
    1630     if (empty($_GET["fCorsikaFileAvailStatus"]))
    1631         $_GET["fCorsikaFileAvailStatus"]="0";
    1632 
    1633     if (empty($_GET["fCorsikaInputCreated"]))
    1634         $_GET["fCorsikaInputCreated"]="Off";
    1635 
    1636     if (empty($_GET["fCorsikaInputCreatedStatus"]))
    1637         $_GET["fCorsikaInputCreatedStatus"]="0";
     1633
     1634    if (empty($_GET["Corsika"]))
     1635        $_GET["Corsika"]=$first?"On":"";
     1636
     1637    if (empty($_GET["CorsikaStatus"]))
     1638        $_GET["CorsikaStatus"]="0";
     1639
     1640    if (empty($_GET["Ceres"]))
     1641        $_GET["Ceres"]=$first?"On":"";
     1642
     1643    if (empty($_GET["CeresStatus"]))
     1644        $_GET["CeresStatus"]="0";
     1645
     1646    if (empty($_GET["SequenceFile"]))
     1647        $_GET["SequenceFile"]=$first?"Off":"";
     1648
     1649    if (empty($_GET["SequenceFileStatus"]))
     1650        $_GET["SequenceFileStatus"]="0";
     1651
     1652    if (empty($_GET["Callisto"]))
     1653        $_GET["Callisto"]=$first?"Off":"";
     1654
     1655    if (empty($_GET["CallistoStatus"]))
     1656        $_GET["CallistoStatus"]="0";
     1657
     1658    if (empty($_GET["Star"]))
     1659        $_GET["Star"]=$first?"On":"";
     1660
     1661    if (empty($_GET["StarStatus"]))
     1662        $_GET["StarStatus"]="0";
    16381663
    16391664}
     
    16491674
    16501675    if (empty($_GET["fParticleTypeName"]))
    1651         $_GET["fParticleTypeName"]="On";
     1676        $_GET["fParticleTypeName"]=$first?"On":"";
     1677
     1678    if (empty($_GET["fRunTypeName"]))
     1679        $_GET["fRunTypeName"]=$first?"On":"";
    16521680
    16531681    if (empty($_GET["fAtmosphericModelName"]))
     
    16581686
    16591687    if (empty($_GET["fZenithDistanceMin"]))
    1660         $_GET["fZenithDistanceMin"]="On";
     1688        $_GET["fZenithDistanceMin"]=$first?"On":"";
    16611689
    16621690    if (empty($_GET["fZenithDistanceMax"]))
    1663         $_GET["fZenithDistanceMax"]="On";
     1691        $_GET["fZenithDistanceMax"]=$first?"On":"";
    16641692
    16651693    if (empty($_GET["fAzimuthMin"]))
    1666         $_GET["fAzimuthMin"]="On";
     1694        $_GET["fAzimuthMin"]=$first?"On":"";
    16671695
    16681696    if (empty($_GET["fAzimuthMax"]))
    1669         $_GET["fAzimuthMax"]="On";
     1697        $_GET["fAzimuthMax"]=$first?"On":"";
    16701698
    16711699    if (empty($_GET["fEnergyMin"]))
    1672         $_GET["fEnergyMin"]="On";
     1700        $_GET["fEnergyMin"]=$first?"On":"";
    16731701
    16741702    if (empty($_GET["fEnergyMax"]))
    1675         $_GET["fEnergyMax"]="On";
     1703        $_GET["fEnergyMax"]=$first?"On":"";
    16761704
    16771705    if (empty($_GET["fImpactMax"]))
    1678         $_GET["fImpactMax"]="On";
     1706        $_GET["fImpactMax"]=$first?"On":"";
    16791707
    16801708    if (empty($_GET["fViewConeMax"]))
    1681         $_GET["fViewConeMax"]="On";
     1709        $_GET["fViewConeMax"]=$first?"On":"";
    16821710
    16831711    if (empty($_GET["fEnergySlope"]))
    1684         $_GET["fEnergySlope"]="On";
    1685 
    1686     if (empty($_GET["fNumReUseShower"]))
    1687         $_GET["fNumReUseShower"]="Off";
     1712        $_GET["fEnergySlope"]=$first?"On":"";
    16881713
    16891714    if (empty($_GET["fStartingAltitude"]))
    1690         $_GET["fStartingAltitude"]="On";
     1715        $_GET["fStartingAltitude"]=$first?"On":"";
    16911716
    16921717    if (empty($_GET["fMirrorDiameter"]))
    1693         $_GET["fMirrorDiameter"]="On";
     1718        $_GET["fMirrorDiameter"]=$first?"On":"";
    16941719
    16951720}
Note: See TracChangeset for help on using the changeset viewer.