X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=www%2Ftargets.egw;h=f954c23b553e3f36b112c40e0434bdbc2ffd2b92;hb=df7b985601de6c729147a6fd6588adba6f905480;hp=d936080152eb92d182f47f35001e849cbe52ea93;hpb=949f8c4efedfe6d191264853690c84f527e1790b;p=egate.git diff --git a/www/targets.egw b/www/targets.egw index d936080..f954c23 100644 --- a/www/targets.egw +++ b/www/targets.egw @@ -1,36 +1,42 @@ { -# $Id: targets.egw,v 1.3 1995/11/01 16:15:47 adam Exp $ +# $Id: targets.egw,v 1.10 1996/01/02 10:52:30 adam Exp $ source /usr/local/etc/httpd/conf/ztargets.conf - set nextSetNo 1 + 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 + proc targetsCmp {l r} { + global targets + return [string compare [string tolower [lindex $targets($l) 0]] \ + [string tolower [lindex $targets($r) 0]]] + } + set tt [array names targets] + set tn [lsort -command targetsCmp $tt] + foreach t $tn { + 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.
@@ -38,7 +44,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} {