Bug fixes and select on FIFOs in wcgi - doesn't really work!
[egate.git] / www / targets.egw
index 16ad730..cd5cdf5 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $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
 }
 <head>
@@ -25,8 +25,8 @@ Consejo Superior de Investigaciones Cient&iacute;ficas <br>
 {
     foreach t [array names targets] {
         html {<dt> <a href="http://} $env(SERVER_NAME) $env(SCRIPT_NAME) /
-        htmlr ${sessionId} {/query.egw/} $t {"> } $t {</a>}
-        htmlr "<dd> " [lindex $targets($t) 0]
+        html "$sessionId/query.egw/$t" {"> } $t "</a>\n"
+        html "<dd> " [lindex $targets($t) 0] \n
     }
 }
 </dl>
@@ -35,12 +35,13 @@ This page is maintained by <a href="mailto:pwh@dtv.dk"> Peter Wad Hansen </a>.
 Last modified 25. september 1995. <br>
 <em> This and the following pages are under construction and will continue to be so
 until the end of December 1995.</em>
-<hr>
-sessionId: {html $sessionId} <br>
-sessionParms: {html $sessionParms} <br>
 {
+    html "<hr>\n"
+    html "<strong>Debug information</strong><br>\n"
+    html "sessionId: $sessionId <br>\n"
+    html "sessionParms: $sessionParms <br>\n"
     foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} {
-        htmlr $e {: } $env($e) {<br>}
+        html $e {: } $env($e) {<br>} \n
     }
 }
 </body>