Index: trunk/MagicSoft/Mars/Changelog
===================================================================
--- trunk/MagicSoft/Mars/Changelog	(revision 8042)
+++ trunk/MagicSoft/Mars/Changelog	(revision 8043)
@@ -18,4 +18,17 @@
 
                                                  -*-*- END OF LINE -*-*-
+ 2006/10/10 Daniela Dorner
+
+   * datacenter/db/menu.php:
+     - included 'only offdata' and 'incl. offdata' checkbox for 
+       sequenceinfo
+
+   * datacenter/db/index.html:
+     - added remark
+
+   * datacenter/db/sources.php:
+     - fixed bug (test-sources checkbox didn't work properly)
+
+
 
  2006/10/10
Index: trunk/MagicSoft/Mars/datacenter/db/index.html
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/index.html	(revision 8042)
+++ trunk/MagicSoft/Mars/datacenter/db/index.html	(revision 8043)
@@ -52,5 +52,6 @@
 <br>
 <p>
-<u>Old websites:</u> <p>
+<u>Old websites:</u> <br>
+(remark: these websites are not supported anymore)<p>
 Some useful queries:<p>
 <ul>
Index: trunk/MagicSoft/Mars/datacenter/db/menu.php
===================================================================
--- trunk/MagicSoft/Mars/datacenter/db/menu.php	(revision 8042)
+++ trunk/MagicSoft/Mars/datacenter/db/menu.php	(revision 8043)
@@ -100,16 +100,21 @@
 
     CheckBox("fRunStart",          "Start time");
-    CheckBox("fAzimuthMin",        "Azimuth min");
-    CheckBox("fAzimuthMax",        "Azimuth max");
-    CheckBox("fZenithDistanceMin", "Zenith distance min");
-    CheckBox("fZenithDistanceMax", "Zenith distance max");
-
-    printf("  </tr><tr>\n");
-
     CheckBox("fNumEvents",         "Num of events");
     CheckBox("fRunTime/60",        "Duration");
     CheckBox("fSequenceLast",      "Last run");
+
+    printf("  </tr><tr>\n");
+
+    CheckBox("fZenithDistanceMin", "Zenith distance min");
+    CheckBox("fZenithDistanceMax", "Zenith distance max");
+    CheckBox("fAzimuthMin",        "Azimuth min");
+    CheckBox("fAzimuthMax",        "Azimuth max");
+
+    printf("  </tr><tr>\n");
+
     CheckBox("fLinks",             "Links");
     CheckBox("fTest",              "incl. TestSources");
+    CheckBox("fOff",               "incl. offsources");
+    CheckBox("fOnlyOff",           "only offsources");
 
     printf("  </tr></table>\n");
@@ -805,7 +810,4 @@
         $_GET["fSequenceLast"]="Off";
 
-    if (empty($_GET["fLinks"]))
-        $_GET["fLinks"]="Off";
-
     if (empty($_GET["fAzimuthMin"]))
         $_GET["fAzimuthMin"]="Off";
@@ -862,7 +864,4 @@
         $_GET["fSourceName"]="Off";
 
-    if (empty($_GET["fLinks"]))
-        $_GET["fLinks"]="Off";
-
     if (empty($_GET["fComment"]))
         $_GET["fComment"]="Off";
