In images Alt=... are defined.
[egate.git] / www / showfull.egw
index aed8080..3286321 100644 (file)
@@ -1,6 +1,6 @@
 <html>
 {
-# $Id: showfull.egw,v 1.13 1995/12/21 15:49:52 adam Exp $
+# $Id: showfull.egw,v 1.14 1996/01/02 10:52:29 adam Exp $
 
 proc buttons {setNo tno no format count host after} {
     global sessionId
@@ -18,16 +18,17 @@ proc buttons {setNo tno no format count host after} {
         html "</center><p>\n"
     }
     if {$useIcons} {
-        html {<img src="/gif/button-egw.gif">}
+        html {<img src="/gif/button-egw.gif" alt="Europagate" border=0>}
     }
     if {$no < $count} {
         html {<a href="http:} $env(SCRIPT_NAME)
         html / $sessionId {/showfull.egw/} $setNo + $tno + 
         html [expr $no + 1] + $format
         if {$useIcons} {
-            html {"><img src="/gif/button-next-record.gif" border=0></a>}
+            html {"><img src="/gif/button-next-record.gif" }
+           html {alt="Next Record" border=0></a>}
         } else {
-            html {">Next record</a>} " | \n"
+            html {">Next Record</a>} " | \n"
         }
     }
     if {$no > 1} {
@@ -35,9 +36,10 @@ 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" border=0></a>}
+            html {"><img src="/gif/button-previous-record.gif" }
+           html {alt="Previous Record" border=0></a>}
         } else {
-            html {">Previous record</a>} " | \n"
+            html {">Previous Record</a>} " | \n"
         }
     }
 
@@ -46,16 +48,18 @@ proc buttons {setNo tno no format count host after} {
     if {$format == "full"} {
         html raw 
         if {$useIcons} {        
-            html {"><img src="/gif/button-raw-marc.gif" border=0></a>}
+            html {"><img src="/gif/button-raw-marc.gif" }
+           html {alt="Raw Format" border=0></a>}
         } else {
-            html {">Raw format</a>} " | \n"
+            html {">Raw Format</a>} " | \n"
         }
     } else {
         html full
         if {$useIcons} {
-            html {"><img src="/gif/button-full-format.gif" border=0></a>}
+            html {"><img src="/gif/button-full-format.gif" }
+           html {alt="Full Format" border=0></a>}
         } else {
-            html {">Full format</a>} " | \n"
+            html {">Full Format</a>} " | \n"
         }
     }
 
@@ -68,9 +72,10 @@ 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" border=0></a>}
+        html {"><img src="/gif/button-result-set.gif" }
+       html {alt="Result Set" border=0></a>}
     } else {
-        html {">Result set</a>} " | \n"
+        html {">Result Set</a>} " | \n"
     }
     html {<a href="http:} $env(SCRIPT_NAME) / $sessionId 
     if {$tno > 0} {
@@ -80,9 +85,10 @@ proc buttons {setNo tno no format count host after} {
     }
     html $host + $setNo 
     if {$useIcons} {
-        html {"><img src="/gif/button-new-query.gif" border=0></a>}
+        html {"><img src="/gif/button-new-query.gif" }
+       html {alt="New Query" border=0></a>}
     } else {
-        html {">New query</a>} " | \n"
+        html {">New Query</a>} " | \n"
     }
     html {<a href="http:} $env(SCRIPT_NAME) / $sessionId 
     if {$tno > 0} {
@@ -91,9 +97,10 @@ proc buttons {setNo tno no format count host after} {
         html {/targets.egw} 
     }
     if {$useIcons} {
-        html {"><img src="/gif/button-new-target.gif" border=0></a>}
+        html {"><img src="/gif/button-new-target.gif" }
+       html {alt="New Target" border=0></a>}
     } else {
-        html {">New target</a>}
+        html {">New Target</a>}
     }
     html "<p>\n"
     if {!$useIcons && !$after && $no > 1} {