X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Fmtargets.egw;fp=www%2Fmtargets.egw;h=5d0bacd6d5662018644003f0fcb541025a57c159;hb=ba37ce207c47ac1fa27bb46df7dc54f72740bb96;hp=e8e495eec9f2f5b9cf762604d15d8fd4d1849af6;hpb=6ceeaa167e3ef2970b6ef0ce2b6c7d9c362eda0a;p=egate.git diff --git a/www/mtargets.egw b/www/mtargets.egw index e8e495e..5d0bacd 100644 --- a/www/mtargets.egw +++ b/www/mtargets.egw @@ -1,6 +1,6 @@ { -# $Id: mtargets.egw,v 1.7 1995/12/21 15:49:51 adam Exp $ +# $Id: mtargets.egw,v 1.8 1996/01/03 15:19:38 adam Exp $ set setNo 1 source /usr/local/etc/httpd/conf/ztargets.conf if {[info commands saveState] == ""} { @@ -11,7 +11,23 @@ Europagate, WWW/Z39.50 Gateway +{ + 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 + } + } +}
EUROPAGATE
@@ -39,12 +55,9 @@ } -
-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 + if {!$debug} return html "
\n" html "

Debug information

\n" html "sessionId: $sessionId
\n"