X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2Fshowfull.egw;h=3286321809ef6ea9fdb03d77d5a53fbcf9c6bb90;hb=df7b985601de6c729147a6fd6588adba6f905480;hp=aed80809cd9d1c89439fd9f7a01dc8a13b067b54;hpb=2213843897f0bc54bc535935c56fe830648b171a;p=egate.git diff --git a/www/showfull.egw b/www/showfull.egw index aed8080..3286321 100644 --- a/www/showfull.egw +++ b/www/showfull.egw @@ -1,6 +1,6 @@ { -# $Id: showfull.egw,v 1.13 1995/12/21 15:49:52 adam Exp $ +# $Id: showfull.egw,v 1.14 1996/01/02 10:52:29 adam Exp $ proc buttons {setNo tno no format count host after} { global sessionId @@ -18,16 +18,17 @@ proc buttons {setNo tno no format count host after} { html "

\n" } if {$useIcons} { - html {} + html {Europagate} } if {$no < $count} { html {} + html {">} } else { - html {">Next record} " | \n" + html {">Next Record} " | \n" } } if {$no > 1} { @@ -35,9 +36,10 @@ proc buttons {setNo tno no format count host after} { html / $sessionId {/showfull.egw/} $setNo + $tno + html [expr $no - 1] + $format if {$useIcons} { - html {">} + html {">} } else { - html {">Previous record} " | \n" + html {">Previous Record} " | \n" } } @@ -46,16 +48,18 @@ proc buttons {setNo tno no format count host after} { if {$format == "full"} { html raw if {$useIcons} { - html {">} + html {">} } else { - html {">Raw format} " | \n" + html {">Raw Format} " | \n" } } else { html full if {$useIcons} { - html {">} + html {">} } else { - html {">Full format} " | \n" + html {">Full Format} " | \n" } } @@ -68,9 +72,10 @@ proc buttons {setNo tno no format count host after} { html $setNo + 1 html + $hist($setNo,maxPresent) if {$useIcons} { - html {">} + html {">} } else { - html {">Result set} " | \n" + html {">Result Set} " | \n" } html {} + html {">} } else { - html {">New query} " | \n" + html {">New Query} " | \n" } html {} + html {">} } else { - html {">New target} + html {">New Target} } html "

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