Right, so it seems like the relevant template is:

<xsl:template match="dri:options/dri:list/dri:list" priority="3"
mode="nested">
  <li>
    <xsl:apply-templates select="dri:head" mode="nested"/>
    <ul class="ds-simple-list sublist">
      <xsl:apply-templates select="dri:item" mode="nested"/>
    </ul>
  </li>
</xsl:template>


So let's say I want to add the RSS 2.0 feed for a community at the bottom
of the Browse/This Community list -- how do I do that?  Presumably I add
the <li></li> after <xsl:apply-templates select="dri:item"
mode="nested"/>, but I also need a test to check that I'm in the right
section.

Thanks,
David


From:  Bram Luyten <b...@mire.be>
Date:  Fri, 9 Sep 2011 16:37:46 +0200
To:  David Chandek-Stark <david.chandek.st...@duke.edu>
Cc:  Dspace-tech <dspace-tech@lists.sourceforge.net>
Subject:  Re: [Dspace-tech] Can I reorder the options sets in the Sidebar


You can find the xsl file that relates to the navigation menu here:
Mirage/lib/xsl/core/navigation.xsl

https://github.com/DSpace/DSpace/blob/dspace-1.7.2-correct/dspace-xmlui/dsp
ace-xmlui-webapp/src/main/webapp/themes/Mirage/lib/xsl/core/navigation.xsl

with kindest regards,

Bram Luyten

@mire

Esperantolaan 4 - 3001 Heverlee - Belgium
2888 Loker Avenue East, Suite 305 - Carlsbad, CA 92010 - USA

atmire.com <http://atmire.com/> - Institutional Repository Solutions


On Fri, Sep 9, 2011 at 4:15 PM, David Chandek-Stark
<david.chandek.st...@duke.edu> wrote:

I have pretty much the same setup (1.7.1/Mirage) and a similar question.
I'd like to insert links to RSS feeds in the "Browse" section (for All,
Community, and Collection).  I can imagine doing this with jQuery, but if
there's another way to shim these
 in, I'd like to know.  I've looked at the XSLT, and if I stare at it long
enough I may be able to figure out how to do it, but it's not easy b/c you
can't easily see what XML you're dealing with.

Thanks,
David

From: Joseph <joseph.rho...@gmail.com>
Date: Tue, 16 Aug 2011 13:44:49 -0400
To: Dspace-tech <dspace-tech@lists.sourceforge.net>
Subject: [Dspace-tech] Can I reorder the options sets in the Sidebar


Dear Dspace-Tech,

I would like to reorder the sections in the sidebar.
Has anyone done this?  Could you point me in the right direction?

I'm using dspace1.7.2, XMLUI, and a modified Mirage theme.
I have discovery enabled.

Thank You,
Joseph


---------------------------------------------------------------------------
--- uberSVN's rich system and user administration capabilities and model
configuration take the hassle out of deploying and managing Subversion and
the tools developers use with it.
 Learn more about uberSVN and get a free download at:
http://p.sf.net/sfu/wandisco-dev2dev
<http://p.sf.net/sfu/wandisco-dev2dev>
_______________________________________________ DSpace-tech mailing list
DSpace-tech@lists.sourceforge.nethttps://lists.sourceforge.net/lists/listin
fo/dspace-tech

---------------------------------------------------------------------------
---
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT
space for its ease of implementation, lower cost, and increased
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech







------------------------------------------------------------------------------
Why Cloud-Based Security and Archiving Make Sense
Osterman Research conducted this study that outlines how and why cloud
computing security and archiving is rapidly being adopted across the IT 
space for its ease of implementation, lower cost, and increased 
reliability. Learn more. http://www.accelacomm.com/jaw/sfnl/114/51425301/
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to