kaz         02/03/25 13:54:49

  Modified:    src/dvsl/xdocs site.dvsl
  Log:
  For users of jakarta-site2, I have added the convienence that "/site"
  gets mapped to "http://jakarta.apache.org/"; in the stylesheet to make
  migration easy for users and their existing
  xdocs/stylesheets/project.xml files.
  
  Revision  Changes    Path
  1.10      +2 -0      jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl
  
  Index: site.dvsl
  ===================================================================
  RCS file: /home/cvs/jakarta-turbine-maven/src/dvsl/xdocs/site.dvsl,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- site.dvsl 25 Mar 2002 21:25:28 -0000      1.9
  +++ site.dvsl 25 Mar 2002 21:54:49 -0000      1.10
  @@ -161,6 +161,8 @@
     <div><small><strong>
     #if( $attrib.href.startsWith("http") )
       <a href="$attrib.href">$attrib.name</a>
  +  #elseif ( $attrib.href.startsWith("/site") )
  +    <a href="$attrib.href">$attrib.name</a>
     #else
       <a href="$relativePath$attrib.href">$attrib.name</a>
     #end
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to