X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2Fshowfull.egw;h=0afbc4e9b4ee09e32e6ea7d6352d03d5c873cc4d;hb=76905cd622281a44b7d42158e3feb13f0271335f;hp=3cacea15248bdea638099bc349183b93710d86ff;hpb=cc5af6a5323f9576c208519dbf4351b4f818e166;p=egate.git diff --git a/www/showfull.egw b/www/showfull.egw index 3cacea1..0afbc4e 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.18 1996/01/29 17:31:48 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" } } @@ -67,31 +67,9 @@ proc buttons {setNo tno no format count host after} { } else { html {">Result Set} " | \n" } - html {} - } else { - html {">New Query} " | \n" - } - html {} - } else { - html {">New Target} - } + + button-new-query 1 $setNo + button-new-target 0 html "

\n" } @@ -99,7 +77,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 +105,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 }