Changeset 8043 for trunk/MagicSoft


Ignore:
Timestamp:
10/10/06 11:03:55 (18 years ago)
Author:
Daniela Dorner
Message:
*** empty log message ***
Location:
trunk/MagicSoft/Mars
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r8040 r8043  
    1818
    1919                                                 -*-*- END OF LINE -*-*-
     20 2006/10/10 Daniela Dorner
     21
     22   * datacenter/db/menu.php:
     23     - included 'only offdata' and 'incl. offdata' checkbox for
     24       sequenceinfo
     25
     26   * datacenter/db/index.html:
     27     - added remark
     28
     29   * datacenter/db/sources.php:
     30     - fixed bug (test-sources checkbox didn't work properly)
     31
     32
    2033
    2134 2006/10/10
  • trunk/MagicSoft/Mars/datacenter/db/index.html

    r7875 r8043  
    5252<br>
    5353<p>
    54 <u>Old websites:</u> <p>
     54<u>Old websites:</u> <br>
     55(remark: these websites are not supported anymore)<p>
    5556Some useful queries:<p>
    5657<ul>
  • trunk/MagicSoft/Mars/datacenter/db/menu.php

    r8008 r8043  
    100100
    101101    CheckBox("fRunStart",          "Start time");
    102     CheckBox("fAzimuthMin",        "Azimuth min");
    103     CheckBox("fAzimuthMax",        "Azimuth max");
    104     CheckBox("fZenithDistanceMin", "Zenith distance min");
    105     CheckBox("fZenithDistanceMax", "Zenith distance max");
    106 
    107     printf("  </tr><tr>\n");
    108 
    109102    CheckBox("fNumEvents",         "Num of events");
    110103    CheckBox("fRunTime/60",        "Duration");
    111104    CheckBox("fSequenceLast",      "Last run");
     105
     106    printf("  </tr><tr>\n");
     107
     108    CheckBox("fZenithDistanceMin", "Zenith distance min");
     109    CheckBox("fZenithDistanceMax", "Zenith distance max");
     110    CheckBox("fAzimuthMin",        "Azimuth min");
     111    CheckBox("fAzimuthMax",        "Azimuth max");
     112
     113    printf("  </tr><tr>\n");
     114
    112115    CheckBox("fLinks",             "Links");
    113116    CheckBox("fTest",              "incl. TestSources");
     117    CheckBox("fOff",               "incl. offsources");
     118    CheckBox("fOnlyOff",           "only offsources");
    114119
    115120    printf("  </tr></table>\n");
     
    805810        $_GET["fSequenceLast"]="Off";
    806811
    807     if (empty($_GET["fLinks"]))
    808         $_GET["fLinks"]="Off";
    809 
    810812    if (empty($_GET["fAzimuthMin"]))
    811813        $_GET["fAzimuthMin"]="Off";
     
    862864        $_GET["fSourceName"]="Off";
    863865
    864     if (empty($_GET["fLinks"]))
    865         $_GET["fLinks"]="Off";
    866 
    867866    if (empty($_GET["fComment"]))
    868867        $_GET["fComment"]="Off";
Note: See TracChangeset for help on using the changeset viewer.