comparison xslt/news.xslt @ 544:1507ec5ba69a

Regenerated
author Sergey Budnevitch <sb@waeme.net>
date Wed, 20 Jun 2012 13:50:58 +0000
parents cd2698ea00ab
children b133b1f44765
comparison
equal deleted inserted replaced
543:9085f0c59dc6 544:1507ec5ba69a
21 21
22 <xsl:include href="body.xslt"/> 22 <xsl:include href="body.xslt"/>
23 23
24 <xsl:include href="menu.xslt"/> 24 <xsl:include href="menu.xslt"/>
25 25
26 <xsl:include href="ga.xslt"/>
27
26 <xsl:include href="content.xslt"/> 28 <xsl:include href="content.xslt"/>
27 29
28 <xsl:template match="/news"> 30 <xsl:template match="/news">
29 31
30 <html> 32 <html>
41 </title> 43 </title>
42 44
43 <xsl:call-template name="style"> 45 <xsl:call-template name="style">
44 <xsl:with-param select="@lang" name="lang"/> 46 <xsl:with-param select="@lang" name="lang"/>
45 </xsl:call-template> 47 </xsl:call-template>
48
49 <xsl:call-template name="ga"/>
46 50
47 </head> 51 </head>
48 52
49 <xsl:call-template name="body"> 53 <xsl:call-template name="body">
50 <xsl:with-param select="@lang" name="lang"/> 54 <xsl:with-param select="@lang" name="lang"/>