Ignore:
Timestamp:
10/18/10 15:06:43 (14 years ago)
Author:
Daniela Dorner
Message:
added number events
File:
1 edited

Legend:

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

    r10005 r10011  
    88    printf("  <tr valign='top'>\n");
    99
    10     CheckBox("fNumEvents",        "Num of events");
    11     CheckBox("fNumReUseShowers",  "reused");
    12     CheckBox("fSequenceNumber",   "Sequ#");
    13 
    14     printf("  </tr><tr>\n");
    15 
    16     CheckBox("fImpactMax",        "Impact");
    17     CheckBox("fViewConeMax",      "Viewcone");
    18     CheckBox("fStartingAltitude", "Starting alt.");
    19     CheckBox("fMirrorDiameter", "Mirror diam.");
    20 
    21     printf("  </tr><tr>\n");
    22 
    23     CheckBox("fZenithDistanceMin", "Zenith dist. min");
    24     CheckBox("fZenithDistanceMax", "Zenith dist. max");
    25     CheckBox("fAzimuthMin",        "Azimuth min");
    26     CheckBox("fAzimuthMax",        "Azimuth max");
    27 
    28     printf("  </tr><tr>\n");
    29 
    30     CheckBox("fEnergyMin",        "Emin");
    31     CheckBox("fEnergyMax",        "Emax");
    32     CheckBox("fEnergySlope",      "Slope");
     10    CheckBox("fNumEvents",                  "Num of showers");
     11    CheckBox("fNumEvents*fNumReUseShowers", "Num of events");
     12    CheckBox("fNumReUseShowers",            "reused");
     13    CheckBox("fSequenceNumber",             "Sequ#");
     14
     15    printf("  </tr><tr>\n");
     16
     17    CheckBox("fImpactMax",                  "Impact");
     18    CheckBox("fViewConeMax",                "Viewcone");
     19    CheckBox("fStartingAltitude",           "Starting alt.");
     20    CheckBox("fMirrorDiameter",             "Mirror diam.");
     21
     22    printf("  </tr><tr>\n");
     23
     24    CheckBox("fZenithDistanceMin",           "Zenith dist. min");
     25    CheckBox("fZenithDistanceMax",           "Zenith dist. max");
     26    CheckBox("fAzimuthMin",                  "Azimuth min");
     27    CheckBox("fAzimuthMax",                  "Azimuth max");
     28
     29    printf("  </tr><tr>\n");
     30
     31    CheckBox("fEnergyMin",                   "Emin");
     32    CheckBox("fEnergyMax",                   "Emax");
     33    CheckBox("fEnergySlope",                 "Slope");
    3334
    3435    printf("  </tr><tr>\n");
     
    16791680
    16801681    if (empty($_GET["fNumEvents"]))
    1681         $_GET["fNumEvents"]=$first?"On":"";
     1682        $_GET["fNumEvents"]=$first?"Off":"";
     1683
     1684    if (empty($_GET["fNumEvents*fNumReUseShowers"]))
     1685        $_GET["fNumEvents*fNumReUseShowers"]=$first?"On":"";
    16821686
    16831687    if (empty($_GET["fSequenceNumber"]))
     
    17181722
    17191723    if (empty($_GET["fNumReUseShowers"]))
    1720         $_GET["fNumReUseShowers"]=$first?"On":"";
     1724        $_GET["fNumReUseShowers"]=$first?"Off":"";
    17211725
    17221726}
Note: See TracChangeset for help on using the changeset viewer.