Work on search in multiple targets.
[egate.git] / www / targets.egw
index d936080..0111e42 100644 (file)
@@ -1,8 +1,10 @@
 <html>
 {
-# $Id: targets.egw,v 1.3 1995/11/01 16:15:47 adam Exp $
+# $Id: targets.egw,v 1.5 1995/11/06 17:44:21 adam Exp $
     source /usr/local/etc/httpd/conf/ztargets.conf
-    set nextSetNo 1
+    if {[info commands saveState] == ""} {
+        source z39util.tcl
+    }
 }
 <head>
 <title> Europagate, WWW/Z39.50 Gateway </title>
@@ -21,7 +23,7 @@ EU libraries Programme </a> carried out by: <br>
 Library Council <br>
 Consejo Superior de Investigaciones Cient&iacute;ficas <br>
 <hr>
-<strong> Choose a Z39.50 target: </strong> <br>
+<h3> Choose a Z39.50 target: </h3>
 <dl>
 {
     foreach t [array names targets] {
@@ -31,6 +33,9 @@ Consejo Superior de Investigaciones Cient&iacute;ficas <br>
     }
 }
 </dl>
+{
+    z39history
+}
 <hr>
 This page is maintained by <a href="mailto:pwh@dtv.dk"> Peter Wad Hansen </a>.
 Last modified 25. september 1995. <br>
@@ -38,7 +43,7 @@ Last modified 25. september 1995. <br>
 until the end of December 1995.</em>
 {
     html "<hr>\n"
-    html "<strong>Debug information</strong><br>\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} {