X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=www%2Ftargets.egw;h=cd5cdf580ea36b6f05c02654f229c17e377265bb;hb=150d836eb46d0dde8fedeb77fc7fd4ef6eafba4f;hp=16ad73088dfacaaf60e9f4c9f4f15ee80a93217b;hpb=a6f3beb071fe8c894ee6c846c86296c84f48e3d4;p=egate.git diff --git a/www/targets.egw b/www/targets.egw index 16ad730..cd5cdf5 100644 --- a/www/targets.egw +++ b/www/targets.egw @@ -1,6 +1,6 @@ { -# $Id: targets.egw,v 1.2 1995/10/27 15:12:05 adam Exp $ +# $Id: targets.egw,v 1.4 1995/11/02 16:35:36 adam Exp $ source /usr/local/etc/httpd/conf/ztargets.conf } @@ -25,8 +25,8 @@ Consejo Superior de Investigaciones Científicas
{ foreach t [array names targets] { html {
} $t {} - htmlr "
" [lindex $targets($t) 0] + html "$sessionId/query.egw/$t" {"> } $t "\n" + html "
" [lindex $targets($t) 0] \n } } @@ -35,12 +35,13 @@ 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. -
-sessionId: {html $sessionId}
-sessionParms: {html $sessionParms}
{ + html "
\n" + html "Debug information
\n" + html "sessionId: $sessionId
\n" + html "sessionParms: $sessionParms
\n" foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} { - htmlr $e {: } $env($e) {
} + html $e {: } $env($e) {
} \n } }