lenya/src/webapp/lenya/pubs/default/xslt page2xhtml.xsl,1.4,1.5
"Gregor J. Rothfuss" <[email protected]>
| Newsgroups | gmane.comp.cms.wyona.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /repository/lenya/src/webapp/lenya/pubs/default/xslt
In directory erbium:/tmp/cvs-serv28155/src/webapp/lenya/pubs/default/xslt
Modified Files:
page2xhtml.xsl
Log Message:
menu for default publication, xopus work
moved more stuff to root sitemap
Index: page2xhtml.xsl
===================================================================
RCS file: /repository/lenya/src/webapp/lenya/pubs/default/xslt/page2xhtml.xsl,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** page2xhtml.xsl 5 May 2003 18:15:10 -0000 1.4
--- page2xhtml.xsl 10 May 2003 15:43:25 -0000 1.5
***************
*** 17,44 ****
<xsl:param name="root"/>
!
! <xsl:output method="html"/>
!
!
! <xsl:template match="/page:page">
<html>
<head>
<link rel="stylesheet" href="{$root}/css/page.css" mime-type="text/css"/>
! </head>
<body>
<div style="text-align: center">
<img src="{$root}/images/project-logo.gif"/>
</div>
! <xsl:apply-templates select="xhtml:div[@id = 'tabs']"/>
! <xsl:apply-templates select="xhtml:div[@id = 'menu']"/>
<div id="main">
! <xsl:apply-templates select="xhtml:div[@id = 'breadcrumb']"/>
! <xsl:apply-templates select="xhtml:div[@id = 'body']"/>
</div>
</body>
</html>
</xsl:template>
-
<xsl:template match="@*|node()" priority="-1">
--- 17,40 ----
<xsl:param name="root"/>
+ <xsl:param name="document-id"/>
! <xsl:template match="cmsbody">
<html>
<head>
<link rel="stylesheet" href="{$root}/css/page.css" mime-type="text/css"/>
! </head>
<body>
<div style="text-align: center">
<img src="{$root}/images/project-logo.gif"/>
</div>
! <xsl:apply-templates select="/page:page/xhtml:div[@id = 'tabs']"/>
! <xsl:apply-templates select="/page:page/xhtml:div[@id = 'menu']"/>
<div id="main">
! <xsl:apply-templates select="/page:page/xhtml:div[@id = 'breadcrumb']"/>
! <xsl:apply-templates select="/page:page/xhtml:div[@id = 'body']"/>
</div>
</body>
</html>
</xsl:template>
<xsl:template match="@*|node()" priority="-1">