X-Git-Url: http://lists.indexdata.dk/cgi-bin?a=blobdiff_plain;f=www%2Ftargets.egw;h=9726f97f88d2d7dc78f8d302660a4a159e592a81;hb=09f416a26c1c7e35ead317106f985774ec0c97bd;hp=cd5cdf580ea36b6f05c02654f229c17e377265bb;hpb=150d836eb46d0dde8fedeb77fc7fd4ef6eafba4f;p=egate.git diff --git a/www/targets.egw b/www/targets.egw index cd5cdf5..9726f97 100644 --- a/www/targets.egw +++ b/www/targets.egw @@ -1,35 +1,35 @@ { -# $Id: targets.egw,v 1.4 1995/11/02 16:35:36 adam Exp $ +# $Id: targets.egw,v 1.9 1995/12/21 15:49:53 adam Exp $ source /usr/local/etc/httpd/conf/ztargets.conf + if {[info commands saveState] == ""} { + source z39util.tcl + } } Europagate, WWW/Z39.50 Gateway
-Welcome to EUROPAGATE +EUROPAGATE
-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.

- Europagate is a -project in the -EU libraries Programme carried out by:
- University College Dublin
-Technical University & Library of Denmark
-Library Council
-Consejo Superior de Investigaciones Científicas
-


- Choose a Z39.50 target:
+ +

Choose Z39.50 target

{ foreach t [array names targets] { - html {
} $t "\n" - html "
" [lindex $targets($t) 0] \n + html {
} [lindex $targets($t) 0] " \n" + set desc [lindex $targets($t) 4] + if {$desc != ""} { + html "
$desc\n" + } } }
+{ + z39history +}
This page is maintained by Peter Wad Hansen . Last modified 25. september 1995.
@@ -37,7 +37,7 @@ Last modified 25. september 1995.
until the end of December 1995. { html "
\n" - html "Debug information
\n" + html "

Debug information

\n" html "sessionId: $sessionId
\n" html "sessionParms: $sessionParms
\n" foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} {