[DS-717] Remove duplicated template in Kubrick theme

git-svn-id: http://scm.dspace.org/svn/repo/dspace/trunk@6497 9c30dcfa-912a-0410-8fc2-9e0234be79fd
This commit is contained in:
Mark Wood
2011-07-20 18:37:45 +00:00
parent aa34719859
commit 33fe9e8c8e

View File

@@ -647,21 +647,6 @@
</xsl:template>
<!-- Generate the thunbnail, if present, from the file section -->
<xsl:template match="mets:fileGrp[@USE='THUMBNAIL']" mode="itemMetadataPopup-DIM">
<div class="popup-artifact-preview">
<!-- manakin-voss version: <a href="{ancestor::mets:METS/@OBJID}"> -->
<a href="{ancestor::dri:object/@url}">
<img alt="Thumbnail">
<xsl:attribute name="src">
<xsl:value-of select="mets:file/mets:FLocat[@LOCTYPE='URL']/@xlink:href" />
</xsl:attribute>
</img>
</a>
</div>
</xsl:template>
<!-- Generate the thunbnail, if present, from the file section -->
<xsl:template match="mets:fileGrp[@USE='THUMBNAIL']" mode="itemMetadataPopup-DIM">
<div class="popup-artifact-preview">