Ignore:
Timestamp:
07/05/10 18:36:42 (15 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/db
Files:
2 edited

Legend:

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

    r9599 r9610  
    5151     "Callisto"                 => "Callisto",
    5252     "Star"                     => "Star",
    53      "fStartTime"               => "Process",
    54      "fFailedTime"              => "Failed",
    55      "fReturnCode"              => "Ret<br>Code",
    56      "fProgramId"               => "Prgr<br>Id",
    5753     "fZenithDistanceMin"       => "Zd<br>Min",
    5854     "fZenithDistanceMax"       => "Zd<br>Max",
     
    111107    $tables = array
    112108        (
    113          "fNumEvents"                        => $fromtable . ".fNumEvents",
     109         "fNumEvents"                        => "CorsikaInfo.fNumEvents",
    114110         "fMCRunNumber"                      => "MCCorsikaRunData.fMCRunNumber",
    115111         "fRawFileAvail"                     => "RunProcessStatus.fRawFileAvail",
    116112         "SUM(fRunTime)/3600"                => "'Time [h]'",
    117113         "SUM(fNumEvents)"                   => "'Evts'",
    118          "fStartTime"                        => "fStartTime",
    119          "fFailedTime"                       => "fFailedTime",
    120          "fReturnCode"                       => "fReturnCode",
    121          "fProgramId"                        => "fProgramId",
    122114         "fParticleTypeName"                 => "ParticleType.fParticleTypeName",
    123115         "fRunTypeName"                      => "RunType.fRunTypeName",
  • trunk/MagicSoft/Mars/datacenter/db/mcinfo.php

    r9603 r9610  
    8787                        $query0 .= " CONCAT('failed (', " . $key . "Status.fReturnCode, ')'), ";
    8888                        $query0 .= " CONCAT('done (', " . $key . "Status.fStopTime, ";
    89                         $query0 .= " ',', TIMEDIFF(" . $key . "Status.fStopTime, " . $key . "Status.fStartTime), ')')))) ";
     89                        $query0 .= " ', ', TIMEDIFF(" . $key . "Status.fStopTime, " . $key . "Status.fStartTime), ')')))) ";
    9090
    9191                        //$query0 .= ", CONCAT( 'halo', " . $key . "Status.fStartTime)";
     
    103103
    104104        foreach ($_GET as $key => $element)
    105             if (($_GET[$key]=="On" || $groups>0))// && !empty($joins[$key]))
     105            if (($_GET[$key]=="On" || $groups>0 || $statusgroups>0))// && !empty($joins[$key]))
    106106                $query0 .= GetJoin($fromtable,$key);
    107107
     
    210210        printf("<img id='allbutton' src='minus.png' alt='-' onclick=\"showhide('all')\"> <b>Menu</b>&nbsp;&nbsp;&nbsp;&nbsp;\n");
    211211        printf("&nbsp;&nbsp;<img id='infobutton'   src='plus.png' alt='+' onClick=\"showhide('info');showhide('info2')\"> MCRunInfo  \n");
    212         printf("&nbsp;&nbsp;<img id='statbutton'   src='plus.png' alt='+' onClick=\"showhide('stat');showhide('fail')\">  StatusInfo \n");
     212        printf("&nbsp;&nbsp;<img id='statbutton'   src='plus.png' alt='+' onClick=\"showhide('stat')\">  StatusInfo \n");
    213213        printf("&nbsp;&nbsp;<img id='rangesbutton' src='plus.png' alt='+' onClick=\"showhide('ranges')\">                 Ranges     \n");
    214214
    215215        printf(" <div id='all' style='display:block'>");
    216216        PrintMCRunInfoMenu($host,$user,$pw,$db);
    217 //        PrintRunInfo2Menu($host,$user,$pw,$db);
    218217        PrintMCRunStatMenu();
    219         PrintFailMenu();
    220218        printf(" <div id='ranges' style='display:none'>");
    221 //        PrintSequMenu($host,$user,$pw,$db);
    222 //        PrintNightRangeMenu($host,$user,$pw,$db, "RunData");
    223219        printf("<p>");
    224 //        PrintZdRangeMenu($host,$user,$pw,$db);
    225220        PrintMCRunRangeMenu($host,$user,$pw,$db);
    226 //        printf(" <P>\n");
    227 //        PrintSourceMenu($host,$user,$pw,$db);
    228221        printf("<p>");
    229222        printf("</div>");
Note: See TracChangeset for help on using the changeset viewer.