comparison xslt/books.xslt @ 544:1507ec5ba69a

Regenerated
author Sergey Budnevitch <sb@waeme.net>
date Wed, 20 Jun 2012 13:50:58 +0000
parents cd2698ea00ab
children 91dd4a7fadbb
comparison
equal deleted inserted replaced
543:9085f0c59dc6 544:1507ec5ba69a
19 19
20 <xsl:include href="body.xslt"/> 20 <xsl:include href="body.xslt"/>
21 21
22 <xsl:include href="menu.xslt"/> 22 <xsl:include href="menu.xslt"/>
23 23
24 <xsl:include href="ga.xslt"/>
25
24 <xsl:include href="content.xslt"/> 26 <xsl:include href="content.xslt"/>
25 27
26 <xsl:template match="/article"> 28 <xsl:template match="/article">
27 29
28 <html> 30 <html>
33 </title> 35 </title>
34 36
35 <xsl:call-template name="style"> 37 <xsl:call-template name="style">
36 <xsl:with-param select="@lang" name="lang"/> 38 <xsl:with-param select="@lang" name="lang"/>
37 </xsl:call-template> 39 </xsl:call-template>
40
41 <xsl:call-template name="ga"/>
38 42
39 </head> 43 </head>
40 44
41 <xsl:call-template name="body"> 45 <xsl:call-template name="body">
42 <xsl:with-param select="@lang" name="lang"/> 46 <xsl:with-param select="@lang" name="lang"/>