Work on scan.
[egate.git] / www / targets.egw
1 <html>
2 {
3 # $Id: targets.egw,v 1.9 1995/12/21 15:49:53 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 <center>
14 <img src="/gif/button-egw.gif" Alt="EUROPAGATE">
15 </center>
16
17 <h2>Choose Z39.50 target</h2>
18 <dl>
19 {
20     foreach t [array names targets] {
21         html {<dt><a href="http:} $env(SCRIPT_NAME) /
22         html "$sessionId/query.egw/$t" {"> } [lindex $targets($t) 0] " </a>\n"
23         set desc [lindex $targets($t) 4]
24         if {$desc != ""} {
25             html "<dd><em>$desc</em>\n"
26         }
27     }
28 }
29 </dl>
30 {
31     z39history
32 }
33 <hr>
34 This page is maintained by <a href="mailto:pwh@dtv.dk"> Peter Wad Hansen </a>.
35 Last modified 25. september 1995. <br>
36 <em> This and the following pages are under construction and will continue to be so
37 until the end of December 1995.</em>
38 {
39     html "<hr>\n"
40     html "<h3>Debug information</h3>\n"
41     html "sessionId: $sessionId <br>\n"
42     html "sessionParms: $sessionParms <br>\n"
43     foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} {
44         html $e {: } $env($e) {<br>} \n
45     }
46 }
47 </body>
48 </html>