You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by nc...@apache.org on 2003/01/23 22:27:58 UTC

cvs commit: jakarta-tapestry/examples/Tutorial2/web index.html

nclayton    2003/01/23 13:27:57

  Modified:    examples/Tutorial2/web index.html
  Log:
  Added page types and assets links
  
  Revision  Changes    Path
  1.6       +2 -0      jakarta-tapestry/examples/Tutorial2/web/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/jakarta-tapestry/examples/Tutorial2/web/index.html,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- index.html	24 Nov 2002 08:46:38 -0000	1.5
  +++ index.html	23 Jan 2003 21:27:57 -0000	1.6
  @@ -11,6 +11,8 @@
         <li><a href="forms">Forms Examples</a></li>
         <li><a href="events">Event Handling Examples</a></li>
         <li><a href="components">Creating a Comonent</a></li>
  +      <li><a href="pagetypes">Explore different page types</a></li>
  +      <li><a href="assets">Simple Page, with an Asset (heading)</a></li>
         </ul>
       </body>
   </html>