Work on WAIS protocol.
[egate.git] / www / mquery.egw
index 3cf1ca1..fa2c809 100644 (file)
@@ -4,7 +4,7 @@
 </head>
 <body>
 {
-# $Id: mquery.egw,v 1.12 1996/01/29 17:31:45 adam Exp $
+# $Id: mquery.egw,v 1.14 1996/03/12 16:30:26 adam Exp $
 
     if {[info commands saveState] == ""} {
         source z39util.tcl
@@ -21,7 +21,7 @@
     }
 
     set useIcons 1
-    button-europagate
+    button-main
     button-new-target 0
 
     html {<form action="http:} $env(SCRIPT_NAME)
     }
     html {<input type=submit value="Search"><input type=reset value="Reset">}
     html "<br>\n"
-    html {Number of records to display in the result set list: }
-    html {<input type="text" name="hits" value="}
-    html 10
-    html {" size=3></form>}
-    
+    html {Display each record in <select name="format">}
+    html "<option>brief\n"
+    html "<option>medium\n"
+    html "</select> notation"
+    html { and sort by <select name="sort">}
+    html "<option>score\n"
+    html "<option>server\n"
+    html "</select><br>\n"
+
     set useIcons 0
-    button-europagate
+    button-main
     button-new-target 0
 }
 {