remm 2002/09/02 06:16:42 Modified: jsr154/examples index.html Log: - Fix broken links. Revision Changes Path 1.2 +15 -23 jakarta-servletapi-5/jsr154/examples/index.html Index: index.html =================================================================== RCS file: /home/cvs/jakarta-servletapi-5/jsr154/examples/index.html,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- index.html 27 Aug 2002 13:19:47 -0000 1.1 +++ index.html 2 Sep 2002 13:16:42 -0000 1.2 @@ -24,19 +24,19 @@ <br> <table BORDER=0 CELLSPACING=5 WIDTH="85%" > <tr VALIGN=TOP> -<td WIDTH="30"><img SRC="../images/execute.gif" ></td> +<td WIDTH="30"><img SRC="images/execute.gif" ></td> <td>Execute the example</td> </tr> <tr VALIGN=TOP> -<td WIDTH="30"><img SRC="../images/code.gif" height=24 width=24></td> +<td WIDTH="30"><img SRC="images/code.gif" height=24 width=24></td> <td>Look at the source code for the example</td> </tr> <tr VALIGN=TOP> -<td WIDTH="30"><img SRC="../images/return.gif" height=24 width=24></td> +<td WIDTH="30"><img SRC="images/return.gif" height=24 width=24></td> <td>Return to this screen</td> </tr> @@ -51,57 +51,49 @@ <tr VALIGN=TOP> <td>Hello World</td> -<td VALIGN=TOP WIDTH="30%"><a href="../servlet/HelloWorldExample"><img SRC="../images/execute.gif" HSPACE=4 BORDER=0 align=TOP></a><a href="../servlet/HelloWorldExample">Execute</a></td> +<td VALIGN=TOP WIDTH="30%"><a href="../servlet/HelloWorldExample"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP></a><a href="../servlet/HelloWorldExample">Execute</a></td> -<td WIDTH="30%"><a href="helloworld.html"><img SRC="../images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="helloworld.html">Source</a></td> +<td WIDTH="30%"><a href="helloworld.html"><img SRC="images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="helloworld.html">Source</a></td> </tr> <tr VALIGN=TOP> <td>Request Info</td> -<td WIDTH="30%"><a href="../servlet/RequestInfoExample"><img SRC="../images/execute.gif" HSPACE=4 BORDER=0 align=TOP></a><a href="../servlet/RequestInfoExample">Execute</a></td> +<td WIDTH="30%"><a href="../servlet/RequestInfoExample"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP></a><a href="../servlet/RequestInfoExample">Execute</a></td> -<td WIDTH="30%"><a href="reqinfo.html"><img SRC="../images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="reqinfo.html">Source</a></td> +<td WIDTH="30%"><a href="reqinfo.html"><img SRC="images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="reqinfo.html">Source</a></td> </tr> <tr VALIGN=TOP> <td>Request Headers</td> -<td WIDTH="30%"><a href="../servlet/RequestHeaderExample"><img SRC="../images/execute.gif" HSPACE=4 BORDER=0 align=TOP></a><a href="../servlet/RequestHeaderExample">Execute</a></td> +<td WIDTH="30%"><a href="../servlet/RequestHeaderExample"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP></a><a href="../servlet/RequestHeaderExample">Execute</a></td> -<td WIDTH="30%"><a href="reqheaders.html"><img SRC="../images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="reqheaders.html">Source</a></td> +<td WIDTH="30%"><a href="reqheaders.html"><img SRC="images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="reqheaders.html">Source</a></td> </tr> <tr VALIGN=TOP> <td>Request Parameters</td> -<td WIDTH="30%"><a href="../servlet/RequestParamExample"><img SRC="../images/execute.gif" HSPACE=4 BORDER=0 align=TOP></a><a href="../servlet/RequestParamExample">Execute</a></td> +<td WIDTH="30%"><a href="../servlet/RequestParamExample"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP></a><a href="../servlet/RequestParamExample">Execute</a></td> -<td WIDTH="30%"><a href="reqparams.html"><img SRC="../images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="reqparams.html">Source</a></td> +<td WIDTH="30%"><a href="reqparams.html"><img SRC="images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="reqparams.html">Source</a></td> </tr> <tr VALIGN=TOP> <td>Cookies</td> -<td WIDTH="30%"><a href="../servlet/CookieExample"><img SRC="../images/execute.gif" HSPACE=4 BORDER=0 align=TOP></a><a href="../servlet/CookieExample">Execute</a></td> +<td WIDTH="30%"><a href="../servlet/CookieExample"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP></a><a href="../servlet/CookieExample">Execute</a></td> -<td WIDTH="30%"><a href="cookies.html"><img SRC="../images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="cookies.html">Source</a></td> -</tr> - -<tr VALIGN=TOP> -<td>Naming</td> - -<td WIDTH="30%"><a href="../servlet/JndiServlet"><img SRC="../images/execute.gif" HSPACE=4 BORDER=0 align=TOP></a><a href="../servlet/JndiServlet">Execute</a></td> - -<td WIDTH="30%"><a href="jndi.html"><img SRC="../images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="jndi.html">Source</a></td> +<td WIDTH="30%"><a href="cookies.html"><img SRC="images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="cookies.html">Source</a></td> </tr> <tr VALIGN=TOP> <td>Sessions</td> -<td WIDTH="30%"><a href="../servlet/SessionExample"><img SRC="../images/execute.gif" HSPACE=4 BORDER=0 align=TOP></a><a href="../servlet/SessionExample">Execute</a></td> +<td WIDTH="30%"><a href="../servlet/SessionExample"><img SRC="images/execute.gif" HSPACE=4 BORDER=0 align=TOP></a><a href="../servlet/SessionExample">Execute</a></td> -<td WIDTH="30%"><a href="sessions.html"><img SRC="../images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="sessions.html">Source</a></td> +<td WIDTH="30%"><a href="sessions.html"><img SRC="images/code.gif" HSPACE=4 BORDER=0 height=24 width=24 align=TOP></a><a href="sessions.html">Source</a></td> </tr> </table>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>