Changeset 8043 for trunk/MagicSoft/Mars/datacenter/db
- Timestamp:
- 10/10/06 11:03:55 (18 years ago)
- Location:
- trunk/MagicSoft/Mars/datacenter/db
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/index.html
r7875 r8043 52 52 <br> 53 53 <p> 54 <u>Old websites:</u> <p> 54 <u>Old websites:</u> <br> 55 (remark: these websites are not supported anymore)<p> 55 56 Some useful queries:<p> 56 57 <ul> -
trunk/MagicSoft/Mars/datacenter/db/menu.php
r8008 r8043 100 100 101 101 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 109 102 CheckBox("fNumEvents", "Num of events"); 110 103 CheckBox("fRunTime/60", "Duration"); 111 104 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 112 115 CheckBox("fLinks", "Links"); 113 116 CheckBox("fTest", "incl. TestSources"); 117 CheckBox("fOff", "incl. offsources"); 118 CheckBox("fOnlyOff", "only offsources"); 114 119 115 120 printf(" </tr></table>\n"); … … 805 810 $_GET["fSequenceLast"]="Off"; 806 811 807 if (empty($_GET["fLinks"]))808 $_GET["fLinks"]="Off";809 810 812 if (empty($_GET["fAzimuthMin"])) 811 813 $_GET["fAzimuthMin"]="Off"; … … 862 864 $_GET["fSourceName"]="Off"; 863 865 864 if (empty($_GET["fLinks"]))865 $_GET["fLinks"]="Off";866 867 866 if (empty($_GET["fComment"])) 868 867 $_GET["fComment"]="Off";
Note:
See TracChangeset
for help on using the changeset viewer.