You are viewing a plain text version of this content. The canonical link for it is here.
Posted to site-cvs@tcl.apache.org by da...@apache.org on 2001/12/09 17:13:53 UTC

cvs commit: tcl-site/presentations/tcl common.tcl

davidw      01/12/09 08:13:53

  Modified:    presentations/dtcl common.tcl
               presentations/tcl common.tcl
  Log:
  Added alt tags.
  
  Revision  Changes    Path
  1.2       +2 -2      tcl-site/presentations/dtcl/common.tcl
  
  Index: common.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-site/presentations/dtcl/common.tcl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- common.tcl	2001/12/09 16:02:34	1.1
  +++ common.tcl	2001/12/09 16:13:53	1.2
  @@ -42,13 +42,13 @@
   	    <table align="center" width="90%">
   	    <tr>
   	    <td align="left">
  -	    <a href="[prevurl]"><img src="prev.png"></a>
  +	    <a href="[prevurl]"><img src="prev.png" alt="previous"></a>
   	    </td>
   	    <td align="center">
   	    $title
   	    </td>
   	    <td align="right">
  -	    <a href="[nexturl]"><img src="next.png"></a>
  +	    <a href="[nexturl]"><img src="next.png" alt="next"></a>
   	    </td>
   	    </tr>
   	    </table>
  
  
  
  1.2       +2 -2      tcl-site/presentations/tcl/common.tcl
  
  Index: common.tcl
  ===================================================================
  RCS file: /home/cvs/tcl-site/presentations/tcl/common.tcl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- common.tcl	2001/12/06 11:29:02	1.1
  +++ common.tcl	2001/12/09 16:13:53	1.2
  @@ -42,13 +42,13 @@
   	    <table align="center" width="90%">
   	    <tr>
   	    <td align="left">
  -	    <a href="[prevurl]"><img src="prev.png"></a>
  +	    <a href="[prevurl]"><img src="prev.png" alt="previous"></a>
   	    </td>
   	    <td align="center">
   	    $title
   	    </td>
   	    <td align="right">
  -	    <a href="[nexturl]"><img src="next.png"></a>
  +	    <a href="[nexturl]"><img src="next.png" alt="next"></a>
   	    </td>
   	    </tr>
   	    </table>