X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Ftargets.egw;h=366e50217da016e79154c9ff42b04c30b4ef9aac;hb=a6e5ecf2a6d6dedf266c5f9d6bc2447a528b199e;hp=2a64c20b88df1206e70562f93ef89a9e66c1dffa;hpb=d66a4b9debb168d9a03368429bcc933c57553c74;p=egate.git diff --git a/www/targets.egw b/www/targets.egw index 2a64c20..366e502 100644 --- a/www/targets.egw +++ b/www/targets.egw @@ -1,6 +1,10 @@ { -# $Id: targets.egw,v 1.1 1995/10/23 17:04:17 adam Exp $ +# $Id: targets.egw,v 1.7 1995/11/08 16:14:34 adam Exp $ + source /usr/local/etc/httpd/conf/ztargets.conf + if {[info commands saveState] == ""} { + source z39util.tcl + } } Europagate, WWW/Z39.50 Gateway @@ -19,20 +23,35 @@ EU libraries Programme carried out by:
Library Council
Consejo Superior de Investigaciones Científicas

- Choose a Z39.50 target:
+

Choose a Z39.50 target:

{ - source /usr/local/etc/httpd/conf/ztargets.conf foreach t [array names targets] { - htmlr "
$t " - htmlr "
" [lindex $targets($t) 0] + 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.
This and the following pages are under construction and will continue to be so until the end of December 1995. +{ + html "
\n" + html "

Debug information

\n" + html "sessionId: $sessionId
\n" + html "sessionParms: $sessionParms
\n" + foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} { + html $e {: } $env($e) {
} \n + } +}