Permalink
Cannot retrieve contributors at this time
24 lines (18 sloc)
921 Bytes
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?xml version="1.0" ?> | |
| <!-- | |
| Document citation style. | |
| --> | |
| <cite:citation xmlns="http://www.w3.org/1999/xhtml" xmlns:cite="http://eprints.org/ep3/citation" xmlns:epc="http://eprints.org/ep3/control"> | |
| <!-- document citation --> | |
| <span class="ep_document_citation"> | |
| <cite:linkhere><span class="document_format"><epc:print expr='format'/><epc:if test="formatdesc"> (<epc:print expr="formatdesc"/>)</epc:if></span></cite:linkhere> | |
| <epc:if test="main"><br/><span class="document_filename"><print expr="main"/></span></epc:if> | |
| <epc:if test="content"> - <epc:print expr="content" /></epc:if> | |
| <epc:if test="security != 'public'"> | |
| <br />Restricted to <epc:print expr="security"/><epc:if test="date_embargo"> until <epc:print expr="date_embargo"/>.</epc:if> | |
| </epc:if> | |
| <epc:if test="license"> | |
| <br />Available under License <epc:phrase ref="licenses_description_{license.as_string()}" />. | |
| </epc:if> | |
| </span> | |
| </cite:citation> |