IrTcl incorporated in the gateway.
[egate.git] / www / targets.egw
1 <html>
2 {
3 # $Id: targets.egw,v 1.2 1995/10/27 15:12:05 adam Exp $
4     source /usr/local/etc/httpd/conf/ztargets.conf
5 }
6 <head>
7 <title> Europagate, WWW/Z39.50 Gateway </title>
8 </head>
9 <body>
10 <center>
11 <img src="/gif/webgate.gif" Alt="Welcome to EUROPAGATE">
12 </center>
13 Part of Europagate is a World Wide Web to Z39.50 gateway. The gateway provides search and 
14 retrieve facilities in the databases of various libraries. <p>
15 <a href="http://www.dtu.dk/dtv/egate/egate.html"> Europagate </a> is a 
16 project in the <a href="http://www.echo.lu/programmes/en/LIBRARIES.html"> 
17 EU libraries Programme </a> carried out by: <br>
18 <a href="http://www.ucd.ie/"> University College Dublin </a> <br>
19 <a href="http://www.dtv.dk/dtv/">Technical University & Library of Denmark </a> <br>
20 Library Council <br>
21 Consejo Superior de Investigaciones Cient&iacute;ficas <br>
22 <hr>
23 <strong> Choose a Z39.50 target: </strong> <br>
24 <dl>
25 {
26     foreach t [array names targets] {
27         html {<dt> <a href="http://} $env(SERVER_NAME) $env(SCRIPT_NAME) /
28         htmlr ${sessionId} {/query.egw/} $t {"> } $t {</a>}
29         htmlr "<dd> " [lindex $targets($t) 0]
30     }
31 }
32 </dl>
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 <hr>
39 sessionId: {html $sessionId} <br>
40 sessionParms: {html $sessionParms} <br>
41 {
42     foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} {
43         htmlr $e {: } $env($e) {<br>}
44     }
45 }
46 </body>
47 </html>