Bug fix: shell might terminate even though new request was initiated
[egate.git] / www / targets.egw
index 16ad730..7827fb4 100644 (file)
@@ -1,46 +1,45 @@
 <html>
 {
-# $Id: targets.egw,v 1.2 1995/10/27 15:12:05 adam Exp $
+# $Id: targets.egw,v 1.8 1995/12/20 16:31:32 adam Exp $
     source /usr/local/etc/httpd/conf/ztargets.conf
+    if {[info commands saveState] == ""} {
+        source z39util.tcl
+    }
 }
 <head>
 <title> Europagate, WWW/Z39.50 Gateway </title>
 </head>
 <body>
-<center>
-<img src="/gif/webgate.gif" Alt="Welcome to EUROPAGATE">
-</center>
-Part of Europagate is a World Wide Web to Z39.50 gateway. The gateway provides search and 
-retrieve facilities in the databases of various libraries. <p>
-<a href="http://www.dtu.dk/dtv/egate/egate.html"> Europagate </a> is a 
-project in the <a href="http://www.echo.lu/programmes/en/LIBRARIES.html"> 
-EU libraries Programme </a> carried out by: <br>
-<a href="http://www.ucd.ie/"> University College Dublin </a> <br>
-<a href="http://www.dtv.dk/dtv/">Technical University & Library of Denmark </a> <br>
-Library Council <br>
-Consejo Superior de Investigaciones Cient&iacute;ficas <br>
-<hr>
-<strong> Choose a Z39.50 target: </strong> <br>
+<h3>
+<img src="/gif/button-egw.gif" Alt="Welcome to EUROPAGATE" align=middle>
+ Choose a Z39.50 target: </h3>
 <dl>
 {
     foreach t [array names targets] {
-        html {<dt> <a href="http://} $env(SERVER_NAME) $env(SCRIPT_NAME) /
-        htmlr ${sessionId} {/query.egw/} $t {"> } $t {</a>}
-        htmlr "<dd> " [lindex $targets($t) 0]
+        html {<dt><a href="http:} $env(SCRIPT_NAME) /
+        html "$sessionId/query.egw/$t" {"> } [lindex $targets($t) 0] " </a>\n"
+        set desc [lindex $targets($t) 4]
+        if {$desc != ""} {
+            html "<dd><em>$desc</em>\n"
+        }
     }
 }
 </dl>
+{
+    z39history
+}
 <hr>
 This page is maintained by <a href="mailto:pwh@dtv.dk"> Peter Wad Hansen </a>.
 Last modified 25. september 1995. <br>
 <em> This and the following pages are under construction and will continue to be so
 until the end of December 1995.</em>
-<hr>
-sessionId: {html $sessionId} <br>
-sessionParms: {html $sessionParms} <br>
 {
+    html "<hr>\n"
+    html "<h3>Debug information</h3>\n"
+    html "sessionId: $sessionId <br>\n"
+    html "sessionParms: $sessionParms <br>\n"
     foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} {
-        htmlr $e {: } $env($e) {<br>}
+        html $e {: } $env($e) {<br>} \n
     }
 }
 </body>