Helix,
Yes the code is correct but I want to bring the View/Open at the top of the
page
thanks
From: [email protected] [mailto:[email protected]] On Behalf Of helix84
Sent: Monday, April 08, 2013 3:54 PM
To: Webshet, Sisay (ILRI)
Cc: [email protected]
Subject: Re: [Dspace-tech] item-vew.xsl
Is this what you need?
diff --git
a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl
b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl
index 36fe116..d6c3641 100644
---
a/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl
+++
b/dspace-xmlui/src/main/webapp/themes/Mirage/lib/xsl/aspect/artifactbrowser/item-view.xsl
@@ -38,10 +38,6 @@
<xsl:output indent="yes"/>
<xsl:template name="itemSummaryView-DIM">
- <!-- Generate the info about the item from the metadata section -->
- <xsl:apply-templates
select="./mets:dmdSec/mets:mdWrap[@OTHERMDTYPE='DIM']/mets:xmlData/dim:dim"
- mode="itemSummaryView-DIM"/>
-
<xsl:copy-of select="$SFXLink" />
<!-- Generate the bitstream information from the file section -->
<xsl:choose>
@@ -73,6 +69,10 @@
</xsl:otherwise>
</xsl:choose>
+ <!-- Generate the info about the item from the metadata section -->
+ <xsl:apply-templates
select="./mets:dmdSec/mets:mdWrap[@OTHERMDTYPE='DIM']/mets:xmlData/dim:dim"
+ mode="itemSummaryView-DIM"/>
+
<!-- Generate the Creative Commons license information from the file
section (DSpace deposit license hidden by default)-->
<xsl:apply-templates
select="./mets:fileSec/mets:fileGrp[@USE='CC-LICENSE']"/>
------------------------------------------------------------------------------
Try New Relic Now & We'll Send You this Cool Shirt
New Relic is the only SaaS-based application performance monitoring service
that delivers powerful full stack analytics. Optimize and monitor your
browser, app, & servers with just a few lines of code. Try New Relic
and get this awesome Nerd Life shirt! http://p.sf.net/sfu/newrelic_d2d_apr
_______________________________________________
DSpace-tech mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette