Major revision. Single-target result set can be reached from the
[egate.git] / www / showfull.egw
index 4c708dd..8b33a18 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: showfull.egw,v 1.20 1996/03/07 12:46:09 adam Exp $
+# $Id: showfull.egw,v 1.23 1996/03/13 14:07:31 adam Exp $
 
 proc buttons {setNo tno no format count host after} {
     global sessionId
@@ -9,8 +9,11 @@ proc buttons {setNo tno no format count host after} {
     global hist
 
     html "<p>\n"
-    button-europagate
+    button-main
     if {$no < $count} {
+        if {!$useIcons} {
+            html "\n | "
+        }
         html {<a href="http:} $env(SCRIPT_NAME)
         html / $sessionId {/showfull.egw/} $setNo + $tno + 
         html [expr $no + 1] + $format
@@ -18,10 +21,13 @@ proc buttons {setNo tno no format count host after} {
             html {"><img src="/egwgif/button-next-record.gif" }
            html {alt="Next Record" border=0></a>}
         } else {
-            html {">Next</a>} " | \n"
+            html {">Next</a>}
         }
     }
     if {$no > 1} {
+        if {!$useIcons} {
+            html "\n | "
+        }
         html {<a href="http:} $env(SCRIPT_NAME)
         html / $sessionId {/showfull.egw/} $setNo + $tno +
         html [expr $no - 1] + $format
@@ -29,10 +35,13 @@ proc buttons {setNo tno no format count host after} {
             html {"><img src="/egwgif/button-previous-record.gif" }
            html {alt="Previous Record" border=0></a>}
         } else {
-            html {">Previous</a>} " | \n"
+            html {">Previous</a>}
         }
     }
 
+    if {!$useIcons} {
+        html "\n | "
+    }
     html {<a href="http:} $env(SCRIPT_NAME)
     html / $sessionId {/showfull.egw/} $setNo + $tno + $no +
     if {$format == "full"} {
@@ -41,7 +50,7 @@ proc buttons {setNo tno no format count host after} {
             html {"><img src="/egwgif/button-raw-marc.gif" }
            html {alt="Raw Format" border=0></a>}
         } else {
-            html {">Raw Format</a>} " | \n"
+            html {">Raw Format</a>}
         }
     } else {
         html full
@@ -49,26 +58,13 @@ proc buttons {setNo tno no format count host after} {
             html {"><img src="/egwgif/button-full-format.gif" }
            html {alt="Full Format" border=0></a>}
         } else {
-            html {">Full Format</a>} " | \n"
+            html {">Full Format</a>}
         }
     }
 
-    html {<a href="http:} $env(SCRIPT_NAME) / $sessionId 
-    if {$tno > 0} {
-        html {/msearch.egw/} $setNo
-    } else {
-        html {/search.egw/} $setNo + $tno
-    }
-    html + 1 + $hist($setNo,maxPresent)
-    if {$useIcons} {
-        html {"><img src="/egwgif/button-result-set.gif" }
-       html {alt="Result Set" border=0></a>}
-    } else {
-        html {">Result Set</a>} " | \n"
-    }
-
-    button-new-query 1 $setNo
-    button-new-target 0
+    button-result-set $setNo $tno
+    button-new-query $setNo
+    button-new-target
     html "<p>\n"
 }
 
@@ -89,7 +85,7 @@ proc buttons {setNo tno no format count host after} {
     set zz z39$tno
     set host $hist($setNo,$tno,host)
     
-    html "<head><title> WWW/Z39.50 Gateway Record " [splitHostSpec $host]
+    html "<head><title> WWW/Z39.50 Gateway Record " [lindex $targets($host) 0]
     html " </title>\n"
     html "</head><body>\n"
 
@@ -102,7 +98,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