You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by eg...@apache.org on 2004/03/08 15:13:12 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/navigation breadcrumb.xsl

egli        2004/03/08 06:13:12

  Modified:    src/webapp/lenya/xslt/navigation breadcrumb.xsl
  Log:
  Reverted as the search is now in a separate xsl.
  
  Revision  Changes    Path
  1.15      +0 -4      cocoon-lenya/src/webapp/lenya/xslt/navigation/breadcrumb.xsl
  
  Index: breadcrumb.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/navigation/breadcrumb.xsl,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- breadcrumb.xsl	7 Mar 2004 19:15:28 -0000	1.14
  +++ breadcrumb.xsl	8 Mar 2004 14:13:12 -0000	1.15
  @@ -14,13 +14,9 @@
       exclude-result-prefixes="nav"
       >
       
  -<xsl:param name="area"/>
  -
  -
   <xsl:template match="nav:site">
     <div id="breadcrumb">
       <xsl:apply-templates select="nav:node"/>
  -    <a id="search" href="{@href}../search-{$area}/lucene">| Search |</a>
   </div>
   </xsl:template>
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: lenya-cvs-unsubscribe@cocoon.apache.org
For additional commands, e-mail: lenya-cvs-help@cocoon.apache.org