added support for pdf version of article page to be handled by metatags

svn path=/branches/design/; revision=17800
This commit is contained in:
samtuke 2010-10-20 10:12:03 +00:00
parent 20872f322b
commit cda6aa9562

View File

@ -112,6 +112,11 @@
</xsl:if>
<span class="label"> <xsl:apply-templates select="/buildinfo/textset/text[@id='published']/node()" />: </span><xsl:value-of select="/buildinfo/document/head/meta[@name='publication-date']/@content" />
<xsl:if test = "string(/buildinfo/document/head/meta[@name='pdf-link']/@content)">
<span class="label">PDF: </span><xsl:value-of select="/buildinfo/document/head/meta[@name='pdf-link']/@content" />
</xsl:if>
</xsl:element>
</xsl:element>
</xsl:if>