Bug fix: shell might terminate even though new request was initiated
[egate.git] / www / targets.egw
1 <html>
2 {
3 # $Id: targets.egw,v 1.8 1995/12/20 16:31:32 adam Exp $
4     source /usr/local/etc/httpd/conf/ztargets.conf
5     if {[info commands saveState] == ""} {
6         source z39util.tcl
7     }
8 }
9 <head>
10 <title> Europagate, WWW/Z39.50 Gateway </title>
11 </head>
12 <body>
13 <h3>
14 <img src="/gif/button-egw.gif" Alt="Welcome to EUROPAGATE" align=middle>
15  Choose a Z39.50 target: </h3>
16 <dl>
17 {
18     foreach t [array names targets] {
19         html {<dt><a href="http:} $env(SCRIPT_NAME) /
20         html "$sessionId/query.egw/$t" {"> } [lindex $targets($t) 0] " </a>\n"
21         set desc [lindex $targets($t) 4]
22         if {$desc != ""} {
23             html "<dd><em>$desc</em>\n"
24         }
25     }
26 }
27 </dl>
28 {
29     z39history
30 }
31 <hr>
32 This page is maintained by <a href="mailto:pwh@dtv.dk"> Peter Wad Hansen </a>.
33 Last modified 25. september 1995. <br>
34 <em> This and the following pages are under construction and will continue to be so
35 until the end of December 1995.</em>
36 {
37     html "<hr>\n"
38     html "<h3>Debug information</h3>\n"
39     html "sessionId: $sessionId <br>\n"
40     html "sessionParms: $sessionParms <br>\n"
41     foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} {
42         html $e {: } $env($e) {<br>} \n
43     }
44 }
45 </body>
46 </html>