End of response marker in response from wsh/wproto to wcgi.
[egate.git] / www / showfull.egw
index 811d6b7..4a05178 100644 (file)
@@ -1,14 +1,16 @@
 <html>
 {
-# $Id: showfull.egw,v 1.1 1995/10/31 16:56:24 adam Exp $
+# $Id: showfull.egw,v 1.2 1995/11/01 16:15:46 adam Exp $
 
     htmlr {<head><title> WWW/Z39.50 Gateway Record } $host { </title>}
     htmlr {</head><body>}
+    htmlr {sessionParms: } $sessionParms {<br>}
     wflush
 
-    set no $sessionParms
+    set sno [lindex $sessionParms 0]
+    set no [lindex $sessionParms 1]
 
-    display-full z39.1 $no
+    display-full z39.$sno $no
 }
 </body>
 </html>