Work on scan.
[egate.git] / www / showfull.egw
index 1c09eb2..aed8080 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: showfull.egw,v 1.12 1995/12/20 16:31:32 adam Exp $
+# $Id: showfull.egw,v 1.13 1995/12/21 15:49:52 adam Exp $
 
 proc buttons {setNo tno no format count host after} {
     global sessionId
@@ -134,11 +134,13 @@ proc buttons {setNo tno no format count host after} {
     if {[z39search $setNo 0 $tno F] != "1"} {
         return
     }
+
     set count [$zz.$setNo resultCount]
-    html "<h2>Record \#$no out of $count </h2><br>\n"
 
     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}
     buttons $setNo $tno $no $format $count $host 1
 }