X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=www%2Fshowfull.egw;h=1147703947ce74ed53d4b50ccb7c4adfa3755590;hb=1c4292e2de2d0a0355c4847a15bde1ebadedef6d;hp=3cacea15248bdea638099bc349183b93710d86ff;hpb=cc5af6a5323f9576c208519dbf4351b4f818e166;p=egate.git diff --git a/www/showfull.egw b/www/showfull.egw index 3cacea1..1147703 100644 --- a/www/showfull.egw +++ b/www/showfull.egw @@ -1,6 +1,6 @@ { -# $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 {">} } else { - html {">Next Record} " | \n" + html {">Next} " | \n" } } if {$no > 1} { @@ -29,7 +29,7 @@ proc buttons {setNo tno no format count host after} { html {">} } else { - html {">Previous Record} " | \n" + html {">Previous} " | \n" } } @@ -99,7 +99,8 @@ proc buttons {setNo tno no format count host after} { source z39util.tcl } - html " WWW/Z39.50 Gateway Record " $host " \n" + html " WWW/Z39.50 Gateway Record " [splitHostSpec $host] + html " \n" html "\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 "

Record \#$no out of $count


\n" eval {z39present $setNo $tno $no $no display-$format F} + set useIcons 0 buttons $setNo $tno $no $format $count $host 1 }