comparison xslt/error.xslt @ 2875:c704a743f269

Removed google analytics.
author Sergey Budnevitch <sb@waeme.net>
date Fri, 05 Aug 2022 12:19:48 +0400
parents 04b2f591b5af
children
comparison
equal deleted inserted replaced
2874:60851da88db6 2875:c704a743f269
25 <xsl:include href="dirname.xslt"/> 25 <xsl:include href="dirname.xslt"/>
26 <xsl:include href="link.xslt"/> 26 <xsl:include href="link.xslt"/>
27 <xsl:include href="style.xslt"/> 27 <xsl:include href="style.xslt"/>
28 <xsl:include href="body.xslt"/> 28 <xsl:include href="body.xslt"/>
29 <xsl:include href="menu.xslt"/> 29 <xsl:include href="menu.xslt"/>
30 <xsl:include href="ga.xslt"/>
31 <xsl:include href="content.xslt"/> 30 <xsl:include href="content.xslt"/>
32 31
33 32
34 <xsl:template match="/error"> 33 <xsl:template match="/error">
35 <html><head><title> <xsl:value-of select="@name"/> </title> 34 <html><head><title> <xsl:value-of select="@name"/> </title>
36 35
37 <xsl:call-template name="style"><xsl:with-param select="@lang" name="lang"/></xsl:call-template><xsl:call-template name="ga"/></head> 36 <xsl:call-template name="style"><xsl:with-param select="@lang" name="lang"/></xsl:call-template></head>
38 37
39 <xsl:call-template name="body"><xsl:with-param select="@lang" name="lang"/></xsl:call-template></html> 38 <xsl:call-template name="body"><xsl:with-param select="@lang" name="lang"/></xsl:call-template></html>
40 </xsl:template> 39 </xsl:template>
41 40
42 </xsl:stylesheet> 41 </xsl:stylesheet>