[Dspace-tech] customizing /xmlui/browse?type=subject

2014-05-30 Thread Daniel Scharon
Hello everyone,

I would like to edit the way that browse results are displayed when
using /xmlui/browse?type=subject. 
Which part of Mirage theme do I have to modify in order to achieve this?
As far as I can see, neither itemSummaryList-DIM nor
collectionSummaryList-DIM seem to be the right places.

Can anyone point me to the right direction?

Best regards,
Daniel

-- 
Daniel Scharon
Communication, Information, Media Centre (KIM)
Content Services Department 
Room B 703
University of Konstanz
78457 Konstanz, Germany

Tel: +49 7531 88-2951
XMPP: daniel.scha...@uni-konstanz.de
Web: http://www.kim.uni-konstanz.de


smime.p7s
Description: S/MIME cryptographic signature
--
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette

Re: [Dspace-tech] customizing /xmlui/browse?type=subject

2014-05-30 Thread Daniel Scharon
Am Freitag, den 30.05.2014, 10:25 +0200 schrieb Daniel Scharon:
 Hello everyone,
 
 I would like to edit the way that browse results are displayed when
 using /xmlui/browse?type=subject. 
 Which part of Mirage theme do I have to modify in order to achieve
 this?
 As far as I can see, neither itemSummaryList-DIM nor
 collectionSummaryList-DIM seem to be the right places.
 
 Can anyone point me to the right direction?

I'll try to answer it by myself:

I added the following to my theme:

xsl:template
match=dri:div[@id='aspect.artifactbrowser.ConfigurableBrowse.div.browse-by-subject-results']/dri:table/dri:row/dri:cell/dri:xref/text()
...
do something
...
/xsl:template


Best,
Daniel



-- 
Daniel Scharon
Communication, Information, Media Centre (KIM)
Content Services Department 
Room B 703
University of Konstanz
78457 Konstanz, Germany

Tel: +49 7531 88-2951
XMPP: daniel.scha...@uni-konstanz.de
Web: http://www.kim.uni-konstanz.de


smime.p7s
Description: S/MIME cryptographic signature
--
Time is money. Stop wasting it! Get your web API in 5 minutes.
www.restlet.com/download
http://p.sf.net/sfu/restlet___
DSpace-tech mailing list
DSpace-tech@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/dspace-tech
List Etiquette: https://wiki.duraspace.org/display/DSPACE/Mailing+List+Etiquette