X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2Fshowfull.egw;h=c2d11ce79cea48d39af1b3796c1d8d939cc70303;hb=b443634fbd412cea15ea527188c3e241bb1edf21;hp=0e0c228159939c3e0408233cf83cb6348df151f0;hpb=6315a552d51ac08b60d25d8500da5574a83ba530;p=egate.git diff --git a/www/showfull.egw b/www/showfull.egw index 0e0c228..c2d11ce 100644 --- a/www/showfull.egw +++ b/www/showfull.egw @@ -1,6 +1,6 @@ { -# $Id: showfull.egw,v 1.5 1995/11/08 12:42:17 adam Exp $ +# $Id: showfull.egw,v 1.6 1995/11/08 16:14:34 adam Exp $ proc buttons {setNo no} { global sessionId @@ -9,23 +9,23 @@ proc buttons {setNo no} { html "

\n" if {$no < [z39.$setNo resultCount]} { - html { Next } "| \n" } if {$no > 1} { - html { Prev } "| \n" } - html { Result } "| \n" - html { New target } " | \n" - html { New query } "

\n" }