Changeset 7504 for trunk/MagicSoft/Mars/datacenter/db/querystar.php
- Timestamp:
- 02/14/06 16:35:24 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/querystar.php
r7484 r7504 64 64 $_GET["fMuonRate"]=$first?"On":""; 65 65 66 if (empty($_GET["fInhomogeneity"])) 67 $_GET["fInhomogeneity"]=$first?"On":""; 68 66 69 if (empty($_GET["fDataRate"])) 67 70 $_GET["fDataRate"]=$first?"On":""; … … 82 85 CheckBox("fPSF", "PSF"); 83 86 CheckBox("fRatio", "Ratio"); 87 88 printf(" </tr><tr>\n"); 89 84 90 CheckBox("fMuonRate", "MuonRate"); 85 86 printf(" </tr><tr>\n");87 88 91 CheckBox("fMuonNumber", "MuonNumber"); 89 92 CheckBox("fEffOnTime", "EffOnTime"); 93 94 printf(" </tr><tr>\n"); 95 90 96 CheckBox("fMaxHumidity", "MaxHumidity"); 91 97 CheckBox("fDataRate", "CleanedEvtRate"); 98 CheckBox("fInhomogeneity", "Inhomogeneity"); 92 99 93 100 printf(" </tr>\n");
Note:
See TracChangeset
for help on using the changeset viewer.