56 lines
1.9 KiB
XML
56 lines
1.9 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<xsl:stylesheet version="1.0" xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
|
|
<xsl:include href="fsfe_pageclass.xsl" />
|
|
<xsl:include href="translation_list.xsl" />
|
|
<xsl:include href="fsfe_pageheader.xsl" />
|
|
<xsl:include href="notifications.xsl" />
|
|
<xsl:include href="fsfe_mainsection.xsl" />
|
|
<xsl:include href="fsfe_followupsection.xsl" />
|
|
<xsl:include href="footer_sitenav.xsl" />
|
|
<xsl:include href="footer_sourcelink.xsl" />
|
|
<xsl:include href="footer_legal.xsl" />
|
|
<xsl:include href="body_scripts.xsl" />
|
|
|
|
<!-- HTML body -->
|
|
<!--<xsl:template match="body">-->
|
|
<xsl:template name="page-body">
|
|
<xsl:element name="body">
|
|
|
|
<xsl:call-template name="fsfe_pageclass" />
|
|
|
|
<!-- First of all, a comment to make clear this is generated -->
|
|
<xsl:comment>This file was generated by an XSLT script. Please do not edit.</xsl:comment>
|
|
|
|
<xsl:call-template name="translation_list" />
|
|
<xsl:call-template name="fsfe_pageheader" />
|
|
<xsl:call-template name="notifications" />
|
|
<xsl:call-template name="fsfe_mainsection" />
|
|
<xsl:call-template name="fsfe_followupsection" />
|
|
|
|
<xsl:element name="footer">
|
|
<xsl:attribute name="id">bottom</xsl:attribute>
|
|
|
|
<xsl:call-template name="footer_sitenav" />
|
|
<xsl:element name="hr" />
|
|
<xsl:call-template name="footer_sourcelink" />
|
|
<xsl:call-template name="footer_legal" />
|
|
|
|
<xsl:element name="section">
|
|
<xsl:attribute name="id">sister-organisations</xsl:attribute>
|
|
|
|
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'fsfnetwork'" /></xsl:call-template>
|
|
</xsl:element>
|
|
<!--/section#sister-organisations-->
|
|
|
|
</xsl:element>
|
|
<!--/footer#bottom-->
|
|
|
|
<xsl:call-template name="body_scripts" />
|
|
|
|
</xsl:element>
|
|
</xsl:template>
|
|
|
|
</xsl:stylesheet>
|
|
|