Changeset 7556 for trunk/MagicSoft/Mars/datacenter/db/datasetinfo.php
- Timestamp:
- 03/01/06 17:29:57 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/datasetinfo.php
r7546 r7556 226 226 $_GET["fLastUpdate"]="Off"; 227 227 228 if (empty($_GET["fStartTime"])) 229 $_GET["fStartTime"]="Off"; 230 231 if (empty($_GET["fFailedTime"])) 232 $_GET["fFailedTime"]="Off"; 233 234 if (empty($_GET["fReturnCode"])) 235 $_GET["fReturnCode"]="Off"; 236 237 if (empty($_GET["fFailedCode"])) 238 $_GET["fFailedCode"]="Off"; 239 240 if (empty($_GET["fFailedCodeAdd"])) 241 $_GET["fFailedCodeAdd"]="Off"; 242 228 243 } 229 244 … … 236 251 237 252 CheckBox("fWobble", "Wobble"); 253 CheckBox("fComment", "Comment"); 254 CheckBox("fScaleFactor", "Scale"); 255 CheckBox("fEffOnTime/3600", "EffOnTime"); 256 CheckBox("fLinks", "Links"); 257 258 printf(" </tr><tr>\n"); 259 238 260 CheckBox("fExcessEvents", "ExcEvts"); 239 261 CheckBox("fBackgroundEvents", "BgEvts"); 240 262 CheckBox("fSignalEvents", "SignEvts"); 241 242 printf(" </tr><tr>\n");243 244 263 CheckBox("fSignificance", "Sign"); 245 CheckBox("fScaleFactor", "Scale");246 CheckBox("fEffOnTime/3600", "EffOnTime");247 CheckBox("fComment", "Comment");248 264 249 265 printf(" </tr><tr>\n"); … … 254 270 CheckBox("Round(fSignificance/Sqrt(fEffOnTime/3600),2)", "SignfRate"); 255 271 256 printf(" </tr><tr>\n"); 257 258 CheckBox("fLinks", "Links"); 259 260 printf(" </tr><tr><td>\n"); 272 printf(" </tr>\n"); 273 printf(" </table>\n"); 274 printf(" <p>\n"); 275 printf(" <table>\n"); 276 printf(" <tr>\n"); 277 278 CheckBox("fStartTime", "StartTime"); 279 CheckBox("fFailedTime", "FailedTime"); 280 CheckBox("fReturnCode", "ErrCode"); 281 CheckBox("fFailedCode", "RetCode"); 282 CheckBox("fFailedCodeAdd", "CodeAdd"); 283 284 printf(" </tr>\n"); 285 printf(" </table>\n"); 286 printf(" <table>\n"); 287 printf(" <tr>\n"); 288 289 printf(" <td>\n"); 261 290 PrintStatusMenu("fDataSetInserted", "DataSet Inserted"); 262 291 printf(" </td><td>\n");
Note:
See TracChangeset
for help on using the changeset viewer.