remm        01/07/12 02:25:02

  Modified:    webapps/examples/jsp index.html
  Log:
  - Fix links in the jsp examples HTML page.
    Patch submitted by Hiten Pandya <h_pandya5 at hotmail.com>
  
  Revision  Changes    Path
  1.2       +3 -3      jakarta-tomcat-4.0/webapps/examples/jsp/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tomcat-4.0/webapps/examples/jsp/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html        2000/08/17 00:58:03     1.1
  +++ index.html        2001/07/12 09:24:54     1.2
  @@ -88,15 +88,15 @@
   <tr VALIGN=TOP>
   <td>Checkbox&nbsp;</td>
   
  -<td VALIGN=TOP WIDTH="30%"><a href="/checkbox/check.html"><img 
SRC="../images/execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a 
href="checkbox/check.html">Execute</a></td>
  +<td VALIGN=TOP WIDTH="30%"><a href="checkbox/check.html"><img 
SRC="../images/execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a 
href="checkbox/check.html">Execute</a></td>
   
  -<td WIDTH="30%"><a href="colors/cresult.html"><img SRC="../images/code.gif" 
HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a 
href="checkbox/cresult.html">Source</a></td>
  +<td WIDTH="30%"><a href="checkbox/cresult.html"><img SRC="../images/code.gif" 
HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a 
href="checkbox/cresult.html">Source</a></td>
   </tr>
   
   <tr VALIGN=TOP>
   <td>Color&nbsp;</td>
   
  -<td VALIGN=TOP WIDTH="30%"><a href="/colors/colors.html"><img 
SRC="../images/execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a 
href="colors/colors.html">Execute</a></td>
  +<td VALIGN=TOP WIDTH="30%"><a href="colors/colors.html"><img 
SRC="../images/execute.gif" HSPACE=4 BORDER=0  align=TOP></a><a 
href="colors/colors.html">Execute</a></td>
   
   <td WIDTH="30%"><a href="colors/clr.html.html"><img SRC="../images/code.gif" 
HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a 
href="colors/clr.html">Source</a></td>
   </tr>
  
  
  

Reply via email to