3 # $Id: mtargets.egw,v 1.2 1995/11/07 14:56:58 adam Exp $
5 source /usr/local/etc/httpd/conf/ztargets.conf
6 if {[info commands saveState] == ""} {
11 <title>Europagate, WWW/Z39.50 Gateway</title>
14 <h1>Search in multiple targets</h1>
16 <h3>Choose one or more Z39.50 targets:</h3>
18 html {<form action="http://} $env(SERVER_NAME) $env(SCRIPT_NAME)
19 html / $sessionId {/mquery.egw/} $setNo {" method=post><br>} \n
20 foreach t [array names targets] {
21 html {<input type="checkbox" name="target" value="} $t
26 <input type="submit" value="Select">
29 This page is maintained by <a href="mailto:pwh@dtv.dk"> Peter Wad Hansen </a>.
30 Last modified 25. september 1995. <br>
31 <em> This and the following pages are under construction and will continue
32 to be so until the end of December 1995.</em>
35 html "<h3>Debug information</h3>\n"
36 html "sessionId: $sessionId <br>\n"
37 html "sessionParms: $sessionParms <br>\n"
38 foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} {
39 html $e {: } $env($e) {<br>} \n