A lot of work on scan. Tables used to display scan terms and hits.
[egate.git] / www / showfull.egw
index 3cacea1..1147703 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: showfull.egw,v 1.16 1996/01/09 16:16:49 adam Exp $
+# $Id: showfull.egw,v 1.17 1996/01/26 15:50:09 adam Exp $
 
 proc buttons {setNo tno no format count host after} {
     global sessionId
@@ -18,7 +18,7 @@ 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 Record</a>} " | \n"
+            html {">Next</a>} " | \n"
         }
     }
     if {$no > 1} {
@@ -29,7 +29,7 @@ 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 Record</a>} " | \n"
+            html {">Previous</a>} " | \n"
         }
     }
 
@@ -99,7 +99,8 @@ proc buttons {setNo tno no format count host after} {
         source z39util.tcl
     }
 
-    html "<head><title> WWW/Z39.50 Gateway Record " $host " </title>\n"
+    html "<head><title> WWW/Z39.50 Gateway Record " [splitHostSpec $host]
+    html " </title>\n"
     html "</head><body>\n"
 
     global setNo
@@ -126,11 +127,13 @@ proc buttons {setNo tno no format count host after} {
 
     set count [$zz.$setNo resultCount]
 
+    set useIcons 1
     buttons $setNo $tno $no $format $count $host 0
 
     html "<h3>Record \#$no out of $count </h3><br>\n"
 
     eval {z39present $setNo $tno $no $no display-$format F}
+    set useIcons 0
     buttons $setNo $tno $no $format $count $host 1
 }
 </body>