Lots of changes. They aren't visible though.
[egate.git] / www / showfull.egw
index 0afbc4e..4c708dd 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.20 1996/03/07 12:46:09 adam Exp $
 
 proc buttons {setNo tno no format count host after} {
     global sessionId
@@ -55,12 +55,11 @@ proc buttons {setNo tno no format count host after} {
 
     html {<a href="http:} $env(SCRIPT_NAME) / $sessionId 
     if {$tno > 0} {
-        html {/msearch.egw/} 
+        html {/msearch.egw/} $setNo
     } else {
-        html {/search.egw/}
+        html {/search.egw/} $setNo + $tno
     }
-    html $setNo + 1
-    html + $hist($setNo,maxPresent)
+    html + 1 + $hist($setNo,maxPresent)
     if {$useIcons} {
         html {"><img src="/egwgif/button-result-set.gif" }
        html {alt="Result Set" border=0></a>}
@@ -77,10 +76,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
 
@@ -91,14 +86,13 @@ proc buttons {setNo tno no format count host after} {
 
     set setNo $sno
 
-    if {$tno > 0} {
-        set zz z39$tno
-        set host $hist($setNo,$tno,host)
-    } else {
-        set zz z39
-        set host $hist($setNo,host)
-    }
+    set zz z39$tno
+    set host $hist($setNo,$tno,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
     }