[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[EP-tech] Re: Contributors data
Hi,
We have done something like that in citations :
<epc:foreach expr="note_numeros" iterator="nn">
<epc:if test="$index gt 0">, </epc:if>
<epc:phrase ref="note_numeros_type_typename_{$nn{type}}"/> :
<epc:print expr="$nn{texte}" />
</epc:foreach>
Where note_numeros is a compound with texte (text) and type (namedset).
The "note_numeros_type_typename_{$nn{type}}" allows to get the
corresponding phrases.
Regards,
GF
Le 02/03/2015 14:22, Centro de Documentaci?n a ?crit :
> Hi guys,
>
> Is it possible to show contributors_name and contributors_type in the
> same row in abstract pages? Something like that:
>
> Contributors: contributors_name [contributors_type]; contributors_name
> [contributors_type] ...
>
> Regards,
>
> Cristian
> *** Options: http://mailman.ecs.soton.ac.uk/mailman/listinfo/eprints-tech
> *** Archive: http://www.eprints.org/tech.php/
> *** EPrints community wiki: http://wiki.eprints.org/
> *** EPrints developers Forum: http://forum.eprints.org/
>