I would like to move the community or collection logo from its current position which is under the Search within this community/collection: form. I would like to put the logo above the <div id="aspect_artifactbrowser_CollectionViewer_div_collection-home" class="ds-static-div primary repository collection">
just below the community/collection name OR to the right of <div id="aspect_artifactbrowser_CollectionViewer_div_collection-search-browse" class="ds-static-div secondary search-browse">
. I don't know which template to use or how to override it.
I tried this template:
<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>
The template match above removed the Browse by
buttons and the search form.