{ # $Id: mquery.egw,v 1.6 1995/12/21 15:49:51 adam Exp $ if {[info commands saveState] == ""} { source z39util.tcl } global setNo global nextSetNo global hist global targets if {[catch {set setNo $nextSetNo}]} { set nextSetNo 1 set setNo 1 } html {
} \n set phost {} set i 0 foreach t [lsort [wform 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 } if {$i == 0} { html "

No targets specified

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

Input your search criteria:


{ set fields [lindex $targets($host) 2] for {set no 1} {$no < 4} {incr no} { html {\n" html {} \n if {$no < 3} { html {\n" } html "
\n" } }
{ html {Number of records to display in the result set list: } html {} }
{ global useIcons if {$useIcons} { html {} } html {} } else { html {"> New target } } }
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 "
\n" html "

Debug information

\n" html "sessionId: $sessionId
\n" html "sessionParms: $sessionParms
\n" foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} { html $e {: } $env($e) {
} \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: " [wform] "
\n" html "target: " $host "
\n" html "setNo: " $setNo "
\n" html "nextSetNo: " $nextSetNo "
\n" }