Better presentation of records. Query/set number persistent.
[egate.git] / www / targets.egw
1 <html>
2 {
3 # $Id: targets.egw,v 1.3 1995/11/01 16:15:47 adam Exp $
4     source /usr/local/etc/httpd/conf/ztargets.conf
5     set nextSetNo 1
6 }
7 <head>
8 <title> Europagate, WWW/Z39.50 Gateway </title>
9 </head>
10 <body>
11 <center>
12 <img src="/gif/webgate.gif" Alt="Welcome to EUROPAGATE">
13 </center>
14 Part of Europagate is a World Wide Web to Z39.50 gateway. The gateway provides search and 
15 retrieve facilities in the databases of various libraries. <p>
16 <a href="http://www.dtu.dk/dtv/egate/egate.html"> Europagate </a> is a 
17 project in the <a href="http://www.echo.lu/programmes/en/LIBRARIES.html"> 
18 EU libraries Programme </a> carried out by: <br>
19 <a href="http://www.ucd.ie/"> University College Dublin </a> <br>
20 <a href="http://www.dtv.dk/dtv/">Technical University & Library of Denmark </a> <br>
21 Library Council <br>
22 Consejo Superior de Investigaciones Cient&iacute;ficas <br>
23 <hr>
24 <strong> Choose a Z39.50 target: </strong> <br>
25 <dl>
26 {
27     foreach t [array names targets] {
28         html {<dt> <a href="http://} $env(SERVER_NAME) $env(SCRIPT_NAME) /
29         html "$sessionId/query.egw/$t" {"> } $t "</a>\n"
30         html "<dd> " [lindex $targets($t) 0] \n
31     }
32 }
33 </dl>
34 <hr>
35 This page is maintained by <a href="mailto:pwh@dtv.dk"> Peter Wad Hansen </a>.
36 Last modified 25. september 1995. <br>
37 <em> This and the following pages are under construction and will continue to be so
38 until the end of December 1995.</em>
39 {
40     html "<hr>\n"
41     html "<strong>Debug information</strong><br>\n"
42     html "sessionId: $sessionId <br>\n"
43     html "sessionParms: $sessionParms <br>\n"
44     foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} {
45         html $e {: } $env($e) {<br>} \n
46     }
47 }
48 </body>
49 </html>