Port to OSF/1. Gif references moved from /gif/ to /egwgif/.
[egate.git] / www / search.egw
index 587e94d..45589ac 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: search.egw,v 1.25 1996/01/08 08:42:17 adam Exp $
+# $Id: search.egw,v 1.26 1996/01/09 16:16:48 adam Exp $
 
 proc start-scan {scanNo cache dir} {
     global sessionId
@@ -43,7 +43,7 @@ proc start-scan {scanNo cache dir} {
     html {<a href="http:} $env(SCRIPT_NAME)
     html / $sessionId {/search.egw/} $setNo + [expr $scanNo - 1] + b {">}
     if {$useIcons} {
-        html {<img src="/gif/button-previous-terms.gif" }
+        html {<img src="/egwgif/button-previous-terms.gif" }
         html {alt="Next Terms" border=0></a>}
     } else {
         html {Previous Terms</a> | }
@@ -52,7 +52,7 @@ proc start-scan {scanNo cache dir} {
     html {<a href="http:} $env(SCRIPT_NAME)
     html / $sessionId {/search.egw/} $setNo + [expr $scanNo + 1] + f {">}
     if {$useIcons} {
-        html {<img src="/gif/button-next-terms.gif" }
+        html {<img src="/egwgif/button-next-terms.gif" }
         html {alt="Next Terms" border=0></a>}
     } else {
         html {Next Terms</a> | }
@@ -69,7 +69,7 @@ proc start-scan {scanNo cache dir} {
     html {<a href="http:} $env(SCRIPT_NAME)
     html / $sessionId {/search.egw/} $setNo + [expr $scanNo - 1] + b {">}
     if {$useIcons} {
-        html {<img src="/gif/button-previous-terms.gif" }
+        html {<img src="/egwgif/button-previous-terms.gif" }
         html {alt="Next Terms" border=0></a>}
     } else {
         html {Previous Terms</a> | }
@@ -78,7 +78,7 @@ proc start-scan {scanNo cache dir} {
     html {<a href="http:} $env(SCRIPT_NAME)
     html / $sessionId {/search.egw/} $setNo + [expr $scanNo + 1] + f {">}
     if {$useIcons} {
-        html {<img src="/gif/button-next-terms.gif" }
+        html {<img src="/egwgif/button-next-terms.gif" }
         html {alt="Next Terms" border=0></a>}
     } else {
         html {Next Terms</a> | }
@@ -115,7 +115,7 @@ proc buttons {setNo setMax startPos after} {
         html / $sessionId {/search.egw/} $setNo + [expr $setMax + 1]
         html + [expr $setMax + $hist($setNo,maxPresent)]
         if {$useIcons} {
-            html {"><img src="/gif/button-next-records.gif" alt="Next Records"}
+            html {"><img src="/egwgif/button-next-records.gif" alt="Next Records"}
            html { border=0></a>}
         } else {
             html {">Next Records</a>} " | \n"
@@ -127,7 +127,7 @@ proc buttons {setNo setMax startPos after} {
         html + [expr $startPos - $hist($setNo,maxPresent)]
         html + [expr $startPos - 1]
         if {$useIcons} {
-            html {"><img src="/gif/button-previous-records.gif" }
+            html {"><img src="/egwgif/button-previous-records.gif" }
            html {alt="Previous Records" border=0></a>}
         } else {
             html {">Previous Records</a>} " | \n"