Re: [dspace-tech] How to modify summary item display in XMLUI

2016-12-16 Thread David Brian Holt
Thank you both so much! -- You received this message because you are subscribed to the Google Groups "DSpace Technical Support" group. To unsubscribe from this group and stop receiving emails from it, send an email to dspace-tech+unsubscr...@googlegroups.com. To post to this group, send

Re: [dspace-tech] How to modify summary item display in XMLUI

2016-12-16 Thread Hilton Gibson
Hi David, If you like this item view look with Mirage2: http://hdl.handle.net/10019.1/8 You can get the source files from here: https://github.com/hamslaai/Mirage2/blob/master/xsl/aspect/artifactbrowser/item-view.xsl Cheers hg *Hilton Gibson* Stellenbosch University Library

Re: [dspace-tech] How to modify summary item display in XMLUI

2016-12-16 Thread Bram Luyten
Hi David, you're already super close. If you want to add the fields in the left section of the item page, add them under , if you want them to appear in the wider, right section of the item page, put them under . The thing you need to add is a call to a template that will render your field, for

Re: [dspace-tech] Dspace 5.2 jspui basic customisation

2016-12-16 Thread Ribin Jones
Thanks. worked well.. - Ribin On Fri, Dec 16, 2016 at 4:13 PM, Claudia Jürgen < claudia.juer...@tu-dortmund.de> wrote: > Hi Ribin, > > here you find instructions how to customize the JSPUI: > https://wiki.duraspace.org/display/DSDOC5x/JSPUI+Configurati > on+and+Customization > > As for the

Re: [dspace-tech] Dspace 5.2 jspui basic customisation

2016-12-16 Thread Claudia Jürgen
Hi Ribin, here you find instructions how to customize the JSPUI: https://wiki.duraspace.org/display/DSDOC5x/JSPUI+Configuration+and+Customization As for the recent submission display see https://github.com/DSpace/DSpace/blob/dspace-5.2/dspace/config/dspace.cfg#L1313 adjust