Work on target definitions.
[egate.git] / www / query.egw
index 698c861..b28bcef 100644 (file)
@@ -4,7 +4,7 @@
 </head>
 <body>
 {
-# $Id: query.egw,v 1.29 1996/01/24 08:27:28 adam Exp $
+# $Id: query.egw,v 1.30 1996/01/24 14:14:19 adam Exp $
 
     if {[info commands saveState] == ""} {
         source z39util.tcl
@@ -128,8 +128,8 @@ proc ok-response {} {
             html {<input type="checkbox" name="baseall" value="} 
             html [concat $databases] {"> All <br>} \n
         }
-        html "Input your search criteria:<br>\n"
     }
+    html "Input your search criteria:<br>\n"
     set fields [lindex $targets($host) 2]
     for {set no 1} {$no < 4} {incr no} {
         html {<select name="menu} $no {">} \n
@@ -160,9 +160,8 @@ proc ok-response {} {
         if {0 && [lsearch [z39 options] scan] >= 0} {
                 html {<input type="checkbox" name="scan} $no {" value="1" scan>}
         }
-        html "<br>\n"
         if {$no < 3} {
-            html {<center><select name="logic} $no {">} \n
+            html {<select name="logic} $no {">} \n
             set template {}
             if {$oSetNo > 0} {
                 set template [join $hist($oSetNo,form,logic$no) " "]
@@ -174,7 +173,7 @@ proc ok-response {} {
                 if {$template == $op} continue
                 html "<option> " [join $op " "] \n
             }
-            html "</select></center>\n"
+            html "</select>\n"
         }
         html "<br>\n"
     }