You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@forrest.apache.org by cr...@apache.org on 2003/09/10 10:12:53 UTC

cvs commit: xml-forrest/src/resources/skins/krysalis-site/xslt/html book2menu.xsl

crossley    2003/09/10 01:12:52

  Modified:    src/resources/skins/avalon-tigris/xslt/html book2menu.xsl
               src/resources/skins/forrest-css/xslt/html book2menu.xsl
               src/resources/skins/krysalis-site/xslt/html book2menu.xsl
  Log:
  Do not render any menu-item that is type=hidden
  Submitted by: Vadim Gritsenko vadim.gritsenko<AT>verizon.net
  
  Revision  Changes    Path
  1.5       +2 -0      xml-forrest/src/resources/skins/avalon-tigris/xslt/html/book2menu.xsl
  
  Index: book2menu.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/avalon-tigris/xslt/html/book2menu.xsl,v
  retrieving revision 1.4
  retrieving revision 1.5
  diff -u -r1.4 -r1.5
  --- book2menu.xsl	16 Nov 2002 23:21:22 -0000	1.4
  +++ book2menu.xsl	10 Sep 2003 08:12:52 -0000	1.5
  @@ -21,6 +21,8 @@
       </div>
     </xsl:template>
   
  +  <xsl:template match="menu-item[@type='hidden']"/>
  +
     <xsl:template match="menu-item">
       <div class="menuItem">
         <xsl:apply-imports/>
  
  
  
  1.2       +3 -1      xml-forrest/src/resources/skins/forrest-css/xslt/html/book2menu.xsl
  
  Index: book2menu.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/forrest-css/xslt/html/book2menu.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- book2menu.xsl	3 Jun 2003 12:17:38 -0000	1.1
  +++ book2menu.xsl	10 Sep 2003 08:12:52 -0000	1.2
  @@ -27,6 +27,8 @@
       </li>
     </xsl:template>
   
  +  <xsl:template match="menu-item[@type='hidden']"/>
  +
     <xsl:template match="menu-item">
       <li>
         <xsl:apply-imports/>
  
  
  
  1.2       +3 -1      xml-forrest/src/resources/skins/krysalis-site/xslt/html/book2menu.xsl
  
  Index: book2menu.xsl
  ===================================================================
  RCS file: /home/cvs/xml-forrest/src/resources/skins/krysalis-site/xslt/html/book2menu.xsl,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- book2menu.xsl	7 Dec 2002 16:26:34 -0000	1.1
  +++ book2menu.xsl	10 Sep 2003 08:12:52 -0000	1.2
  @@ -27,6 +27,8 @@
       </li>
     </xsl:template>
   
  +  <xsl:template match="menu-item[@type='hidden']"/>
  +
     <xsl:template match="menu-item">
       <li>
         <xsl:apply-imports/>