{ # $Id: query.egw,v 1.1 1995/10/23 17:04:16 adam Exp $ source /usr/local/etc/httpd/conf/ztargets.conf set tmp [expr 1 + [string first / $sessionParms]] set t [string range $sessionParms $tmp end] set databases [lindex $targets($t) 1] } WWW/Z39.50 Gateway Query Form sessionId: {html $sessionId}
sessionParms: {html $sessionParms}
form: {html [form]}
target: {html $t}
databases: {html $databases}

Search in databases

Not Functional Yet

{ set nodb [llength $databases] if {$nodb > 1} { if {$nodb > 2} { htmlr {The chosen target supports searching in several databases.
} htmlr {Choose the bases you want to search:
} } set i 0 foreach d $databases { html { } $d } else { htmlr {" checked> } $d } } htmlr {
} if {$nodb > 2} { html { All
} } } }
Input your search criteria:
{ set fields [lindex $targets($t) 2] for {set no 1} {$no < 4} {incr no} { htmlr { htmlr {} if {$no < 3} { htmlr {} } htmlr
} }

Alternatively you can enter your query in CCL here:


Various technical parameters:
Max hits: 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.