Ignore:
Timestamp:
08/20/09 14:43:59 (15 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9486 r9498  
    698698        $starmax = $_GET["fStarStop"];
    699699
    700     printf("<p>StarDone&nbsp;(yyyy-mm-dd)&nbsp;from&nbsp;<input name=\"fStarStart\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"%s\">\n", $starmin);
    701     printf("to&nbsp;<input name=\"fStarStop\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"%s\">&nbsp;&nbsp;&nbsp;&nbsp;\n", $starmax);
     700    printf("<p>StarDone&nbsp;(yyyy-mm-dd hh:mm:ss)&nbsp;from&nbsp;<input name=\"fStarStart\" type=\"text\" size=\"19\" maxlength=\"19\" value=\"%s\">\n", $starmin);
     701    printf("to&nbsp;<input name=\"fStarStop\" type=\"text\" size=\"19\" maxlength=\"19\" value=\"%s\">&nbsp;&nbsp;&nbsp;&nbsp;\n", $starmax);
    702702}
    703703
     
    766766}
    767767
    768 function InitFailInfo($_GET, $first)
     768function InitFailInfo($first)
    769769{
    770770    if (empty($_GET["fStartTime"]))
     
    781781}
    782782
    783 function InitInfo($_GET, $first)
     783function InitInfo($first)
    784784{
    785785    if (empty($_GET["fNumResults"]))
     
    838838
    839839    if (empty($_GET["fProposalName"]))
    840         $_GET["fPropsalName"]="Off";
    841 }
    842 
    843 function InitRunStatus($_GET, $first)
     840        $_GET["fProposalName"]="Off";
     841}
     842
     843function InitRunStatus($first)
    844844{
    845845   if (empty($_GET["fDataCheckDone"]))
     
    880880}
    881881
    882 function InitRunInfo($_GET, $first)
    883 {
    884     InitRunStatus($_GET, $first);
    885     InitInfo($_GET, $first);
    886     InitFailInfo($_GET, $first);
     882function InitRunInfo($first)
     883{
     884    InitRunStatus($first);
     885    InitInfo($first);
     886    InitFailInfo($first);
    887887
    888888    if (empty($_GET["fLinks"]))
     
    950950}
    951951
    952 function InitSequStatus($_GET, $first)
     952function InitSequStatus($first)
    953953{
    954954    if (empty($_GET["fSequenceFileWritten"]))
     
    989989}
    990990
    991 function InitStarInfo($_GET, $first)
     991function InitStarInfo($first)
    992992{
    993993    if (empty($_GET["fMeanNumberIslands"]))
     
    10611061}
    10621062
    1063 function InitCalInfo($_GET, $first)
     1063function InitCalInfo($first)
    10641064{
    10651065    if (empty($_GET["fUnreliableInner"]))
     
    11571157}
    11581158
    1159 function InitSequInfo($_GET, $first)
    1160 {
    1161     InitInfo($_GET, $first);
    1162     InitSequStatus($_GET, $first);
    1163     InitFailInfo($_GET, $first);
    1164     InitCalInfo($_GET, $first);
    1165     InitStarInfo($_GET, $first);
     1159function InitSequInfo($first)
     1160{
     1161    InitInfo($first);
     1162    InitSequStatus($first);
     1163    InitFailInfo($first);
     1164    InitCalInfo($first);
     1165    InitStarInfo($first);
    11661166
    11671167    if (empty($_GET["fRunTime/60"]))
     
    11891189        $_GET["fSumTriggerFlagName"]="Off";
    11901190
     1191    if (empty($_GET["fOnlySum"]))
     1192        $_GET["fOnlySum"]="Off";
     1193
    11911194//    if (empty($_GET["fManuallyChangedName"]))
    11921195//        $_GET["fManuallyChangedName"]="Off";
    11931196}
    11941197
    1195 function InitDataSetStatus($_GET, $first)
     1198function InitDataSetStatus($first)
    11961199{
    11971200    if (empty($_GET["fDataSetInserted"]))
     
    12261229}
    12271230
    1228 function InitDataSetInfo($_GET, $first)
    1229 {
    1230     InitDataSetStatus($_GET, $first);
    1231     InitFailInfo($_GET, $first);
     1231function InitDataSetInfo($first)
     1232{
     1233    InitDataSetStatus($first);
     1234    InitFailInfo($first);
    12321235
    12331236    if (empty($_GET["fNumResults"]))
     
    12991302}
    13001303
    1301 function InitFindOffData($_GET, $first)
    1302 {
    1303     InitSequInfo($_GET, $first);
     1304function InitFindOffData($first)
     1305{
     1306    InitSequInfo($first);
    13041307
    13051308    //init for limits
     
    14411444}
    14421445
    1443 function InitCTAMCRunStatus($_GET, $first)
     1446function InitBuildDataSets($first)
     1447{
     1448        if (empty($_GET["fNumResults"]))
     1449//            $_GET["fNumResults"]="50";
     1450            $_GET["fNumResults"]="10";
     1451
     1452        if (empty($_GET["fRunStart"]))
     1453            $_GET["fRunStart"]=$first?"On":"";
     1454
     1455        if (empty($_GET["fRunTime/60"]))
     1456            $_GET["fRunTime/60"]=$first?"On":"";
     1457
     1458        if (empty($_GET["fZenithDistanceMin"]))
     1459            $_GET["fZenithDistanceMin"]=$first?"On":"";
     1460
     1461        if (empty($_GET["fZenithDistanceMax"]))
     1462            $_GET["fZenithDistanceMax"]=$first?"On":"";
     1463
     1464        if (empty($_GET["fSourceName"]))
     1465            $_GET["fSourceName"]=$first?"On":"";
     1466
     1467        if (empty($_GET["fObservationModeName"]))
     1468            $_GET["fObservationModeName"]=$first?"On":"";
     1469
     1470        if (empty($_GET["fUnsuitableInner"]))
     1471            $_GET["fUnsuitableInner"]=$first?"On":"";
     1472
     1473        if (empty($_GET["fUnreliableInner"]))
     1474            $_GET["fUnreliableInner"]=$first?"On":"";
     1475
     1476        if (empty($_GET["fIsolatedInner"]))
     1477            $_GET["fIsolatedInner"]=$first?"On":"";
     1478
     1479        if (empty($_GET["fIsolatedMaxCluster"]))
     1480            $_GET["fIsolatedMaxCluster"]=$first?"On":"";
     1481
     1482        if (empty($_GET["fArrTimeRmsInner"]))
     1483            $_GET["fArrTimeRmsInner"]=$first?"On":"";
     1484
     1485        if (empty($_GET["fMeanPedRmsInner"]))
     1486            $_GET["fMeanPedRmsInner"]=$first?"On":"";
     1487
     1488        if (empty($_GET["fPulsePosMean"]))
     1489            $_GET["fPulsePosMean"]=$first?"On":"";
     1490
     1491        if (empty($_GET["fConvFactorInner"]))
     1492            $_GET["fConvFactorInner"]=$first?"On":"";
     1493
     1494        if (empty($_GET["fInhomogeneity"]))
     1495            $_GET["fInhomogeneity"]=$first?"On":"";
     1496
     1497        if (empty($_GET["fPSF"]))
     1498            $_GET["fPSF"]=$first?"On":"";
     1499
     1500        if (empty($_GET["fMuonNumber"]))
     1501            $_GET["fMuonNumber"]=$first?"On":"";
     1502
     1503        if (empty($_GET["fEffOnTime/fRunTime"]))
     1504            $_GET["fEffOnTime/fRunTime"]=$first?"On":"";
     1505
     1506        if (empty($_GET["fMuonRate"]))
     1507            $_GET["fMuonRate"]=$first?"On":"";
     1508
     1509        if (empty($_GET["fDataRate"]))
     1510            $_GET["fDataRate"]=$first?"On":"";
     1511
     1512        if (empty($_GET["fAvgCloudiness"]))
     1513            $_GET["fAvgCloudiness"]=$first?"On":"";
     1514
     1515        if (empty($_GET["fNumStarsMed"]))
     1516            $_GET["fNumStarsMed"]=$first?"On":"";
     1517
     1518        if (empty($_GET["fNumStarsCorMed"]))
     1519            $_GET["fNumStarsCorMed"]=$first?"On":"";
     1520
     1521        if (empty($_GET["fOff"]))
     1522            $_GET["fOff"]=$first?"On":"";
     1523
     1524        if (empty($_GET["fLinks"]))
     1525            $_GET["fLinks"]=$first?"On":"";
     1526
     1527        if (empty($_GET["fOnlyOff"]))
     1528            $_GET["fOnlyOff"]=$first?"Off":"";
     1529
     1530        InitFindOffData($first);
     1531}
     1532
     1533function InitCTAMCRunStatus($first)
    14441534{
    14451535    if (empty($_GET["fCorsikaSimTelarray"]))
     
    14811571}
    14821572
    1483 function InitCTAMCRunInfo($_GET, $first)
     1573function InitCTAMCRunInfo($first)
    14841574{
    14851575    if (empty($_GET["fNumResults"]))
    14861576        $_GET["fNumResults"]="50";
    14871577
    1488     InitCTAMCRunStatus($_GET, $first);
    1489     InitInfo($_GET, $first);
    1490     InitFailInfo($_GET, $first);
     1578    InitCTAMCRunStatus($first);
     1579    InitInfo($first);
     1580    InitFailInfo($first);
    14911581
    14921582    if (empty($_GET["fNumEvents"]))
Note: See TracChangeset for help on using the changeset viewer.