Ignore:
Timestamp:
01/16/07 11:22:03 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/datacenter/db/datasetinfo-aio.php

    r8249 r8251  
    155155            $_GET["fNumResults"]="50";
    156156
    157         if (empty($_GET["fLinks"]))
    158             $_GET["fLinks"]=$first?"On":"";
    159 
    160         if (empty($_GET["fWobble"]))
    161             $_GET["fWobble"]=$first?"On":"";
    162 
    163         if (empty($_GET["fExcessEvents"]))
    164             $_GET["fExcessEvents"]=$first?"On":"";
    165 
    166         if (empty($_GET["fBackgroundEvents*60/fEffOnTime"]))
    167             $_GET["fBackgroundEvents*60/fEffOnTime"]=$first?"On":"";
    168 
    169         if (empty($_GET["fBackgroundEvents"]))
    170             $_GET["fBackgroundEvents"]=$first?"On":"";
    171 
    172         if (empty($_GET["fSignalEvents"]))
    173             $_GET["fSignalEvents"]=$first?"On":"";
    174 
    175         if (empty($_GET["fSignificance"]))
    176             $_GET["fSignificance"]=$first?"On":"";
    177 
    178         if (empty($_GET["fScaleFactor"]))
    179             $_GET["fScaleFactor"]=$first?"On":"";
    180 
    181         if (empty($_GET["fEffOnTime/3600"]))
    182             $_GET["fEffOnTime/3600"]=$first?"On":"";
    183         if (empty($_GET["fGanymed"]))
    184             $_GET["fGanymed"]=$first?"On":"";
    185 
    186         if (empty($_GET["fSourceName"]))
    187             $_GET["fSourceName"]=$first?"On":"";
    188 
    189157        InitDataSetInfo($_GET, $first);
    190158    }
     
    208176        printf(" <div id='all' style='display:block'>");
    209177        PrintDataSetInfoMenu($host, $user, $pw, $db);
    210         printf(" <div id='info2' style='display:none'>");
    211         printf("  <table><tr><td>\n");
    212         PrintPullDown($host, $user, $pw, $db, "Source", "fSourceName", "fSourceKEY", "Source Name");
    213         printf("  </td></tr>\n");
    214         printf(" </table>\n");
    215         printf("</div>");
     178        PrintDataSetInfoMenu2($host, $user, $pw, $db);
    216179        printf(" <p>\n");
    217180        PrintFailMenu($host, $user, $pw, $db);
Note: See TracChangeset for help on using the changeset viewer.