the following attachment contains a file with the neccesary patches to the 
index.html file which will be used to to make the checkbox and the colors 
example work.


the file is in a unix file format.

it was produced using the following command..

cvs diff -u index.html >> patchindex.txt

using the cygnus unix environment.
so it is in a unix file format.

thanx in advance,

Hiten Pandya
[EMAIL PROTECTED]

_________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com.
Index: index.html
===================================================================
RCS file: 
/home/cvspublic/jakarta-tomcat-4.0/webapps/examples/jsp/index.html,v
retrieving revision 1.1
diff -u -r1.1 index.html
--- index.html  2000/08/17 00:58:03     1.1
+++ index.html  2001/07/11 08:38:16
@@ -85,10 +85,8 @@
<td WIDTH="30%"><a href="sessions/crt.html"><img SRC="../images/code.gif" 
HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a 
href="sessions/crt.html">Source</a></td>
</tr>

-<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>
</tr>
@@ -96,7 +94,7 @@
<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