Re: [Dspace-tech] passing variable to javascript

2013-09-02 Thread bcoballes
/script /xsl:template You can replace XSLT tags the way you want. Javier Távara 2013/9/1 bcoballes [hidden email]http://user/SendEmail.jtp?type=nodenode=4666963i=0 Hi everyone, I would like to pass the URL xsl:value-of select=mets:FLocat[@LOCTYPE='URL']/@xlink:href/ of the bitstream

[Dspace-tech] passing variable to javascript

2013-09-01 Thread bcoballes
Hi everyone, I would like to pass the URL xsl:value-of select=mets:FLocat[@LOCTYPE='URL']/@xlink:href/ of the bitstream to external javascript as variable. But when I declare it using this syntax: var x = 'xsl:value-of select=mets:FLocat[@LOCTYPE='URL']/@xlink:href/'; I received an javascript

[Dspace-tech] Add pagination info in item view

2013-08-28 Thread bcoballes
Hi everyone, I have several bitstreams in one item but I don't want everything to be shown on the first page. My plan is to mimic the behaviour of the pages similar to browse author, title, subjects, etc. I found this similar thread

Re: [Dspace-tech] Custom Discovery Search Page (both simple and advanced)

2013-08-21 Thread bcoballes
+s2283337n4666737...@n4.nabble.com wrote: On Wed, Aug 21, 2013 at 5:11 AM, bcoballes [hidden email]http://user/SendEmail.jtp?type=nodenode=4666737i=0 wrote: Hi everyone, does anyone know what specific files can I edit to custom the discovery search result page (both simple and advanced

Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-20 Thread bcoballes
Hi Elvi, I successfully modified the controlled vocabulary splitter, thanks to your insights I could not do the work around without it. Here are my thoughts regarding the issue: 1. I completely agree with you that the 'subject code autocomplete' from dspace.cfg is different from the controlled

[Dspace-tech] Custom Discovery Search Page (both simple and advanced)

2013-08-20 Thread bcoballes
Hi everyone, does anyone know what specific files can I edit to custom the discovery search result page (both simple and advanced results)? Thanks, Brian - Librarian In-Charge of Non-Print Educational Media Center Ateneo de Manila High School Philippines -- View this message in

Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-15 Thread bcoballes
Thanks Elvi, I already edited my [dspace-src]\dspace\config\spring\api\discovery.xml and change to the following: bean id=searchFilterSubject class=org.dspace.discovery.configuration.HierarchicalSidebarFacetConfiguration property name=indexFieldName value=subject/ property

Re: [Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-15 Thread bcoballes
Oh that's weird. Theoretically that's supposed to do it but mine is not working. I actually tested it to an untouched dspace-src-release. I just merged my [dspace-src]/build.properties, [dspace-src]/config/dspace.cfg (which contains my changes as indicated above),

[Dspace-tech] Parameters for vocabulary xmlui not working

2013-08-13 Thread bcoballes
Hi everyone, I'm trying to modify the delimiter string for my controlled vocabulary but I already edited the following from my [dspace-src]/dspace/config/dspace.cfg: choices.plugin.dc.subject = srscmod choices.presentation.dc.subject = select vocabulary.plugin.srscmod.hierarchy.store = true

[Dspace-tech] Lightbox in Item

2013-08-07 Thread bcoballes
Hi everyone, I am currently working on putting lightbox feature in item by following the tutorial from this site: http://developer.edina.ac.uk/projects/jorumdspace/wiki/Licence_lightbox_viewer. However, instead of lightbox from the CC license in which the patch is originally intended, I want the

Re: [Dspace-tech] Controlled Vocabulary for XMLUI

2013-07-24 Thread bcoballes
Hi Elvi, I got it. Working perfectly. Thanks a lot. I've been working on this for almost 2 weeks now. Cheers! On Thu, Jul 25, 2013 at 10:04 AM, Nemiz, Elvi S. [via DSpace] ml-node+s2283337n4665902...@n4.nabble.com wrote: Hello Brian, Please check your dspace.url in dspace.cfg. In my case,

Re: [Dspace-tech] controlled-vocabulary question

2013-07-22 Thread bcoballes
Hi Jose, Have you solved the issue? I am also experiencing the same problem. Thanks. -- View this message in context: http://dspace.2283337.n4.nabble.com/controlled-vocabulary-question-tp4663368p4665799.html Sent from the DSpace - Tech mailing list archive at Nabble.com.

[Dspace-tech] Controlled Vocabulary for XMLUI

2013-07-22 Thread bcoballes
Hi Everyone, I know this is not a new topic however I can't find any relevant answer to my query. I want to deploy the controlled vocabulary in xmlui. I already enabled it in jspui. My javascript is enabled in my browser. However, for some reasons no action is performed as I click the Subject