Changeset 9610 for trunk/MagicSoft/Mars/datacenter/db/mcinfo.php
- Timestamp:
- 07/05/10 18:36:42 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/mcinfo.php
r9603 r9610 87 87 $query0 .= " CONCAT('failed (', " . $key . "Status.fReturnCode, ')'), "; 88 88 $query0 .= " CONCAT('done (', " . $key . "Status.fStopTime, "; 89 $query0 .= " ', ', TIMEDIFF(" . $key . "Status.fStopTime, " . $key . "Status.fStartTime), ')')))) ";89 $query0 .= " ', ', TIMEDIFF(" . $key . "Status.fStopTime, " . $key . "Status.fStartTime), ')')))) "; 90 90 91 91 //$query0 .= ", CONCAT( 'halo', " . $key . "Status.fStartTime)"; … … 103 103 104 104 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])) 106 106 $query0 .= GetJoin($fromtable,$key); 107 107 … … 210 210 printf("<img id='allbutton' src='minus.png' alt='-' onclick=\"showhide('all')\"> <b>Menu</b> \n"); 211 211 printf(" <img id='infobutton' src='plus.png' alt='+' onClick=\"showhide('info');showhide('info2')\"> MCRunInfo \n"); 212 printf(" <img id='statbutton' src='plus.png' alt='+' onClick=\"showhide('stat') ;showhide('fail')\"> StatusInfo \n");212 printf(" <img id='statbutton' src='plus.png' alt='+' onClick=\"showhide('stat')\"> StatusInfo \n"); 213 213 printf(" <img id='rangesbutton' src='plus.png' alt='+' onClick=\"showhide('ranges')\"> Ranges \n"); 214 214 215 215 printf(" <div id='all' style='display:block'>"); 216 216 PrintMCRunInfoMenu($host,$user,$pw,$db); 217 // PrintRunInfo2Menu($host,$user,$pw,$db);218 217 PrintMCRunStatMenu(); 219 PrintFailMenu();220 218 printf(" <div id='ranges' style='display:none'>"); 221 // PrintSequMenu($host,$user,$pw,$db);222 // PrintNightRangeMenu($host,$user,$pw,$db, "RunData");223 219 printf("<p>"); 224 // PrintZdRangeMenu($host,$user,$pw,$db);225 220 PrintMCRunRangeMenu($host,$user,$pw,$db); 226 // printf(" <P>\n");227 // PrintSourceMenu($host,$user,$pw,$db);228 221 printf("<p>"); 229 222 printf("</div>");
Note:
See TracChangeset
for help on using the changeset viewer.