Work on WAIS part of gateway.
[egate.git] / www / showfull.egw
index 0afbc4e..85c2194 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: showfull.egw,v 1.18 1996/01/29 17:31:48 adam Exp $
+# $Id: showfull.egw,v 1.19 1996/03/05 18:50:25 adam Exp $
 
 proc buttons {setNo tno no format count host after} {
     global sessionId
@@ -77,10 +77,6 @@ proc buttons {setNo tno no format count host after} {
         source z39util.tcl
     }
 
-    html "<head><title> WWW/Z39.50 Gateway Record " [splitHostSpec $host]
-    html " </title>\n"
-    html "</head><body>\n"
-
     global setNo
     global hist
 
@@ -99,6 +95,10 @@ proc buttons {setNo tno no format count host after} {
         set host $hist($setNo,host)
     }
     
+    html "<head><title> WWW/Z39.50 Gateway Record " [splitHostSpec $host]
+    html " </title>\n"
+    html "</head><body>\n"
+
     if {[z39search $setNo 0 $tno F] != "1"} {
         return
     }