X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fmquery.egw;h=3cf1ca17b73f82285e7e546634d9a0a26086ea1a;hb=4938d0c2e8f4e1eec397c2bfbbc7e23fd150c369;hp=051dc918a43380e6dcfc2902ce5eae9e364ff724;hpb=b443634fbd412cea15ea527188c3e241bb1edf21;p=egate.git diff --git a/www/mquery.egw b/www/mquery.egw index 051dc91..3cf1ca1 100644 --- a/www/mquery.egw +++ b/www/mquery.egw @@ -4,7 +4,7 @@ { -# $Id: mquery.egw,v 1.2 1995/11/08 16:14:32 adam Exp $ +# $Id: mquery.egw,v 1.12 1996/01/29 17:31:45 adam Exp $ if {[info commands saveState] == ""} { source z39util.tcl @@ -13,28 +13,50 @@ global setNo global nextSetNo global hist - - html {
} \n + global targets if {[catch {set setNo $nextSetNo}]} { set nextSetNo 1 set setNo 1 } - set hosts [wform target] - html "hosts=$hosts
\n" - set i 1 - foreach host $hosts { - set hist($setNo,$i,host) $host - set hist($setNo,$i,database) [lindex [lindex $targets($host) 1] 0] - incr i + + set useIcons 1 + button-europagate + button-new-target 0 + + html {} \n + + set phost {} + set i 0 + foreach t [lsort [egw_form target]] { + set host [lindex $t 0] + set base [lindex $t 1] + if {$host != $phost} { + set phost $host + incr i + set hist($setNo,$i,host) $host + set hist($setNo,$i,idAuthentication) [lindex $targets($host) 3] + } + lappend hist($setNo,$i,database) $base } - set hist($setNo,0,host) [expr $i - 1] - set host [lindex $hosts 0] -} -
-

Input your search criteria:


-{ + 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 + + html "Input your search criteria:
\n" set fields [lindex $targets($host) 2] for {set no 1} {$no < 4} {incr no} { html {\n" - html {} \n + html {} \n if {$no < 3} { html { -Records are shown in: - -
-

- -

-
-This page is maintained by Peter Wad Hansen . -Last modified 29. september 1995.
- This and the following pages are under construction -and will continue to be so until the end of December 1995. -
- -{ - html { New target } + html {} + html "
\n" + html {Number of records to display in the result set list: } + html {} + + set useIcons 0 + button-europagate + button-new-target 0 } { + catch maintenance + if {!$debug} return html "
\n" html "

Debug information

\n" html "sessionId: $sessionId
\n" @@ -85,7 +95,12 @@ and will continue to be so until the end of December 1995. foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} { html $e {: } $env($e) {
} \n } - html "form: " [wform] "
\n" + set j $hist($setNo,0,host) + for {set i 1} {$i <= $j} {incr i} { + html "host=" $hist($setNo,$i,host) " " $hist($setNo,$i,database) + html "
\n" + } + html "form: " [egw_form] "
\n" html "target: " $host "
\n" html "setNo: " $setNo "
\n" html "nextSetNo: " $nextSetNo "
\n"