Bug fix: shell might terminate even though new request was initiated
[egate.git] / www / query.egw
index 88b7cf2..e922e29 100644 (file)
@@ -4,7 +4,7 @@
 </head>
 <body>
 {
-# $Id: query.egw,v 1.17 1995/11/14 16:01:50 adam Exp $
+# $Id: query.egw,v 1.19 1995/12/20 16:31:31 adam Exp $
 
     if {[info commands saveState] == ""} {
         source z39util.tcl
@@ -41,7 +41,8 @@ proc ok-response {} {
         ir z39
     }
 
-    html "<h2> Search in " [lindex $targets($host) 0] "</h2>\n"
+    html {<h2><img src="/gif/button-egw.gif" border=0 align=middle>}
+    html " Search in " [lindex $targets($host) 0] "</h2>\n"
 
     z39 callback ok-response
     z39 failback fail-response
@@ -126,10 +127,9 @@ proc ok-response {} {
             html {<input type="checkbox" name="baseall" value="} 
             html [concat $databases] {"> All <br>} \n
         }
+        html "Input your search criteria:<br>\n"
     }
 }
-<hr>
-<h3>Input your search criteria: </h3> <br>
 {
     set fields [lindex $targets($host) 2]
     for {set no 1} {$no < 4} {incr no} {
@@ -163,15 +163,12 @@ proc ok-response {} {
         html "<br>\n"
     }
 }
-<hr><p>
-Alternatively you can enter your query in
-<a href="http://www.dtv.dk/ccl.html"> CCL </a> here: <br>
-<input type=text name="cclentry" size=52> <br>
-<hr>
+
 <input type=submit value="Search"><input type=reset value="Reset">
-<h3> Various technical parameters: </h3> <br>
+<br>
 {
-    html {Max hits: <input type="text" name="hits" value="}
+    html {Number of records to display in the result set list: }
+    html {<input type="text" name="hits" value="}
     if {$oSetNo > 0} {
         html $hist($oSetNo,maxPresent)
     } else {
@@ -179,28 +176,24 @@ Alternatively you can enter your query in
     }
     html {" size=3>}
 }
-Records are shown in:
-<select name="format">
-<option> Long format
-<option> Medium format
-<option> Short format
-<option> Raw MARC
-</select>
 <br>
 <p>
 </form>
+
+{
+    html {<img src="/gif/button-egw.gif" border=0></a>}
+    html {<a href="http:} $env(SCRIPT_NAME)
+    html / $sessionId {/targets.egw}
+    html {"><img src="/gif/button-new-target.gif" border=0></a>}
+}
+
 <hr>
 This page is maintained by <a href="mailto:pwh@dtv.dk"> Peter Wad Hansen </a>.
 Last modified 29. september 1995. <br>
 <em> This and the following pages are under construction
 and will continue to be so until the end of December 1995.</em>
-<hr>
 
 {
-    html {<a href="http:} $env(SCRIPT_NAME)
-    html / $sessionId {/targets.egw"> New target </a>}
-}
-{
     html "<hr>\n"
     html "<h3>Debug information</h3>\n"
     html "sessionId: $sessionId <br>\n"