Hi Germán,

The reason why you can't find the xsl is because there is no special xsl to
render the discovery navigation.
So what I would suggest is that you create your own template in xsl to do
this, just take a look at the DRI from dspace demo site:
http://demo.dspace.org/xmlui/DRI/discover and you will find that the sidebar
is rendered in a list with id
"'aspect.discovery.SimpleSearch.list.discovery'".
Below is a small example on how to place the discovery sidebar in a couple
of divisions.

>
> <xsl:template
> match="dri:li...@id='aspect.discovery.SimpleSearch.list.discovery']">
>         <div id="div1">
>             <div id="div2" >
>                 <xsl:apply-templates/>
>             </div>
>         </div>
> </xsl:template>
>

I hope I was able to solve your problem.


best regards,

Kevin Van de Velde
@mire - www.atmire.com
533 2nd Street - Encinitas, CA 92024 - USA
Technologielaan 9 - 3001 Heverlee - Belgium


http://www.atmire.com - Institutional Repository Solutions
http://www.togather.eu - Before getting together, get t...@ther


On 4 January 2011 16:47, Germán Biozzoli <germanbiozz...@gmail.com> wrote:

> Hi people
>
> The users that I'm working for with DSpace 1.70, requested to me to
> re-order the discovery plug-in facets to show it more easily to the
> final users. They find that are in some way forgotten in the last
> position and they wish to see it at first or second division in
> navigation bar. I've tried to look in the mirage xsls or
> dri2xhtml_alt's but it's seems to be solved in the aspect instance,
> somebody could give me a clue to fullfill this request?
>
> Thanks a lot
> Germán
>
>
> ------------------------------------------------------------------------------
> Learn how Oracle Real Application Clusters (RAC) One Node allows customers
> to consolidate database storage, standardize their database environment,
> and,
> should the need arise, upgrade to a full multi-node Oracle RAC database
> without downtime or disruption
> http://p.sf.net/sfu/oracle-sfdevnl
> _______________________________________________
> DSpace-tech mailing list
> DSpace-tech@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/dspace-tech
>
------------------------------------------------------------------------------
Learn how Oracle Real Application Clusters (RAC) One Node allows customers
to consolidate database storage, standardize their database environment, and, 
should the need arise, upgrade to a full multi-node Oracle RAC database 
without downtime or disruption
http://p.sf.net/sfu/oracle-sfdevnl
_______________________________________________
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech

Reply via email to