new way to give authorship and date meta info
svn path=/branches/test/; revision=23031
This commit is contained in:
parent
645cf05635
commit
a6d1962699
2
fsfe.xsl
2
fsfe.xsl
@ -250,6 +250,7 @@
|
||||
|
||||
<!--Article authors, date -->
|
||||
<xsl:if test="/buildinfo/document/author">
|
||||
<div id="article-metadata">
|
||||
<span class="label"><xsl:call-template name="fsfe-gettext"><xsl:with-param name="id" select="'writtenby'" /></xsl:call-template></span>
|
||||
|
||||
<xsl:for-each select="/buildinfo/document/author">
|
||||
@ -304,6 +305,7 @@
|
||||
<xsl:attribute name="href"><xsl:value-of select="/buildinfo/document/download/@content" /></xsl:attribute>
|
||||
<xsl:value-of select="/buildinfo/document/download/@type" />
|
||||
</xsl:element>
|
||||
</div>
|
||||
</xsl:if>
|
||||
<!--End Article authors, date-->
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user