2008-03-07 19:49:19 +00:00
|
|
|
<?xml version="1.0" encoding="UTF-8" ?>
|
|
|
|
<xsl:stylesheet version="1.0"
|
|
|
|
xmlns="http://www.w3.org/1999/xhtml"
|
|
|
|
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
|
|
|
|
xmlns:dc="http://purl.org/dc/elements/1.1/"
|
|
|
|
xmlns:cc="http://web.resource.org/cc/"
|
|
|
|
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
|
|
|
|
>
|
|
|
|
|
|
|
|
<xsl:template name="footer">
|
|
|
|
|
2008-03-19 20:02:42 +00:00
|
|
|
<ul id="footer" role="navigation">
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<a>
|
|
|
|
<xsl:attribute name="href">
|
|
|
|
<xsl:value-of select="$site_strings[@id='path_license']" />
|
|
|
|
</xsl:attribute>
|
2008-04-27 16:53:38 +00:00
|
|
|
<xsl:value-of select="$lang_strings[@id='footer_license']" />
|
2008-03-19 20:02:42 +00:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<a>
|
|
|
|
<xsl:attribute name="href">
|
|
|
|
<xsl:value-of select="$site_strings[@id='path_source-code']" />
|
|
|
|
</xsl:attribute>
|
2008-04-27 16:53:38 +00:00
|
|
|
<xsl:value-of select="$lang_strings[@id='footer_source_code']" />
|
2008-03-19 20:02:42 +00:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
<li>
|
|
|
|
<a>
|
|
|
|
<xsl:attribute name="href">
|
|
|
|
<xsl:value-of select="$site_strings[@id='path_report_bug']" />
|
|
|
|
</xsl:attribute>
|
2008-04-27 16:53:38 +00:00
|
|
|
<xsl:value-of select="$lang_strings[@id='footer_report_bug']" />
|
2008-03-19 20:02:42 +00:00
|
|
|
</a>
|
|
|
|
</li>
|
|
|
|
|
|
|
|
</ul>
|
2008-03-07 19:49:19 +00:00
|
|
|
|
|
|
|
<!--
|
|
|
|
<br />
|
2008-04-27 16:53:38 +00:00
|
|
|
<xsl:value-of select="$lang_strings[@id='footer_copyright']" />
|
2008-03-07 19:49:19 +00:00
|
|
|
-->
|
|
|
|
|
2008-04-30 08:42:57 +00:00
|
|
|
<a href="http://validator.w3.org/">
|
2008-05-11 03:09:53 +00:00
|
|
|
<img alt="XHTML 1.1" class="antipixel" src="/images/badges/xhtml 1.1.png" />
|
2008-04-30 08:42:57 +00:00
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="http://jigsaw.w3.org/css-validator/">
|
2008-05-11 03:09:53 +00:00
|
|
|
<img alt="CSS" class="antipixel" src="/images/badges/css.png" />
|
2008-04-30 08:42:57 +00:00
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="http://www.theora.org/">
|
2008-05-11 03:09:53 +00:00
|
|
|
<img alt="Ogg Theora" class="antipixel" src="/images/badges/ogg theora.png" />
|
2008-04-30 08:42:57 +00:00
|
|
|
</a>
|
|
|
|
|
|
|
|
<a href="http://www.opensource.org/">
|
2008-05-11 03:09:53 +00:00
|
|
|
<img alt="Open Source" class="antipixel" src="/images/badges/open source.png" />
|
2008-04-30 08:42:57 +00:00
|
|
|
</a>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
2008-03-07 19:49:19 +00:00
|
|
|
<span class="protip">
|
2008-04-27 16:53:38 +00:00
|
|
|
<xsl:value-of select="$lang_strings[@id='footer_warranty']" />
|
2008-03-07 19:49:19 +00:00
|
|
|
</span>
|
|
|
|
|
|
|
|
</xsl:template>
|
|
|
|
|
|
|
|
</xsl:stylesheet>
|