Result set merge.
[egate.git] / www / showfull.egw
index 0afbc4e..9953ccd 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.21 1996/03/11 17:40:48 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 " [lindex $targets($host) 0]
+    html " </title>\n"
+    html "</head><body>\n"
+
     if {[z39search $setNo 0 $tno F] != "1"} {
         return
     }
@@ -108,7 +102,8 @@ proc buttons {setNo tno no format count host after} {
     set useIcons 1
     buttons $setNo $tno $no $format $count $host 0
 
-    html "<h3>Record \#$no out of $count </h3><br>\n"
+    html "<h3>Record \#$no out of $count in " [lindex $targets($host) 0]
+    html "</h3><br>\n"
 
     eval {z39present $setNo $tno $no $no display-$format F}
     set useIcons 0