Work on WAIS protocol.
[egate.git] / www / targets.egw
index 55d8189..b597347 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: targets.egw,v 1.19 1996/01/26 17:41:26 adam Exp $
+# $Id: targets.egw,v 1.22 1996/03/12 16:30:29 adam Exp $
     source ztargets.conf
     if {[info commands saveState] == ""} {
         source z39util.tcl
         }
     }
     set html3 [lindex $sessionParms 0]
-    if {$html3 == ""} {
-        if {[string first Mozilla $env(HTTP_USER_AGENT)] == 0} {
+    if {[string length $html3] == 0} {
+        if {![info exists env(HTTP_USER_AGENT)]} {
+            set html3 1
+        } elseif {[string first Mozilla $env(HTTP_USER_AGENT)] == 0} {
             set html3 1
             egw_log debug "New user using Netscape"
         } else {
 </head>
 <body>
 {
+    set scriptQuery query.egw
+    set scriptTarget targets.egw
+
     set useIcons 1
 
-    button-europagate
+    button-main
     if {[info exists nextSetNo]} {
         button-view-history 1
     }
@@ -48,9 +53,9 @@
     set tt [array names targets]
     set tn [lsort -command targetsCmp $tt]
     foreach t $tn {
-       if {[string index $t 0] == "."} continue
         html {<dt><a href="http:} $env(SCRIPT_NAME) /
-        html "$sessionId/query.egw;/$t" {"> } [lindex $targets($t) 0] " </a>\n"
+        html "$sessionId/query.egw;/-1+$t" {"> } [lindex $targets($t) 0]
+        html " </a>\n"
         set desc [lindex $targets($t) 4]
         if {$desc != ""} {
             html "<dd>$desc\n"
@@ -58,7 +63,7 @@
     }
     html "</dl><br>\n"
     set useIcons 0
-    button-europagate 
+    button-main 
     if {[info exists nextSetNo]} {
         button-view-history 1
     }