Modified to use egw_-commands.
[egate.git] / www / msearch.egw
index ca59fef..08f5ea6 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: msearch.egw,v 1.8 1996/01/03 15:19:38 adam Exp $
+# $Id: msearch.egw,v 1.12 1996/01/24 08:27:26 adam Exp $
 
     if {[info commands saveState] == ""} {
         source z39util.tcl
@@ -15,7 +15,7 @@
     html "</head><body>\n"
     set setNo [lindex $sessionParms 0]
 
-    if {[wform menu1] != ""} {
+    if {[egw_form menu1] != ""} {
         set hist($nextSetNo,0,host) $hist($setNo,0,host)
         for {set i 1} {$i <= $hist($setNo,0,host)} {incr i} {
             set hist($nextSetNo,$i,host) $hist($setNo,$i,host)
@@ -29,7 +29,7 @@
         for {set i 1} {$i <= $hist($setNo,0,host)} {incr i} {
             set hist($setNo,$i,query) [build-query $hist($setNo,$i,host) 3]
         }
-        set hist($setNo,maxPresent) [wform hits]
+        set hist($setNo,maxPresent) [egw_form hits]
         if {$hist($setNo,maxPresent) == ""} {
             set hist($setNo,maxPresent) 30
         }
             html "Error</h3>\n<dd>NSD$code: $msg: $addinfo"
         } else {
             set r [z39$i.$setNo resultCount]
-            html "$r hits</h3>\n<dd>\n"
+            html "$r hits</h3>\n<dd>\n<ul>\n"
 
             display-rec 1 $hist($setNo,$i,offset) display-brief $i
+            html "</ul>"
         }
         html "\n"
     }
     global useIcons
 
     if {$useIcons} {
-        html {<img src="/gif/button-egw.gif">}
+        html {<img src="/egwgif/button-egw.gif">}
     }
     html {<a href="http:} $env(SCRIPT_NAME)
     html / $sessionId {/mtargets.egw}
     if {$useIcons} {
-       html {"><img src="/gif/button-new-target.gif" border=0></a>}
+       html {"><img src="/egwgif/button-new-target.gif" border=0></a>}
     } else {
        html {"> New target </a>} " | \n"
     }
     html {<a href="http:} $env(SCRIPT_NAME)
-    html / $sessionId {/mquery.egw/} $host + $setNo
+    html / $sessionId {/mquery.egw/} $setNo
     if {$useIcons} {
-        html {"><img src="/gif/button-new-query.gif" border=0></a>}
+        html {"><img src="/egwgif/button-new-query.gif" border=0></a>}
     } else {
         html {"> New query </a>}
     }
@@ -90,7 +91,7 @@
     foreach e {SERVER_NAME PATH_INFO SCRIPT_NAME} {
         html $e {: } $env($e) {<br>} \n
     }
-    html "form: " [wform] " <br>\n"
+    html "form: " [egw_form] " <br>\n"
     html "target: " $host " <br>\n"
     html "query: --" $hist($setNo,1,query) "-- <br>\n"
     html "database: " $hist($setNo,1,database) "<br>\n"