implementing cc license info

svn path=/branches/test/; revision=22977
This commit is contained in:
hugo 2012-04-21 16:13:50 +00:00
parent 5748f97f0b
commit 42bf163b1e

View File

@ -705,8 +705,8 @@
<xsl:attribute name="rel">license</xsl:attribute>
<xsl:if test ="/buildinfo/document/legal/@type='cc-license'">
<xsl:element name="img">
<xsl:attribute name="src=">/graphics/cc-logo.png</xsl:attribute>
<xsl:attribute name="alt=">
<xsl:attribute name="src">/graphics/cc-logo.png</xsl:attribute>
<xsl:attribute name="alt">
<xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'creative-commons-license'" /></xsl:call-template>
</xsl:attribute>
</xsl:element>