If script name ends with ';' HTTP/GET/Expires will be defined.
[egate.git] / www / showfull.egw
index 8679310..3cacea1 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: showfull.egw,v 1.15 1996/01/03 15:19:47 adam Exp $
+# $Id: showfull.egw,v 1.16 1996/01/09 16:16:49 adam Exp $
 
 proc buttons {setNo tno no format count host after} {
     global sessionId
@@ -15,7 +15,7 @@ proc buttons {setNo tno no format count host after} {
         html / $sessionId {/showfull.egw/} $setNo + $tno + 
         html [expr $no + 1] + $format
         if {$useIcons} {
-            html {"><img src="/gif/button-next-record.gif" }
+            html {"><img src="/egwgif/button-next-record.gif" }
            html {alt="Next Record" border=0></a>}
         } else {
             html {">Next Record</a>} " | \n"
@@ -26,7 +26,7 @@ proc buttons {setNo tno no format count host after} {
         html / $sessionId {/showfull.egw/} $setNo + $tno +
         html [expr $no - 1] + $format
         if {$useIcons} {
-            html {"><img src="/gif/button-previous-record.gif" }
+            html {"><img src="/egwgif/button-previous-record.gif" }
            html {alt="Previous Record" border=0></a>}
         } else {
             html {">Previous Record</a>} " | \n"
@@ -38,7 +38,7 @@ proc buttons {setNo tno no format count host after} {
     if {$format == "full"} {
         html raw 
         if {$useIcons} {        
-            html {"><img src="/gif/button-raw-marc.gif" }
+            html {"><img src="/egwgif/button-raw-marc.gif" }
            html {alt="Raw Format" border=0></a>}
         } else {
             html {">Raw Format</a>} " | \n"
@@ -46,7 +46,7 @@ proc buttons {setNo tno no format count host after} {
     } else {
         html full
         if {$useIcons} {
-            html {"><img src="/gif/button-full-format.gif" }
+            html {"><img src="/egwgif/button-full-format.gif" }
            html {alt="Full Format" border=0></a>}
         } else {
             html {">Full Format</a>} " | \n"
@@ -62,7 +62,7 @@ proc buttons {setNo tno no format count host after} {
     html $setNo + 1
     html + $hist($setNo,maxPresent)
     if {$useIcons} {
-        html {"><img src="/gif/button-result-set.gif" }
+        html {"><img src="/egwgif/button-result-set.gif" }
        html {alt="Result Set" border=0></a>}
     } else {
         html {">Result Set</a>} " | \n"
@@ -75,7 +75,7 @@ proc buttons {setNo tno no format count host after} {
     }
     html $host + $setNo 
     if {$useIcons} {
-        html {"><img src="/gif/button-new-query.gif" }
+        html {"><img src="/egwgif/button-new-query.gif" }
        html {alt="New Query" border=0></a>}
     } else {
         html {">New Query</a>} " | \n"
@@ -87,7 +87,7 @@ proc buttons {setNo tno no format count host after} {
         html {/targets.egw} 
     }
     if {$useIcons} {
-        html {"><img src="/gif/button-new-target.gif" }
+        html {"><img src="/egwgif/button-new-target.gif" }
        html {alt="New Target" border=0></a>}
     } else {
         html {">New Target</a>}