You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@velocity.apache.org by jo...@locus.apache.org on 2000/11/22 22:51:13 UTC

cvs commit: jakarta-velocity/examples/anakia/xdocs index.xml

jon         00/11/22 13:51:12

  Modified:    examples/anakia/xdocs index.xml
  Log:
  added examples for images and links
  
  Revision  Changes    Path
  1.2       +8 -1      jakarta-velocity/examples/anakia/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/examples/anakia/xdocs/index.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.xml	2000/11/22 19:36:44	1.1
  +++ index.xml	2000/11/22 21:51:11	1.2
  @@ -15,7 +15,7 @@
   This is an example template that gets processed.
   </p>
   
  -<img src="./images/velocity.gif"/>
  +<img src="images/velocity.gif"/>
   
   <table border="1">
   <tr>
  @@ -35,6 +35,13 @@
       <p> here is another section </p>
       
       </section>
  +
  +    <section name="section 3">
  +    
  +    <p><a href="./site/index.html">A link to a sub page</a></p>
  +
  +    </section>
  +
   </body>
   </document>