X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Ftargets.egw;h=952707dcdef045d11724619df7362a82918cb1c0;hb=73041203f9c387b4596185203b1daebe2f4f30e9;hp=f954c23b553e3f36b112c40e0434bdbc2ffd2b92;hpb=df7b985601de6c729147a6fd6588adba6f905480;p=egate.git diff --git a/www/targets.egw b/www/targets.egw index f954c23..952707d 100644 --- a/www/targets.egw +++ b/www/targets.egw @@ -1,7 +1,7 @@ { -# $Id: targets.egw,v 1.10 1996/01/02 10:52:30 adam Exp $ - source /usr/local/etc/httpd/conf/ztargets.conf +# $Id: targets.egw,v 1.16 1996/01/24 09:08:30 adam Exp $ + source ztargets.conf if {[info commands saveState] == ""} { source z39util.tcl } @@ -10,13 +10,24 @@ Europagate, WWW/Z39.50 Gateway -
-EUROPAGATE -
- -

Choose Z39.50 target


+

Choose a server


{ + if {![info exists debug]} { + if {[lindex $sessionParms 0] == "1"} { + set debug 1 + } else { + set debug 0 + } + } + + if {![info exists useIcons]} { + if {[lindex $sessionParms 1] == "1"} { + set useIcons 0 + } else { + set useIcons 1 + } + } proc targetsCmp {l r} { global targets return [string compare [string tolower [lindex $targets($l) 0]] \ @@ -25,8 +36,9 @@ set tt [array names targets] set tn [lsort -command targetsCmp $tt] foreach t $tn { + if {[string index $t 0] == "."} continue html {
} [lindex $targets($t) 0] " \n" + html "$sessionId/query.egw;/$t" {"> } [lindex $targets($t) 0] " \n" set desc [lindex $targets($t) 4] if {$desc != ""} { html "
$desc\n" @@ -34,21 +46,22 @@ } }
+ { - z39history + button-europagate + button-view-history 0 } -
-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. + { + catch maintenance + global debug + if {!$debug} return 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 + foreach n [array names env] { + html "env($n) = " $env($n) "
\n" } }