removed deprecated template for rows in the full item view page

This commit is contained in:
Art Lowel
2014-10-15 15:30:56 +02:00
parent 93c024bf89
commit 900b9f076d

View File

@@ -899,35 +899,6 @@
</xsl:template>
<xsl:template match="dim:field" mode="itemDetailView-DIM">
<tr>
<xsl:attribute name="class">
<xsl:text>ds-table-row </xsl:text>
<xsl:if test="(position() div 2 mod 2 = 0)">even </xsl:if>
<xsl:if test="(position() div 2 mod 2 = 1)">odd </xsl:if>
</xsl:attribute>
<td>
<xsl:value-of select="./@mdschema"/>
<xsl:text>.</xsl:text>
<xsl:value-of select="./@element"/>
<xsl:if test="./@qualifier">
<xsl:text>.</xsl:text>
<xsl:value-of select="./@qualifier"/>
</xsl:if>
</td>
<td>
<xsl:copy-of select="./node()"/>
<xsl:if test="./@authority and ./@confidence">
<xsl:call-template name="authorityConfidenceIcon">
<xsl:with-param name="confidence" select="./@confidence"/>
</xsl:call-template>
</xsl:if>
</td>
<td><xsl:value-of select="./@language"/></td>
</tr>
</xsl:template>
<!--
File Type Mapping template