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 2003/08/25 18:48:57 UTC

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

egli        2003/08/25 09:48:57

  Modified:    src/webapp/lenya/xslt/menu root.xsl
  Log:
  Only whitespace changes, i.e. indenting.
  
  Revision  Changes    Path
  1.8       +35 -35    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.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- root.xsl	8 Jul 2003 14:41:30 -0000	1.7
  +++ root.xsl	25 Aug 2003 16:48:57 -0000	1.8
  @@ -2,39 +2,39 @@
   
   <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
    
  -<xsl:include href="menu.xsl"/>
  -
  -<xsl:template match="/">
  -  <xsl:apply-templates/>
  -</xsl:template>
  -
  -<xsl:variable name="context_prefix" select="/lenya/menu/context_prefix"/>
  -
  -<xsl:template match="lenya">
  -
  -<html>   
  -<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" />
  -</head>
  -
  -<body bgcolor="#ffffff" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
  -
  -  <div style="position:absolute;top:0px;left:0px;z-index:2">
  -      <xsl:apply-templates select="menu"/>
  -  </div>
  -
  -  <div style="position:absolute;top:60px;left:0px;z-index:1">
  -<!--<iframe id="page" name="page" src="{$context_prefix}{live_uri}"> -->
  -     <xsl:apply-templates select="cmsbody"/>
  -<!--</iframe> -->
  -  </div>
  -<script type="text/javascript">
  - initialize(); 
  -</script>
  -</body>
  -</html>
  -</xsl:template>
  - 
  +  <xsl:include href="menu.xsl"/>
  +  
  +  <xsl:template match="/">
  +    <xsl:apply-templates/>
  +  </xsl:template>
  +  
  +  <xsl:variable name="context_prefix" select="/lenya/menu/context_prefix"/>
  +  
  +  <xsl:template match="lenya">
  +    
  +    <html>   
  +      <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" />
  +      </head>
  +      
  +      <body bgcolor="#ffffff" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
  +	
  +	<div style="position:absolute;top:0px;left:0px;z-index:2">
  +	  <xsl:apply-templates select="menu"/>
  +	</div>
  +	
  +	<div style="position:absolute;top:60px;left:0px;z-index:1">
  +	  <!--<iframe id="page" name="page" src="{$context_prefix}{live_uri}"> -->
  +	  <xsl:apply-templates select="cmsbody"/>
  +	  <!--</iframe> -->
  +	</div>
  +	<script type="text/javascript">
  +	  initialize(); 
  +	</script>
  +      </body>
  +    </html>
  +  </xsl:template>
  +  
   </xsl:stylesheet>  
  
  
  

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