【发布时间】:2015-08-26 07:32:27
【问题描述】:
我想将社区或集合徽标从 在此社区/集合中搜索: 表单下的当前位置移动。我想将徽标放在<div id="aspect_artifactbrowser_CollectionViewer_div_collection-home" class="ds-static-div primary repository collection"> 上方,就在<div id="aspect_artifactbrowser_CollectionViewer_div_collection-search-browse" class="ds-static-div secondary search-browse"> 右侧的社区/集合名称OR 下方。我不知道要使用哪个模板或如何覆盖它。
我试过这个模板:
<xsl:template match="dri:div[@id='aspect.artifactbrowser.CollectionViewer.div.collection-search-browse']">
<xsl:apply-templates select="./mets:fileSec/mets:fileGrp[@USE='LOGO']"/>
</xsl:template>
上面的模板匹配删除了Browse by 按钮和搜索表单。
【问题讨论】:
标签: dspace