Changeset 8252 for trunk/MagicSoft/Mars/datacenter
- Timestamp:
- 01/16/07 12:00:23 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/menu.php
r8251 r8252 351 351 printf(" <tr>\n"); 352 352 353 CheckBox("fDataSetName", "Name"); 353 354 CheckBox("fComment", "Comment"); 354 CheckBox("fDataSetName", "Name");355 CheckBox("fZenithDistanceMin", "ZdMin");356 CheckBox("fZenithDistanceMax", "ZdMax");357 358 printf(" </tr><tr>\n");359 360 355 CheckBox("fRunTime", "Uptime"); 361 356 CheckBox("fRunStart", "Start"); 362 357 CheckBox("fRunStop", "Stop"); 358 359 printf(" </tr><tr>\n"); 360 361 CheckBox("fZenithDistanceMin", "ZdMin"); 362 CheckBox("fZenithDistanceMax", "ZdMax"); 363 363 CheckBox("fLinks", "Links"); 364 364 … … 366 366 367 367 CheckBox("fEffOnTime/3600", "EffOnTime"); 368 CheckBox("fScaleFactor", "Scale");369 370 printf(" </tr><tr>\n");371 372 368 CheckBox("fExcessEvents", "ExcEvts"); 373 369 CheckBox("fBackgroundEvents", "BgEvts"); … … 377 373 printf(" </tr><tr>\n"); 378 374 375 CheckBox("fScaleFactor", "Scale"); 379 376 CheckBox("fExcessEvents*60/fEffOnTime", "ExcRate"); 380 377 CheckBox("fBackgroundEvents*60/fEffOnTime", "BgRate");
Note:
See TracChangeset
for help on using the changeset viewer.