Major revision. Single-target result set can be reached from the
[egate.git] / www / showfull.egw
index 194e2a8..8b33a18 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: showfull.egw,v 1.22 1996/03/12 16:30:28 adam Exp $
+# $Id: showfull.egw,v 1.23 1996/03/13 14:07:31 adam Exp $
 
 proc buttons {setNo tno no format count host after} {
     global sessionId
@@ -62,25 +62,9 @@ proc buttons {setNo tno no format count host after} {
         }
     }
 
-    if {!$useIcons} {
-        html "\n | "
-    }
-    html {<a href="http:} $env(SCRIPT_NAME) / $sessionId 
-    if {$tno > 0} {
-        html {/msearch.egw/} $setNo
-    } else {
-        html {/search.egw/} $setNo + $tno
-    }
-    html + 1 + $hist($setNo,maxPresent)
-    if {$useIcons} {
-        html {"><img src="/egwgif/button-result-set.gif" }
-       html {alt="Result Set" border=0></a>}
-    } else {
-        html {">Result Set</a>}
-    }
-
-    button-new-query 1 $setNo
-    button-new-target 0
+    button-result-set $setNo $tno
+    button-new-query $setNo
+    button-new-target
     html "<p>\n"
 }