X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fshowfull.egw;h=1c09eb26037f8beae3525fd2ac358c06fbee7f2c;hb=c6ea088406ba64e6ed5ea833e1c2ae516552e18e;hp=f27800ea73977d13db91d23ee263a6418ba13742;hpb=6c6f3deb01675917b3c73cca50dd20d738593a47;p=egate.git diff --git a/www/showfull.egw b/www/showfull.egw index f27800e..1c09eb2 100644 --- a/www/showfull.egw +++ b/www/showfull.egw @@ -1,14 +1,15 @@ { -# $Id: showfull.egw,v 1.11 1995/11/14 09:30:20 adam Exp $ +# $Id: showfull.egw,v 1.12 1995/12/20 16:31:32 adam Exp $ proc buttons {setNo tno no format count host after} { global sessionId + global useIcons global env global hist html "

\n" - if {$after && $no < $count} { + if {!$useIcons && $after && $no < $count} { html "

\n" html {} html "

\n" } + if {$useIcons} { + html {} + } if {$no < $count} { html {Next record} " | \n" + if {$useIcons} { + html {">} + } else { + html {">Next record} " | \n" + } } if {$no > 1} { html {Previous record} " | \n" + if {$useIcons} { + html {">} + } else { + html {">Previous record} " | \n" + } } html {Raw format} " | \n" + html raw + if {$useIcons} { + html {">} + } else { + html {">Raw format} " | \n" + } } else { - html full {">Full format} " | \n" + html full + if {$useIcons} { + html {">} + } else { + html {">Full format} " | \n" + } } html {Result set} " | \n" - + if {$useIcons} { + html {">} + } else { + html {">Result set} " | \n" + } html {New query} " | \n" - + if {$useIcons} { + html {">} + } else { + html {">New query} " | \n" + } html {New target} "

\n" - - if {!$after && $no > 1} { + if {$useIcons} { + html {">} + } else { + html {">New target} + } + html "

\n" + if {!$useIcons && !$after && $no > 1} { html "

\n" html {