EPrints Technical Mailing List Archive

Message: #05855


< Previous (by date) | Next (by date) > | < Previous (in thread) | Next (in thread) > | Messages - Most Recent First | Threads - Most Recent First

Re: [EP-tech] Translate citations?


Hi Yuri,

> in citations/document/default.xml:
>
> <epc:if test="security != 'public'">
>     <br />
>         <epc:phrase ref="resticted_warning" ><epc:param name="security"><epc:print expr="security"/></epc:param>
What's the meaning of <epc:param name="security">?
>         <epc:param name="date_embargo"><epc:print expr="date_embargo"/></epc:param> </epc:phrase> </epc:if>

Does
<epc:if test="security != 'public'"><br /><epc:phrase ref="resticted_warning"/></epc:if>
work?

Hth
Thomas