You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lenya.apache.org by an...@apache.org on 2003/09/11 11:10:40 UTC

cvs commit: cocoon-lenya/src/webapp/lenya/xslt/menu root.xsl

andreas     2003/09/11 02:10:40

  Modified:    src/webapp/lenya/xslt/menu root.xsl
  Log:
  including only menu.css
  
  Revision  Changes    Path
  1.9       +2 -2      cocoon-lenya/src/webapp/lenya/xslt/menu/root.xsl
  
  Index: root.xsl
  ===================================================================
  RCS file: /home/cvs/cocoon-lenya/src/webapp/lenya/xslt/menu/root.xsl,v
  retrieving revision 1.8
  retrieving revision 1.9
  diff -u -r1.8 -r1.9
  --- root.xsl	25 Aug 2003 16:48:57 -0000	1.8
  +++ root.xsl	11 Sep 2003 09:10:40 -0000	1.9
  @@ -1,7 +1,7 @@
   <?xml version="1.0"?>
   
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
  - 
  +
     <xsl:include href="menu.xsl"/>
     
     <xsl:template match="/">
  @@ -16,7 +16,7 @@
         <head>
   	<title>Apache Lenya - <xsl:value-of select="menu/url-info/publication-id"/> - <xsl:value-of select="menu/url-info/area"/> - <xsl:value-of select="menu/url-info/document-id"/> - <xsl:value-of select="cmsbody/html/head/title"/></title>
   	<script type="text/javascript" src="/lenya/lenya/menu/menu.js" />
  -	<link type="text/css" rel="stylesheet" href="/lenya/lenya/css/default.css" />
  +	<link type="text/css" rel="stylesheet" href="/lenya/lenya/css/menu.css" />
         </head>
         
         <body bgcolor="#ffffff" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
  
  
  

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