X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fshowfull.egw;h=1147703947ce74ed53d4b50ccb7c4adfa3755590;hb=cf6ead410b63297e714d9258f9ea593b1e127501;hp=3286321809ef6ea9fdb03d77d5a53fbcf9c6bb90;hpb=df7b985601de6c729147a6fd6588adba6f905480;p=egate.git diff --git a/www/showfull.egw b/www/showfull.egw index 3286321..1147703 100644 --- a/www/showfull.egw +++ b/www/showfull.egw @@ -1,6 +1,6 @@ { -# $Id: showfull.egw,v 1.14 1996/01/02 10:52:29 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 @@ -9,26 +9,16 @@ proc buttons {setNo tno no format count host after} { global hist html "

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

\n" - html {} - html "

\n" - } - if {$useIcons} { - html {Europagate} - } + button-europagate if {$no < $count} { html {} } else { - html {">Next Record} " | \n" + html {">Next} " | \n" } } if {$no > 1} { @@ -36,10 +26,10 @@ proc buttons {setNo tno no format count host after} { html / $sessionId {/showfull.egw/} $setNo + $tno + html [expr $no - 1] + $format if {$useIcons} { - html {">} } else { - html {">Previous Record} " | \n" + html {">Previous} " | \n" } } @@ -48,7 +38,7 @@ proc buttons {setNo tno no format count host after} { if {$format == "full"} { html raw if {$useIcons} { - html {">} } else { html {">Raw Format} " | \n" @@ -56,7 +46,7 @@ proc buttons {setNo tno no format count host after} { } else { html full if {$useIcons} { - html {">} } else { html {">Full Format} " | \n" @@ -72,7 +62,7 @@ proc buttons {setNo tno no format count host after} { html $setNo + 1 html + $hist($setNo,maxPresent) if {$useIcons} { - html {">} } else { html {">Result Set} " | \n" @@ -85,7 +75,7 @@ proc buttons {setNo tno no format count host after} { } html $host + $setNo if {$useIcons} { - html {">} } else { html {">New Query} " | \n" @@ -97,27 +87,20 @@ proc buttons {setNo tno no format count host after} { html {/targets.egw} } if {$useIcons} { - html {">} } else { html {">New Target} } html "

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

\n" - html {} - html "

\n" - } } if {[info commands saveState] == ""} { 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 @@ -144,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 }