I'm trying to move the "Show full item record" link in the item page to be
just below the metadata.  Right now I have this at the end of the
item-view.xsl page:

<xsl:template name="modify-summary-view-link"
match="dri:p[@rend='item-view-toggle item-view-toggle-bottom']">
  <BR/>
  <xsl:apply-templates />
</xsl:template>

and this places it at the very bottom of the page.

this is the xsl that calls the templates for displaying the short display:

    <xsl:template match="dim:dim" mode="itemSummaryView-DIM">
        <div class="item-summary-view-metadata">
        <xsl:choose>
            <xsl:when

test="/dri:document/dri:meta/dri:pageMeta/dri:trail[@target='/handle/TEMP-BOGUS/206494']">
                <xsl:call-template name="itemSummaryView-DIM-fields-ross" />
            </xsl:when>
            <xsl:when

test="/dri:document/dri:meta/dri:pageMeta/dri:trail[@target='/handle/TEMP-BOGUS/20649412']">
                <xsl:call-template name="itemSummaryView-DIM-fields-umtri"
/>
            </xsl:when>
            <xsl:otherwise>
                <xsl:call-template
name="itemSummaryView-DIM-fields-default" />
            </xsl:otherwise>
        </xsl:choose>
        </div>
    </xsl:template>

I thought I could do this, but it did not show up:

    <xsl:template match="dim:dim" mode="itemSummaryView-DIM">
        <div class="item-summary-view-metadata">
        <xsl:choose>
            <xsl:when

test="/dri:document/dri:meta/dri:pageMeta/dri:trail[@target='/handle/TEMP-BOGUS/206494']">
                <xsl:call-template name="itemSummaryView-DIM-fields-ross" />
            </xsl:when>
            <xsl:when

test="/dri:document/dri:meta/dri:pageMeta/dri:trail[@target='/handle/TEMP-BOGUS/20649412']">
                <xsl:call-template name="itemSummaryView-DIM-fields-umtri"
/>
            </xsl:when>
            <xsl:otherwise>
                <xsl:call-template
name="itemSummaryView-DIM-fields-default" />
            </xsl:otherwise>
        </xsl:choose>
        </div>

<xsl:if test="dri:p[@rend='item-view-toggle item-view-toggle-bottom']">
  <BR/>
  I wanted to put my link here, but I never got here.
</xsl:if>
    </xsl:template>
------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
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

Reply via email to