Changeset 8252 for trunk/MagicSoft/Mars


Ignore:
Timestamp:
01/16/07 12:00:23 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r8251 r8252  
    351351    printf("  <tr>\n");
    352352
     353    CheckBox("fDataSetName",       "Name");
    353354    CheckBox("fComment",           "Comment");
    354     CheckBox("fDataSetName",       "Name");
    355     CheckBox("fZenithDistanceMin", "ZdMin");
    356     CheckBox("fZenithDistanceMax", "ZdMax");
    357 
    358     printf("  </tr><tr>\n");
    359 
    360355    CheckBox("fRunTime",           "Uptime");
    361356    CheckBox("fRunStart",          "Start");
    362357    CheckBox("fRunStop",           "Stop");
     358
     359    printf("  </tr><tr>\n");
     360
     361    CheckBox("fZenithDistanceMin", "ZdMin");
     362    CheckBox("fZenithDistanceMax", "ZdMax");
    363363    CheckBox("fLinks",             "Links");
    364364
     
    366366
    367367    CheckBox("fEffOnTime/3600",    "EffOnTime");
    368     CheckBox("fScaleFactor",       "Scale");
    369 
    370     printf("  </tr><tr>\n");
    371 
    372368    CheckBox("fExcessEvents",      "ExcEvts");
    373369    CheckBox("fBackgroundEvents",  "BgEvts");
     
    377373    printf("  </tr><tr>\n");
    378374
     375    CheckBox("fScaleFactor",                                  "Scale");
    379376    CheckBox("fExcessEvents*60/fEffOnTime",                   "ExcRate");
    380377    CheckBox("fBackgroundEvents*60/fEffOnTime",               "BgRate");
Note: See TracChangeset for help on using the changeset viewer.