mirror of
https://github.com/DSpace/DSpace.git
synced 2025-10-07 01:54:22 +00:00
[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:
@@ -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">
|
||||
|
Reference in New Issue
Block a user