Ignore:
Timestamp:
08/15/06 14:39:31 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars/datacenter/db
Files:
5 added
24 edited

Legend:

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

    r7546 r7873  
    235235        mysql_close($db_id);
    236236
    237         if ($html=="1")
    238             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     237        PrintSubmittedQuery($query0, $html, $db "old");
    239238    }
    240239
  • trunk/MagicSoft/Mars/datacenter/db/datacheck.php

    r7638 r7873  
    432432        mysql_close($db_id);
    433433
    434         if ($html=="1")
    435             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     434        PrintSubmittedQuery($query0, $html, $db, "old");
    436435    }
    437436
  • trunk/MagicSoft/Mars/datacenter/db/datasetinfo.php

    r7578 r7873  
    388388        mysql_close($db_id);
    389389
    390         if ($html=="1")
    391             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     390        PrintSubmittedQuery($query0, $html, $db, "old");
    392391    }
    393392
  • trunk/MagicSoft/Mars/datacenter/db/dbstatus.php

    r7548 r7873  
    369369        mysql_close($db_id);
    370370
    371         if ($html=="1")
    372             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     371        PrintSubmittedQuery($query0, $html, $db, "old");
    373372    }
    374373
  • trunk/MagicSoft/Mars/datacenter/db/findoffdata.php

    r7637 r7873  
    127127            $query0 = substr($query0, 0, -4);
    128128
    129 /*
    130         if (!empty($_GET["fDate"]))
    131             $query0 .= " AND fRunStart REGEXP \"^" . $_GET["fDate"] . "\" ";
    132 */
     129        if (!empty($_GET["fZDMin"]) && !empty($_GET["fZDMax"]))
     130            $query0 .= "AND (fZenithDistanceMin > " . $_GET["fZDMin"] . " AND fZenithDistanceMax < " . $_GET["fZDMax"] . ") ";
    133131
    134132        if (!empty($_GET["fSourceN"]))
     
    228226            $_GET["fNumResults"]="50";
    229227
    230         if (empty($_GET["fLastUpdate"]))
    231             $_GET["fLastUpdate"]="Off";
    232 
    233         if (empty($_GET["fNumEvents"]))
    234             $_GET["fNumEvents"]="Off";
    235 
    236228        if (empty($_GET["fRunStart"]))
    237229            $_GET["fRunStart"]=$first?"On":"";
     
    240232            $_GET["fRunTime/60"]=$first?"On":"";
    241233
    242         if (empty($_GET["fSequenceLast"]))
    243             $_GET["fSequenceLast"]="Off";
    244 
    245234        if (empty($_GET["fLinks"]))
    246235            $_GET["fLinks"]=$first?"On":"";
    247236
    248237        if (empty($_GET["fOff"]))
    249             $_GET["fOff"]=$first?"On":"Off";
     238            $_GET["fOff"]=$first?"On":"";
    250239
    251240        if (empty($_GET["fOnlyOff"]))
    252241            $_GET["fOnlyOff"]=$first?"Off":"";
    253242
    254         if (empty($_GET["fArrTimeLimitMean"]))
    255             $_GET["fArrTimeLimitMean"]="";
    256 
    257         if (empty($_GET["fArrTimeLimitRms"]))
    258             $_GET["fArrTimeLimitRms"]="";
    259 
    260         if (empty($_GET["fPedRmsInLimitMean"]))
    261             $_GET["fPedRmsInLimitMean"]="";
    262 
    263         if (empty($_GET["fPedRmsInLimitRms"]))
    264             $_GET["fPedRmsInLimitRms"]="";
    265 
    266         if (empty($_GET["fMuonRateLimitMean"]))
    267             $_GET["fMuonRateLimitMean"]="";
    268 
    269         if (empty($_GET["fMuonRateLimitRms"]))
    270             $_GET["fMuonRateLimitRms"]="";
    271 
    272         if (empty($_GET["fImgRateLimitMean"]))
    273             $_GET["fImgRateLimitMean"]="";
    274 
    275         if (empty($_GET["fImgRateLimitRms"]))
    276             $_GET["fImgRateLimitRms"]="";
    277 
    278         if (empty($_GET["fPSFLimitMean"]))
    279             $_GET["fPSFLimitMean"]="";
    280 
    281         if (empty($_GET["fPSFLimitRms"]))
    282             $_GET["fPSFLimitRms"]="";
    283 
    284         if (empty($_GET["fUnsInLimitMean"]))
    285             $_GET["fUnsInLimitMean"]="";
    286 
    287         if (empty($_GET["fZdMinLimitMean"]))
    288             $_GET["fZdMinLimitMean"]="";
    289 
    290         if (empty($_GET["fZdMaxLimitMean"]))
    291             $_GET["fZdMaxLimitMean"]="";
    292 
    293         if (empty($_GET["fAzimuthMin"]))
    294             $_GET["fAzimuthMin"]="Off";
    295 
    296         if (empty($_GET["fAzimuthMax"]))
    297             $_GET["fAzimuthMax"]="Off";
    298 
    299243        if (empty($_GET["fZenithDistanceMin"]))
    300244            $_GET["fZenithDistanceMin"]=$first?"On":"";
     
    306250            $_GET["fSourceName"]="On";
    307251
    308         if (empty($_GET["fManuallyChangedName"]))
    309             $_GET["fManuallyChangedName"]="Off";
    310 
    311252        if (empty($_GET["fLightConditionsName"]))
    312253            $_GET["fLightConditionsName"]=$first?"On":"";
    313254
    314         if (empty($_GET["fDiscriminatorThresholdTableName"]))
    315             $_GET["fDiscriminatorThresholdTableName"]="Off";
    316 
    317         if (empty($_GET["fStar"]))
    318             $_GET["fStar"]="Off";
    319 
    320255        if (empty($_GET["fStarStatus"]))
    321256            $_GET["fStarStatus"]=$first?"1":"";
    322257
    323         if (empty($_GET["fUnreliableInner"]))
    324             $_GET["fUnreliableInner"]="Off";
    325 
    326         if (empty($_GET["fUnsuitableOuter"]))
    327             $_GET["fUnsuitableOuter"]="Off";
    328 
    329         if (empty($_GET["fUnreliableOuter"]))
    330             $_GET["fUnreliableOuter"]="Off";
    331 
    332258        if (empty($_GET["fUnsuitableInner"]))
    333259            $_GET["fUnsuitableInner"]=$first?"On":"";
    334260
    335         if (empty($_GET["fIsolatedInner"]))
    336             $_GET["fIsolatedInner"]="Off";
    337 
    338         if (empty($_GET["fIsolatedOuter"]))
    339             $_GET["fIsolatedOuter"]="Off";
    340 
    341261        if (empty($_GET["fMeanPedRmsInner"]))
    342262            $_GET["fMeanPedRmsInner"]=$first?"On":"";
    343263
    344         if (empty($_GET["fMeanPedRmsOuter"]))
    345             $_GET["fMeanPedRmsOuter"]="Off";
    346 
    347         if (empty($_GET["fIsolatedMaxCluster"]))
    348             $_GET["fIsolatedMaxCluster"]="Off";
    349 
    350         if (empty($_GET["fArrTimeMeanInner"]))
    351             $_GET["fArrTimeMeanInner"]="Off";
    352 
    353         if (empty($_GET["fArrTimeMeanOuter"]))
    354             $_GET["fArrTimeMeanOuter"]="Off";
    355 
    356264        if (empty($_GET["fArrTimeRmsInner"]))
    357265            $_GET["fArrTimeRmsInner"]=$first?"On":"";
    358266
    359         if (empty($_GET["fArrTimeRmsOuter"]))
    360             $_GET["fArrTimeRmsOuter"]="Off";
    361 
    362267        if (empty($_GET["fConvFactorInner"]))
    363268            $_GET["fConvFactorInner"]=$first?"On":"";
    364269
    365         if (empty($_GET["fConvFactorOuter"]))
    366             $_GET["fConvFactorOuter"]="Off";
    367 
    368         if (empty($_GET["fMeanNumberIslands"]))
    369             $_GET["fMeanNumberIslands"]="Off";
    370 
    371270        if (empty($_GET["fPSF"]))
    372271            $_GET["fPSF"]=$first?"On":"";
    373272
    374         if (empty($_GET["fRatio"]))
    375             $_GET["fRatio"]="Off";
    376 
    377         if (empty($_GET["fMuonNumber"]))
    378             $_GET["fMuonNumber"]="Off";
    379 
    380273        if (empty($_GET["fEffOnTime"]))
    381274            $_GET["fEffOnTime"]=$first?"On":"";
     
    388281
    389282        if (empty($_GET["fInhomogeneity"]))
    390             $_GET["fInhomogeneity"]="Off";
     283            $_GET["fInhomogeneity"]="On";
    391284
    392285        if (empty($_GET["fDataRate"]))
    393286            $_GET["fDataRate"]=$first?"On":"";
    394287
    395         if (empty($_GET["fMaxHumidity"]))
    396             $_GET["fMaxHumidity"]="Off";
    397 
    398     }
    399 
    400     function PrintForm($_GET, $host, $user, $pw, $db, $limits, $rms, $alias)
     288        InitFindOffData($_GET);
     289    }
     290
     291    function PrintForm($_GET, $host, $user, $pw, $db, $limitsmean, $limitsmin, $limitsmax, $alias)
    401292    {
    402293        printf("<center>\n");
     
    404295
    405296        printf(" <table>\n");
    406         printf("  <tr><td align='center'>\n");
    407 
    408 
    409         printf(" <table>\n");
    410         printf("  <tr>\n");
    411 
    412         CheckBox("fRunStart",          "Start time");
    413         CheckBox("fSequenceLast",      "Last run");
    414         CheckBox("fZenithDistanceMin", "Zd min");
    415         CheckBox("fZenithDistanceMax", "Zd max");
    416 
    417         printf("  </tr><tr>\n");
    418 
    419         CheckBox("fNumEvents",         "Num of events");
    420         CheckBox("fRunTime/60",        "Duration");
    421         CheckBox("fAzimuthMin",        "Azimuth min");
    422         CheckBox("fAzimuthMax",        "Azimuth max");
    423 //        CheckBox("fLinks",             "Links");
    424 /*
    425         printf("  </tr></table>\n");
     297        printf("  <tr><td align='center' valign='top'>\n");
     298
     299        PrintSequInfoMenu();
    426300        printf(" <p>\n");
    427         printf(" <table>\n");
    428         printf("  <tr>\n");
    429 */
    430 
    431         printf("  </tr><tr>\n");
    432 
    433         CheckBox("fUnsuitableInner",     "Unsuitable inner");
    434         CheckBox("fUnsuitableOuter",     "Unsuitable outer");
    435         CheckBox("fUnreliableInner",     "Unreliable inner");
    436         CheckBox("fUnreliableOuter",     "Unreliable outer");
    437 
    438         printf("  </tr><tr>\n");
    439 
    440         CheckBox("fIsolatedInner",       "Isolated inner");
    441         CheckBox("fIsolatedOuter",       "Isolated outer");
    442         CheckBox("fIsolatedMaxCluster",  "IsolatedMaxCl.");
    443         CheckBox("fMaxHumidity",        "MaxHumidity");
    444 
    445         printf("  </tr><tr>\n");
    446 
    447         CheckBox("fArrTimeMeanInner",    "ArrTimeMean in");
    448         CheckBox("fArrTimeMeanOuter",    "ArrTimeMean out");
    449         CheckBox("fArrTimeRmsInner",     "ArrTimeRms in");
    450         CheckBox("fArrTimeRmsOuter",     "ArrTimeRms out");
    451 
    452         printf("  </tr><tr>\n");
    453 
    454         CheckBox("fConvFactorInner",     "Conv inner ");
    455         CheckBox("fConvFactorOuter",     "Conv outer ");
    456         CheckBox("fMeanPedRmsInner",     "MeanPedRms in");
    457         CheckBox("fMeanPedRmsOuter",     "MeanPedRms out");
    458 
    459 /*
    460         printf(" </tr></table>\n");
     301        PrintCalMenu();
    461302        printf(" <p>\n");
    462 
    463         printf(" <table>\n");
    464         printf("  <tr>\n");
    465 */
    466 
    467         printf("  </tr><tr>\n");
    468 
    469         CheckBox("fMeanNumberIslands",  "MeanNumIslands");
    470         CheckBox("fPSF",                "PSF");
    471         CheckBox("fRatio",              "Ratio");
    472         CheckBox("fMuonRate",           "MuonRate");
    473 
    474         printf("  </tr><tr>\n");
    475 
    476         CheckBox("fMuonNumber",         "MuonNumber");
    477         CheckBox("fEffOnTime",          "EffOnTime");
    478         CheckBox("fEffOnTime/fRunTime", "RelOnTime");
    479         CheckBox("fDataRate",           "CleanedEvtRate");
    480 
    481         printf("  </tr><tr>\n");
    482 
    483         CheckBox("fInhomogeneity",      "Inhomogeneity");
    484 
    485         printf("  </tr>\n");
    486         printf(" </table>\n");
     303        PrintStarMenu();
    487304        printf(" <p>\n");
    488305
    489306        printf(" <table><tr><td>\n");
    490 
    491307        PrintPullDown($host, $user, $pw, $db, "Source",                      "fSourceName",                      "fSourceKEY",                      "Source Name");
    492308        printf("  </td><td>\n");
     
    498314        printf("  </td><td>\n");
    499315        PrintStatusMenu("fStar",                "Star");
    500 
    501316        printf("</td></tr> </table>\n");
    502317        printf(" <p>\n");
    503318
    504         printf("  </td><td valign='top'>\n");
    505 
    506         printf("  <table>\n");
    507         printf("  <tr><th colspan='3'>Limits</th><tr>\n");
    508         printf("  <tr><td>Name </td><td> Mean </td><td> Rms </td></tr>\n");
    509         PrintLimitsMenu($limits, $rms, $alias);
    510         printf("  </td></tr></table>\n");
    511 
    512         printf("  </td></tr><tr><td colspan='2' align='center'>\n");
    513 
    514         printf(" <p>\n");
    515 
    516319        printf(" <table>\n");
    517         printf("  <tr><td>\n");
     320        printf("  <tr><td colspan='3'>\n");
    518321
    519322        if (empty($_GET["fStarStart"]))
     
    529332        printf("StarDone&nbsp;(yyyy-mm-dd)&nbsp;from&nbsp;<input name=\"fStarStart\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"%s\">\n", $starmin);
    530333        printf("to&nbsp;<input name=\"fStarStop\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"%s\">&nbsp;&nbsp;&nbsp;&nbsp;\n", $starmax);
    531         printf("  </td>\n");
     334        printf("  </td></tr><tr><td><br></td></tr><tr>\n");
     335
    532336        CheckBox("fLinks",    "Links");
    533337        CheckBox("fOff",      "incl. offsources");
     
    536340        printf("  </tr>\n");
    537341        printf(" </table>\n");
     342
    538343        printf(" <p>\n");
    539344
    540         if (empty($_GET["fStartDate"]))
    541             $timemin = GetMin("fRunStart", "Sequences", $host, $user, $pw, $db);
    542         else
    543             $timemin = $_GET["fStartDate"];
    544 
    545         if (empty($_GET["fStopDate"]))
    546             $timemax = GetMax("fRunStart", "Sequences", $host, $user, $pw, $db);
    547         else
    548             $timemax = $_GET["fStopDate"];
    549 
    550         printf("Night&nbsp;(yyyy-mm-dd)&nbsp;from&nbsp;<input name=\"fStartDate\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"%s\">\n", $timemin);
    551         printf("to&nbsp;<input name=\"fStopDate\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"%s\">&nbsp;&nbsp;&nbsp;&nbsp;\n", $timemax);
    552 
    553         if (empty($_GET["fRunMin"]))
    554             $min = GetMin("fSequenceFirst", "Sequences", $host, $user, $pw, $db);
    555         else
    556             $min = $_GET["fRunMin"];
    557 
    558         if (empty($_GET["fRunMax"]))
    559             $max = GetMax("fSequenceFirst", "Sequences", $host, $user, $pw, $db);
    560         else
    561             $max = $_GET["fRunMax"];
    562 
    563 /*
    564         printf("Date&nbsp;(yyyy-mm-dd)&nbsp;<input name=\"fDate\" type=\"text\" size=\"10\" maxlength=\"10\" value=\"");
    565         if (!empty($_GET["fDate"]))
    566             printf("%s", $_GET["fDate"]);
    567         printf("\">&nbsp;&nbsp;&nbsp;\n");
    568 */
    569 
    570         printf("Sequences&nbsp;from&nbsp;<input name=\"fRunMin\" type=\"text\" size=\"6\" maxlength=\"6\" value=\"%s\">\n", $min);
    571         printf("to&nbsp;<input name=\"fRunMax\" type=\"text\" size=\"6\" maxlength=\"6\" value=\"%s\">&nbsp;&nbsp;&nbsp;\n", $max);
    572 
    573         printf(" <P>\n");
    574 
    575         printf("Source&nbsp;(<A HREF=\"regexp.html\">regexp</A>)&nbsp;<input name=\"fSourceN\" type=\"text\" size=\"15\" maxlength=\"15\" value=\"");
    576         if (!empty($_GET["fSourceN"]))
    577             printf("%s", $_GET["fSourceN"]);
    578         printf("\">&nbsp;&nbsp;&nbsp;\n");
     345        PrintZdRangeMenu($host,$user,$pw,$db);
     346        printf("<p>\n");
     347        PrintSequRangeMenu($host,$user,$pw,$db);
     348        printf("<p>\n");
     349        PrintSourceMenu($host,$user,$pw,$db);
     350        printf("<p>\n");
     351        PrintNightRangeMenu($host,$user,$pw,$db);
     352        printf("<p>\n");
    579353
    580354        printf(" Results:\n");
     
    591365        printf(" </select>\n");
    592366        printf(" &nbsp;&nbsp;&nbsp;\n");
    593 
    594         ini_set("mysql.trace_mode", "Off");
    595         ini_set("display_errors", "Off");
    596367
    597368        printf("<input class='Width' type='submit' value='Query Table'>&nbsp;&nbsp;&nbsp;\n");
     
    601372        if (strchr($_SERVER["REQUEST_URI"], '?')!=FALSE)
    602373            printf("<input class='Width' type='button' value='Print' onClick='self.location.href=\"%s&fPrintTable=1\"'>&nbsp;&nbsp;&nbsp;\n", $_SERVER["REQUEST_URI"]);
     374
     375        printf("  </td><td valign='top'>\n");
     376
     377        PrintLimitsMenu($limitsmean, $limitsmin, $limitsmax, $alias, "yes");
     378
     379        printf("  </td></tr>\n");
     380        printf(" </table>\n");
     381
    603382        printf("</form>\n");
    604383        printf("</center>\n");
    605384
    606385
    607         printf("  </td></tr> </table>\n");
     386        ini_set("mysql.trace_mode", "Off");
     387        ini_set("display_errors", "Off");
     388
    608389
    609390        printf("</td>\n");
     
    615396    }
    616397
    617     function PrintPage($html, $host, $user, $pw, $db, $alias, $rightalign, $checkwhere, $checkgroup, $checkstatusgroup, $limits, $rms, $needs)
     398    function PrintPage($html, $host, $user, $pw, $db, $alias, $rightalign, $checkwhere, $checkgroup, $checkstatusgroup, $limitsmean, $limitsmin, $limitsmax, $needs)
    618399    {
    619400        $db_id = mysql_connect($host, $user, $pw);
     
    632413        {
    633414            if ($html=="1" || $html=="2")
    634                 PrintMagicTable($result0, $alias, $rightalign, $limits, $rms, $_GET);
     415                PrintMagicTable($result0, $alias, $rightalign, $limitsmean, $limitsmin, $limitsmax, $_GET);
    635416            else
    636417                PrintText($result0);
     
    640421        mysql_close($db_id);
    641422
    642         if ($html=="1")
    643             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     423        PrintSubmittedQuery($query0, $html, $db, "old");
    644424    }
    645425
    646426    include ("include.php");
     427    include ("menu.php");
    647428    include ("db.php");
    648429    include ("magicdefs.php");
     
    656437        header("Content-Disposition: attachment; filename=query-result.txt");
    657438
    658         PrintPage("0", $host, $user, $pw, $db, $alias, $rightalign, $checkwhere, $checkgroup, $checkstatusgroup, $limits, $rms, $needs);
     439        PrintPage("0", $host, $user, $pw, $db, $alias, $rightalign, $checkwhere, $checkgroup, $checkstatusgroup, $limitsmean, $limitsmin, $limitsmax, $needs);
    659440    }
    660441    else
     
    666447        InitGet($_GET);
    667448        if (empty($_GET["fPrintTable"]))
    668             PrintForm($_GET, $host, $user, $pw, $db, $limits, $rms, $alias);
     449            PrintForm($_GET, $host, $user, $pw, $db, $limitsmean, $limitsmin, $limitsmax, $alias);
    669450
    670451        if ($environment==0)
     
    673454        {
    674455            if (empty($_GET["fPrintTable"]))
    675                 PrintPage("1", $host, $user, $pw, $db, $alias, $rightalign, $checkwhere, $checkgroup, $checkstatusgroup, $limits, $rms, $needs);
    676             else
    677                 PrintPage("2", $host, $user, $pw, $db, $alias, $rightalign, $checkwhere, $checkgroup, $checkstatusgroup, $limits, $rms, $needs);
     456                PrintPage("1", $host, $user, $pw, $db, $alias, $rightalign, $checkwhere, $checkgroup, $checkstatusgroup, $limitsmean, $limitsmin, $limitsmax, $needs);
     457            else
     458                PrintPage("2", $host, $user, $pw, $db, $alias, $rightalign, $checkwhere, $checkgroup, $checkstatusgroup, $limitsmean, $limitsmin, $limitsmax, $needs);
    678459        }
    679460
  • trunk/MagicSoft/Mars/datacenter/db/ganymed.php

    r7620 r7873  
    303303        mysql_close($db_id);
    304304
    305         if ($html=="1")
    306             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     305        PrintSubmittedQuery($query0, $html, $db, "old");
    307306    }
    308307
  • trunk/MagicSoft/Mars/datacenter/db/include.php

    r7546 r7873  
    118118}
    119119
    120 function PrintLimitsMenu($limits, $rms, $alias)
    121 {
    122     foreach($limits as $key => $element)
    123     {
    124         printf("<tr><td>%s</td>\n", $alias[$key]);
    125         $mean=$key . "Mean";
    126         $limitmean=$_GET[$mean];
    127         printf("<td><input name=\"%sMean\" type=\"text\" size=\"6\" maxlength=\"6\" value=\"%s\"></td>\n", $key, $limitmean);
    128         if ($rms[$key]=="yes")
    129         {
    130             $rms2=$key . "Rms";
    131             $limitrms=$_GET[$rms2];
    132             printf("<td><input name=\"%sRms\" type=\"text\" size=\"6\" maxlength=\"6\" value=\"%s\"></td>\n", $key, $limitrms);
    133         }
    134         else
    135             printf("<td><br></td>\n");
    136         printf("</tr>\n");
    137     }
    138 
    139 }
    140 
    141120function PrintPullDown($host, $user, $pw, $db, $table, $name, $index, $descr)
    142121{
     
    257236        printf("\n");
    258237    }
     238}
     239
     240function PrintSubmittedQuery($query0, $html, $db, $old)
     241{
     242    //diplay query on old websites
     243    if (empty($old))
     244        printf("<tr class='Block' id='showquery' style='display:none'><td>");
     245    else
     246        printf("<tr class='Block' id='showquery' style='display:block'><td>");
     247    printf("<b>DB:</b> %s <br>", $db);
     248    if ($html=="1")
     249        printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     250    printf("</td></tr>");
    259251}
    260252
     
    323315
    324316    if ($_GET["fNumStart"]!=0)
     317    {
     318        $uri = htmlspecialchars($_SERVER["REQUEST_URI"]);
     319        $pos = strpos($uri, "fNumStart");
     320        $amp3=FALSE;
     321        if ($pos!=FALSE)
     322        {
     323            $amp1 = substr($uri, 0, $pos-1);
     324            $amp2 = substr($uri, $pos);
     325            $amp3 = strchr($amp2, "&");
     326
     327            $uri = $amp1;
     328        }
     329        $pos = $_GET["fNumStart"]-$rows;
     330        if ($pos<0)
     331            $pos=0;
     332        $uri .= "&fNumStart=" . $pos;
     333        if ($amp3!=FALSE)
     334            $uri .= $amp3;
     335
     336        $menu .= "<A HREF='" . $uri . "'><<< Prev</A>\n";
     337    }
     338
     339    $menu .= "&nbsp;&nbsp;&nbsp;---&nbsp;<B>";
     340    $menu .= $_GET["fNumStart"];
     341    $menu .= "</B>&nbsp;---&nbsp;&nbsp;&nbsp;\n";
     342
     343    if ($rows==$_GET["fNumResults"])
    325344    {
    326345        $uri = $_SERVER["REQUEST_URI"];
     
    335354            $uri = $amp1;
    336355        }
    337         $pos = $_GET["fNumStart"]-$rows;
    338         if ($pos<0)
    339             $pos=0;
    340         $uri .= "&fNumStart=" . $pos;
    341         if ($amp3!=FALSE)
    342             $uri .= $amp3;
    343 
    344         $menu .= "<A HREF='" . $uri . "'><<< Prev</A>\n";
    345     }
    346 
    347     $menu .= "&nbsp;&nbsp;&nbsp;---&nbsp;<B>";
    348     $menu .= $_GET["fNumStart"];
    349     $menu .= "</B>&nbsp;---&nbsp;&nbsp;&nbsp;\n";
    350 
    351     if ($rows==$_GET["fNumResults"])
    352     {
    353         $uri = $_SERVER["REQUEST_URI"];
    354         $pos = strpos($uri, "fNumStart");
    355         $amp3=FALSE;
    356         if ($pos!=FALSE)
    357         {
    358             $amp1 = substr($uri, 0, $pos-1);
    359             $amp2 = substr($uri, $pos);
    360             $amp3 = strchr($amp2, "&");
    361 
    362             $uri = $amp1;
    363         }
    364356        $uri .= "&fNumStart=" . ($_GET["fNumStart"]+$rows);
    365357        if ($amp3!=FALSE)
    366358            $uri .= $amp3;
    367359
    368         $menu .= "<A HREF='" . $uri . "'>Next >>></A>\n";
     360        $menu .= "<A HREF='" . htmlspecialchars($uri) . "'>Next >>></A>\n";
    369361    }
    370362    return $menu;
    371363}
    372364
    373 function RemoveSortBy($rows)
     365function RemoveSortBy()
    374366{
    375367    $menu = "";
     
    399391}
    400392
    401 function PrintMagicTable($result0, $alias, $rightalign, $limits, $rms, $_GET)
     393function PrintMagicTable($result0, $alias, $rightalign, $limitsmean, $limitsmin, $limitsmax, $_GET)
    402394{
    403395    $col   = FALSE;
    404396    $first = TRUE;
    405397
     398    $sigma = array
     399        (
     400         5    => "#FF9900",
     401         3    => "#FFFF66",
     402         2    => "#33CC00",
     403         1    => "#006600",
     404        );
     405    $offlimitcolour="#FF0000";
     406
     407
     408
    406409    $menu = CreateMenu(mysql_num_rows($result0));
    407410
    408     printf("\n<center>\n<p>%s<P>\n", $menu);
     411    printf("\n<center>\n");
     412    if (empty($_GET["fPrintTable"]))
     413        printf("<p>%s<P>\n", $menu);
    409414    printf("<table BORDER=\"0\">\n");
    410415    while ($row0 = mysql_fetch_assoc($result0))
     
    430435                        $issort="&nbsp;<IMG SRC='up.gif'>";
    431436                }
    432                 printf("  <th>&nbsp;<A HREF='%s&fSortBy=%s%s'>%s</A>%s&nbsp;</th>\n",
    433                        RemoveSortBy($_SERVER["REQUEST_URI"]), $col, $ord, $key, $issort);
     437                printf("  <th>&nbsp;<A HREF='%s&amp;fSortBy=%s%s'>%s</A>%s&nbsp;</th>\n",
     438                       htmlspecialchars(RemoveSortBy()), $col, $ord, $key, $issort);
    434439            }
    435440            printf(" </tr>\n\n");
     
    449454                printf("  <td align=\"right\">");
    450455
    451             if (!(empty($limits) && empty($rms)))
     456            //determine color of text in cell
     457            foreach($limitsmean as $key2 => $element2)
    452458            {
    453                 foreach($limits as $key2 => $element2)
     459                $mean=$key2 . "Mean";
     460                $rms2=$key2 . "Rms";
     461                if ($key==$alias[$element2] && !empty($_GET[$mean]))
    454462                {
    455                     $mean=$key2 . "Mean";
    456                     $rms2=$key2 . "Rms";
    457                     if ($key==$alias[$element2] && !empty($_GET[$mean]))
     463                    if (!empty($_GET[$rms2]))
    458464                    {
    459                         if ($rms[$key2]=="yes")
     465                        $colour=$offlimitcolour;
     466                        foreach ($sigma as $margin => $newcolour)
    460467                        {
    461                             if (!empty($_GET[$rms2]))
    462                             {
    463                                 $min=$_GET[$mean] - $_GET[$rms2];
    464                                 $max=$_GET[$mean] + $_GET[$rms2];
    465                                 if ($min < $element && $element < $max)
    466                                     printf("<font color='green'>");
    467                                 else
    468                                     printf("<font color='red'>");
    469                             }
     468                            $min=$_GET[$mean] - ($margin * $_GET[$rms2]);
     469                            $max=$_GET[$mean] + ($margin * $_GET[$rms2]);
     470                            if ($min < $element && $element < $max)
     471                                $colour=$newcolour;
    470472                        }
    471                         else
     473                        printf("<font color='%s' style='font-weight:bold'>", $colour);
     474                    }
     475                }
     476            }
     477
     478            foreach($limitsmin as $key2 => $element2)
     479            {
     480                $limit1=$key2 . "1";
     481                $limit2=$key2 . "2";
     482                if ($key==$alias[$element2] && !empty($_GET[$limit1]))
     483                {
     484                    $colour=$offlimitcolour;
     485                    if ($_GET[$limit1] <= $element)
     486                        $colour=$sigma[1];
     487                    else
     488                    {
     489                        if (!empty($_GET[$limit2]))
    472490                        {
    473                             if ($rms[$key2]=="min")
    474                             {
    475                                 if ($_GET[$mean] <= $element)
    476                                     printf("<font color='green'>");
    477                                 else
    478                                     printf("<font color='red'>");
    479                             }
    480 
    481                             if ($rms[$key2]=="max")
    482                             {
    483                                 if ($_GET[$mean] >= $element)
    484                                     printf("<font color='green'>");
    485                                 else
    486                                     printf("<font color='red'>");
    487                             }
     491                            if ($_GET[$limit2] <= $element)
     492                                $colour=$sigma[5];
    488493                        }
    489494                    }
    490 
     495                    printf("<font color='%s' style='font-weight:bold'>", $colour);
     496                }
     497
     498            }
     499
     500            foreach($limitsmax as $key2 => $element2)
     501            {
     502                $limit1=$key2 . "1";
     503                $limit2=$key2 . "2";
     504                if ($key==$alias[$element2] && !empty($_GET[$limit1]))
     505                {
     506                    $colour=$offlimitcolour;
     507                    if ($_GET[$limit1] >= $element)
     508                        $colour=$sigma[1];
     509                    else
     510                    {
     511                        if (!empty($_GET[$limit2]))
     512                        {
     513                            if ($_GET[$limit2] >= $element)
     514                                $colour=$sigma[5];
     515                        }
     516                    }
     517                    printf("<font color='%s' style='font-weight:bold'>", $colour);
    491518                }
    492519            }
    493520
     521            //fill text in cell
    494522            printf("&nbsp;%s&nbsp;</td>\n", str_replace("&ws;", " ", str_replace(" ", "&nbsp;", $element)));
    495523        }
     
    505533
    506534    printf("<P><B>Number of displayed results: %d</B><P><P>\n", mysql_num_rows($result0));
    507     printf("%s\n", $menu);
     535    if (empty($_GET["fPrintTable"]))
     536        printf("%s\n", $menu);
    508537    printf("<P>\n");
    509538    printf("</center>\n");
    510     printf("</tr><tr class='Block'><td>\n");
     539    printf("</td>\n");
     540    printf("</tr>\n");
    511541}
    512542
  • trunk/MagicSoft/Mars/datacenter/db/index-footer.html

    r7484 r7873  
    1 </td>
    2 </tr>
    31
    42</table>
  • trunk/MagicSoft/Mars/datacenter/db/index-header.html

    r7549 r7873  
    1515     -->
    1616   </style>
     17<script type="text/javascript" src="dhtml.js"></script>
     18<script type="text/javascript" src="menu.js"></script>
    1719</head>
    1820
    19 <body background="../background.gif" text="#000000" bgcolor="#000099" link="#1122FF" vlink="#8888FF" alink="#FF0000">
     21<body onload="getdisplay();" background="../background.gif" text="#000000" bgcolor="#000099" link="#1122FF" vlink="#8888FF" alink="#FF0000">
    2022&nbsp;
    2123
     
    2527<td class="Edge"><img SRC="../ecke.gif" ALT=""></td>
    2628<td class="Header">
    27 <font size=+1><B>Magic Database</B></font><BR>
     29<font size='+1'><B>Magic Database</B></font><BR>
    2830<hr SIZE=1 NOSHADE WIDTH="80%">
    2931<A HREF="index.html">H</A>&nbsp;
    3032<A HREF="http://www.astro.uni-wuerzburg.de/~dorner/datacenter/index.html#db">Docu</A>&nbsp;
    3133Info:&nbsp;
    32 <A HREF="runinfo.php">Run</A>&nbsp;
    33 <A HREF="sequinfo.php">Sequ</A>&nbsp;
    34 <A HREF="datasetinfo.php">DataSets</A>&nbsp;
    35 Status:&nbsp;
    36 <A HREF="statussbs.php">SequBuild</A>&nbsp;
    37 <A HREF="statusrps.php">RunProc</A>&nbsp;
    38 <A HREF="statussps.php">SequProc</A>&nbsp;
    39 <A HREF="printtable.php?fTable=MarsVersion">Mars</A>
     34<A HREF="runinfo-aio.php">Run</A>&nbsp;
     35<A HREF="sequinfo-aio.php">Sequ</A>&nbsp;
     36<A HREF="datasetinfo-aio.php">DataSets</A>&nbsp;
     37<A HREF="queryrbk.php">Runbook</A>&nbsp;
    4038<BR>
    4139more:&nbsp;
    42 <A HREF="culminating.php">Culm</A>&nbsp;
    43 <A HREF="datacheck.php">DataCh</A>&nbsp;
    4440<A HREF="ganymed.php">Results</A>&nbsp;
    4541<A HREF="sequence.php">Sequ</A>&nbsp;
    4642<A HREF="sources.php">Sources</A>&nbsp;
    47 <A HREF="findoffdata.php">Off</A>&nbsp;
    48 DB:&nbsp;
    49 <A HREF="queryrbk.php">Runbook</A>&nbsp;
    50 <A HREF="index.php">Run</A>&nbsp;
    51 <A HREF="queryseq.php">Sequ</A>&nbsp;
    52 <A HREF="querycal.php">Cal</A>&nbsp;
    53 <A HREF="querystar.php">Star</A>
     43<A HREF="statussbs.php">SequBuildStatus</A>&nbsp;
     44<A HREF="printtable.php?fTable=MarsVersion">Mars</A>
    5445<hr SIZE=1 NOSHADE WIDTH="80%">
    5546</td>
     
    5950<td COLSPAN="2" BGCOLOR="#FFFFFF">
    6051
     52
    6153<center><table class="Inner" CELLPADDING=15>
    6254<tr  class="Block">
  • trunk/MagicSoft/Mars/datacenter/db/index.html

    r7548 r7873  
    3232<tr class="Block">
    3333<td>
    34 <!--
    35 <b>Database Access:</b><p>
    36 -->
    37 <p><A HREF="http://www.astro.uni-wuerzburg.de/~dorner/datacenter/index.html#db">
    38 Documentation</A></b><p>
     34<p>
     35Some useful queries:<p>
     36<ul>
     37<li><A HREF="runinfo-aio.php">Run Information</A></li>
     38<li><A HREF="sequinfo-aio.php">Sequence Information</A> (including find-off-data functionalities)</li>
     39<li><A HREF="queryrbk.php">Runbook Database</A></li>
     40<li><A HREF="datasetinfo-aio.php">Dataset Information</A>
     41(<A HREF="http://www.astro.uni-wuerzburg.de/datacenter/datasets/">dataset files</A>)</li>
     42<li><A HREF="ganymed.php">Results of the Automatic Analysis</A>
     43<li><A HREF="sequence.php">Sequence(s)</A>: all information of one sequence in one table </li>
     44<li><A HREF="sources.php">Sources - list of sources</A> (possibility to ex/include test- and off-sources)</li>
     45<li><A HREF="statussbs.php">Sequence Build Status</A>: querying only the information from the table SequenceBuildStatus </li>
     46</ul>
     47<p>
     48Documentation: <br>
     49<a href="http://vela.astro.uni-wuerzburg.de/datacenter/instructions/intern/errorcoding.txt">error coding</a><br>
     50<A HREF="http://www.astro.uni-wuerzburg.de/~dorner/datacenter/index.html#db">old documentation</A>
     51<p>
     52<br>
     53<p>
     54<u>Old websites:</u> <p>
    3955Some useful queries:<p>
    4056<ul>
  • trunk/MagicSoft/Mars/datacenter/db/index.php

    r7546 r7873  
    384384        mysql_close($db_id);
    385385
    386         if ($html=="1")
    387             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     386        PrintSubmittedQuery($query0, $html, $db, "old");
    388387    }
    389388
  • trunk/MagicSoft/Mars/datacenter/db/magicdefs.php

    r7547 r7873  
    2525
    2626
    27 $limits = array
     27$limitsmean = array
    2828    (
    2929     "fPedRmsInLimit"    => "fMeanPedRmsInner",
    30      "fArrTimeLimit"     => "fArrTimeRmsInner",
     30//     "fArrTRmsLimit"     => "fArrTimeRmsInner",
    3131     "fMuonRateLimit"    => "fMuonRate",
     32     "fMuonCalLimit"     => "fRatio",
    3233     "fPSFLimit"         => "fPSF",
     34     "fInhomLimit"       => "fInhomogeneity",
     35     "fNumIslLimit"      => "fMeanNumberIslands",
    3336     "fImgRateLimit"     => "fDataRate",
     37     "fSkyBrightLimit"   => "fBrightnessMed",
     38    );
     39
     40$limitsmin = array
     41    (
     42     "fZdMinLimit"       => "fZenithDistanceMin",
     43     "fNumStarsLimit"    => "fNumStarsMed",
     44     "fNumStarsCorLimit" => "fNumStarsCorMed",
     45     "fMuonNumLimit"     => "fMuonNumber",
     46     "fArrTimeLimit"     => "fArrTimeInner",
     47     "fPulsePosLimit"    => "fMeanPulsePosInner",
     48    );
     49
     50$limitsmax = array
     51    (
     52     "fZdMaxLimit"       => "fZenithDistanceMax",
    3453     "fUnsInLimit"       => "fUnsuitableInner",
    35      "fZdMinLimit"       => "fZenithDistanceMin",
    36      "fZdMaxLimit"       => "fZenithDistanceMax",
    37     );
    38 
    39 $rms = array
    40     (
    41      "fPedRmsInLimit"    => "yes",
    42      "fArrTimeLimit"     => "yes",
    43      "fMuonRateLimit"    => "yes",
    44      "fUnsInLimit"       => "max",
    45      "fPSFLimit"         => "yes",
    46      "fImgRateLimit"     => "yes",
    47      "fZdMinLimit"       => "min",
    48      "fZdMaxLimit"       => "max",
     54     "fIsoInLimit"       => "fIsolatedInner",
     55     "fIMCLimit"         => "fIsolatedMaxCluster",
     56     "fMaxHumLimit"      => "fMaxHumidity",
     57     "fRelTimeLimit"     => "fEffOnTime/fRunTime",
    4958    );
    5059
     
    216225     "fDataRate"                        => "Img.<br>Rate<br>[Hz]",
    217226     "fMaxHumidity"                     => "Max<br>Hum<br>[%]",
     227     "fBrightnessMed"                   => "Sky<br>Brightness<br>Med",
     228     "fBrightnessRMS"                   => "Sky<br>Brightness<br>RMS",
     229     "fNumStarsMed"                     => "#<br>id.<br>stars",
     230     "fNumStarsRMS"                     => "RMS<br>id.<br>stars",
     231     "fNumStarsCorMed"                  => "#<br>cor.<br>stars",
     232     "fNumStarsCorRMS"                  => "RMS<br>cor.<br>stars",
    218233     "fEvents"                          => "DataEvents",
    219234     "fPositionSignal"                  => "ArrTime",
     
    253268     "Max(fZenithDistance)"             => "ZdMax",
    254269     "COUNT(*)"                         => "Sequence",
    255      "fArrTimeLimit"                    => "ArrTRms",
     270//     "fArrTimeLimit"                    => "ArrTRms",
     271     "fArrTimeLimit"                    => "ArrTime",
     272     "fPulsePosLimit"                   => "PulsePos",
    256273     "fPedRmsInLimit"                   => "PedRms",
    257274     "fMuonRateLimit"                   => "MuonRate",
     275     "fMuonNumLimit"                    => "# Muons",
     276     "fMuonCalLimit"                    => "MuonCal",
    258277     "fPSFLimit"                        => "PSF",
     278     "fInhomLimit"                      => "Inhom.",
     279     "fNumIslLimit"                     => "# Islands",
    259280     "fImgRateLimit"                    => "ImgRate",
     281     "fSkyBrightLimit"                  => "SkyBrightness",
     282     "fNumStarsLimit"                   => "# id. Stars",
     283     "fNumStarsCorLimit"                => "# cor. Stars",
    260284     "fUnsInLimit"                      => "Unsuit.In",
     285     "fIsoInLimit"                      => "Isol.In",
     286     "fIMCLimit"                        => "IMC",
     287     "fMaxHumLimit"                     => "Humidity",
    261288     "fZdMinLimit"                      => "ZdMin",
    262289     "fZdMaxLimit"                      => "ZdMax",
     290     "fRelTimeLimit"                    => "Rel.Ontime",
    263291     "fEMin"                            => "Emin",
    264292     "fEMax"                            => "Emax",
     
    321349     $alias["fDataRate"]                 => "1",
    322350     $alias["fMaxHumidity"]              => "1",
     351     $alias["fBrightnessMed"]            => "1",
     352     $alias["fBrightnessRMS"]            => "1",
     353     $alias["fNumStarsMed"]              => "1",
     354     $alias["fNumStarsRMS"]              => "1",
     355     $alias["fNumStarsCorMed"]           => "1",
     356     $alias["fNumStarsCorRMS"]           => "1",
    323357     $alias["fDate"]                     => "1",
    324358     $alias["fCaCoFileFound"]            => "1",
     
    466500         "fDataRate"                         => "Star.fDataRate",
    467501         "fMaxHumidity"                      => "Star.fMaxHumidity",
     502         "fBrightnessMed"                    => "Star.fBrightnessMed",
     503         "fBrightnessRMS"                    => "Star.fBrightnessRMS",
     504         "fNumStarsMed"                      => "Star.fNumStarsMed",
     505         "fNumStarsRMS"                      => "Star.fNumStarsRMS",
     506         "fNumStarsCorMed"                   => "Star.fNumStarsCorMed",
     507         "fNumStarsCorRMS"                   => "Star.fNumStarsCorRMS",
    468508         "fDataSetNumber"                    => $fromtable . ".fDataSetNumber",
    469509         "fDataSetInserted"                  => "DataSetProcessStatus.fDataSetInserted",
     
    506546         "Min(fZenithDistance)"              => "'ZdMin'",
    507547         "Max(fZenithDistance)"              => "'ZdMax'",
    508 //         "COUNT(*)"                          => "'Sequ'",
     548         "COUNT(*)"                          => "'Sequence'",
    509549         "fStartTime"                        => "fStartTime",
    510550         "fFailedTime"                       => "fFailedTime",
  • trunk/MagicSoft/Mars/datacenter/db/printtable.php

    r7546 r7873  
    5151        mysql_close($db_id);
    5252
    53         if ($html=="1")
    54             printf("<U><B>submitted query:</B></U><BR>%s<BR>", $query0);
     53        PrintSubmittedQuery($query0, $html, $db, "old");
    5554    }
    5655
  • trunk/MagicSoft/Mars/datacenter/db/querycal.php

    r7546 r7873  
    207207        mysql_close($db_id);
    208208
    209         if ($html=="1")
    210             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     209        PrintSubmittedQuery($query0, $html, $db, "old");
    211210    }
    212211
  • trunk/MagicSoft/Mars/datacenter/db/queryrbk.php

    r7548 r7873  
    8080        mysql_close($db_id);
    8181
    82         if ($html=="1")
    83             printf("<U><B>submitted query:</B></U><BR>%s<BR>", $query0);
     82        PrintSubmittedQuery($query0, $html, $db, "old");
    8483    }
    8584
  • trunk/MagicSoft/Mars/datacenter/db/queryseq.php

    r7546 r7873  
    326326        mysql_close($db_id);
    327327
    328         if ($html=="1")
    329             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     328        PrintSubmittedQuery($query0, $html, $db, "old");
    330329    }
    331330
  • trunk/MagicSoft/Mars/datacenter/db/querystar.php

    r7546 r7873  
    172172        mysql_close($db_id);
    173173
    174         if ($html=="1")
    175             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     174        PrintSubmittedQuery($query0, $html, $db, "old");
    176175    }
    177176
  • trunk/MagicSoft/Mars/datacenter/db/runinfo.php

    r7638 r7873  
    530530        mysql_close($db_id);
    531531
    532         if ($html=="1")
    533             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     532        PrintSubmittedQuery($query0, $html, $db, "old");
    534533    }
    535534
  • trunk/MagicSoft/Mars/datacenter/db/sequence.php

    r7621 r7873  
    580580        mysql_close($db_id);
    581581
    582         if ($html=="1")
    583             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     582        PrintSubmittedQuery($query0, $html, $db, "old");
    584583    }
    585584
  • trunk/MagicSoft/Mars/datacenter/db/sequinfo.php

    r7578 r7873  
    644644        mysql_close($db_id);
    645645
    646         if ($html=="1")
    647             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     646        PrintSubmittedQuery($query0, $html, $db, "old");
    648647    }
    649648
  • trunk/MagicSoft/Mars/datacenter/db/sources.php

    r7546 r7873  
    1919        $query0 .= " FROM Source ";
    2020
    21         if ($_GET["fTest"]=="Off")
     21        if (!$_GET["fTest"]=="On")
    2222            $query0 .= " WHERE fTest='no'";
    2323
     
    112112        mysql_close($db_id);
    113113
    114         if ($html=="1")
    115             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     114        PrintSubmittedQuery($query0, $html, $db, "old");
    116115    }
    117116
  • trunk/MagicSoft/Mars/datacenter/db/statusrps.php

    r7546 r7873  
    215215        mysql_close($db_id);
    216216
    217         if ($html=="1")
    218             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     217        PrintSubmittedQuery($query0, $html, $db, "old");
    219218    }
    220219
  • trunk/MagicSoft/Mars/datacenter/db/statussbs.php

    r7546 r7873  
    191191        mysql_close($db_id);
    192192
    193         if ($html=="1")
    194             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     193        PrintSubmittedQuery($query0, $html, $db, "old");
    195194    }
    196195
  • trunk/MagicSoft/Mars/datacenter/db/statussps.php

    r7546 r7873  
    204204        mysql_close($db_id);
    205205
    206         if ($html=="1")
    207             printf("<U><B>submitted query:</B></U><BR>%s<BR>", htmlspecialchars($query0));
     206        PrintSubmittedQuery($query0, $html, $db, "old");
    208207    }
    209208
Note: See TracChangeset for help on using the changeset viewer.