Changeset 7556 for trunk/MagicSoft/Mars
- Timestamp:
- 03/01/06 17:29:57 (19 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r7555 r7556 18 18 19 19 -*-*- END OF LINE -*-*- 20 2006/03/01 Daniela Dorner 21 22 * datacenter/db/datacheck.php, datasetinfo.php, sequinfo.php: 23 - included failure handling columns 24 25 26 20 27 2006/03/01 Thomas Bretz 21 28 … … 56 63 - the acceleration of the two main loops are disabled because 57 64 they are not yet tested. 58 59 65 60 66 -
trunk/MagicSoft/Mars/datacenter/db/datacheck.php
r7546 r7556 269 269 $_GET["fRawFileAvailStatus"]="1"; 270 270 271 if (empty($_GET["fStartTime"])) 272 $_GET["fStartTime"]="Off"; 273 274 if (empty($_GET["fFailedTime"])) 275 $_GET["fFailedTime"]="Off"; 276 277 if (empty($_GET["fReturnCode"])) 278 $_GET["fReturnCode"]="Off"; 279 280 if (empty($_GET["fFailedCode"])) 281 $_GET["fFailedCode"]="Off"; 282 283 if (empty($_GET["fFailedCodeAdd"])) 284 $_GET["fFailedCodeAdd"]="Off"; 285 271 286 } 272 287 … … 324 339 325 340 printf(" </td></tr>\n"); 341 printf(" </table>\n"); 342 343 printf(" <table>\n"); 344 printf(" <tr>\n"); 345 346 CheckBox("fStartTime", "StartTime"); 347 CheckBox("fFailedTime", "FailedTime"); 348 CheckBox("fReturnCode", "ErrCode"); 349 CheckBox("fFailedCode", "RetCode"); 350 CheckBox("fFailedCodeAdd", "CodeAdd"); 351 352 printf(" </tr>\n"); 326 353 printf(" </table>\n"); 327 354 printf(" <p>\n"); -
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"); -
trunk/MagicSoft/Mars/datacenter/db/sequinfo.php
r7547 r7556 444 444 445 445 printf("</td></tr> </table>\n"); 446 printf(" <p>\n");446 // printf(" <p>\n"); 447 447 448 448 printf(" <table>\n"); … … 494 494 495 495 printf(" </tr></table>\n"); 496 printf(" <p>\n");496 // printf(" <p>\n"); 497 497 498 498 printf(" <table>\n");
Note:
See TracChangeset
for help on using the changeset viewer.