You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by gl...@locus.apache.org on 2000/10/30 00:06:13 UTC

cvs commit: jakarta-taglibs/session/examples/web index.html

glenn       00/10/29 15:06:13

  Modified:    session/examples/web index.html
  Log:
  Cleanup for release
  
  Revision  Changes    Path
  1.2       +5 -5      jakarta-taglibs/session/examples/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-taglibs/session/examples/web/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html	2000/09/24 03:25:39	1.1
  +++ index.html	2000/10/29 23:06:13	1.2
  @@ -1,16 +1,16 @@
  -<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
   <html>
   <head>
  -   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
  -   <meta name="GENERATOR" content="Mozilla/4.74 [en] (X11; U; FreeBSD 3.4-RELEASE i386) [Netscape]">
  -   <title>Jakarta SESSION Taglib Example</title>
  +   <title>Jakarta Project: SESSION JSP Tag Library Example</title>
   </head>
   <body text="#000000" bgcolor="#FFFFFF" link="#0000EE" vlink="#551A8B" alink="#FF0000">
   
   <center>
   <h1>
  -Jakarta SESSION Taglib Example</h1></center>
  +Jakarta Project: SESSION JSP Tag Library Example
  +</h1></center>
   <br>
   See the output from the <a href="session.jsp">session.jsp</a> example page.
  +<br>
  +See the source from the <a href="session.txt">session.jsp</a> example page.
   </body>
   </html>