[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EP-tech] Alternative text in phrase file
- Subject: [EP-tech] Alternative text in phrase file
- From: nault.pierre at uqam.ca (Nault, Pierre)
- Date: Fri, 24 Feb 2017 13:52:18 +0000
- In-reply-to: <09B956327933C24AA7963883E9148535734194C3@Message.gst.uqam.ca>
- References: <09B956327933C24AA7963883E9148535734194C3@Message.gst.uqam.ca>
Hi,
We want to display a different label in the eprint rendering page for the field <epp:phrase id="eprint_fieldname_official_url">Adresse URL</epp:phrase> if the eprint type is 'master' or 'thesis'. In zzzzz.xml we have tried with
<epc:choose>
<epc:when test="type='master'">
<epp:phrase id="eprint_fieldname_official_url">Adresse master</epp:phrase>
</epc:when>
<epc:when test="type='thesis'">
<epp:phrase id="eprint_fieldname_official_url">Adresse these</epp:phrase>
</epc:when>
<epc:otherwise>
<epp:phrase id="eprint_fieldname_official_url">Adresse URL</epp:phrase>
</epc:otherwise>
</epc:choose>
But this is not working. Any idea why ?
Regards,
Pierre
----------------------------------------
Pierre Nault
Biblioth?caire syst?mes - Direction du d?veloppement technologique
Service des biblioth?ques
Universit? du Qu?bec ? Montr?al
T?l : 514-987-3000 #4554
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ecs.soton.ac.uk/pipermail/eprints-tech/attachments/20170224/66d1d31a/attachment.html