mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
removed deprecated template for rows in the full item view page
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user