X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fmquery.egw;h=3cf1ca17b73f82285e7e546634d9a0a26086ea1a;hb=25db261b6bbbfcc7bc26f679f195b51d31b9d7d7;hp=4fc8f45884d4633767abc0516f39a8f06fcc49e8;hpb=ebeb5e591b8f1bf6c5045efaddf74f3eee7bdbaf;p=egate.git diff --git a/www/mquery.egw b/www/mquery.egw index 4fc8f45..3cf1ca1 100644 --- a/www/mquery.egw +++ b/www/mquery.egw @@ -4,7 +4,7 @@ { -# $Id: mquery.egw,v 1.10 1996/01/24 08:27:25 adam Exp $ +# $Id: mquery.egw,v 1.12 1996/01/29 17:31:45 adam Exp $ if {[info commands saveState] == ""} { source z39util.tcl @@ -20,6 +20,10 @@ set setNo 1 } + set useIcons 1 + button-europagate + button-new-target 0 + html {
} \n @@ -36,14 +40,23 @@ } lappend hist($setNo,$i,database) $base } + set oSetNo [lindex $sessionParms 0] + if {$i == 0 && [info exists hist($oSetNo,0,host)]} { + for {set i 1} {$i <= $hist($oSetNo,0,host)} {incr i} { + set hist($setNo,$i,host) $hist($oSetNo,$i,host) + set hist($setNo,$i,idAuthentication) \ + $hist($oSetNo,$i,idAuthentication) + set hist($setNo,$i,database) $hist($oSetNo,$i,database) + } + incr i -1 + } if {$i == 0} { html "

No targets specified

" egw_abort 1 } set hist($setNo,0,host) $i -} -

Input your search criteria:


-{ + + html "Input your search criteria:
\n" set fields [lindex $targets($host) 2] for {set no 1} {$no < 4} {incr no} { html { -
-{ + html {} + html "
\n" html {Number of records to display in the result set list: } html {} -} -
-{ - global useIcons - if {$useIcons} { - html {} - } - html {} - } else { - html {"> New target } - } + html {" size=3>} + + set useIcons 0 + button-europagate + button-new-target 0 } { catch maintenance