Permalink
Cannot retrieve contributors at this time
15 lines (13 sloc)
516 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" ?> | |
| <!-- | |
| Neat citation for eprints used in search results. | |
| --> | |
| <cite:citation xmlns="http://www.w3.org/1999/xhtml" xmlns:cite="http://eprints.org/ep3/citation" xmlns:epc="http://eprints.org/ep3/control" type="table_row"> | |
| <tr class="ep_search_result"> | |
| <td style="padding-left: 0.5em"><epc:print expr="$n" />.</td> | |
| <td style="padding-left: 0.5em"> | |
| <epc:print expr="$item.citation('default')" /> | |
| <div><epc:print expr="item_issues"/></div> | |
| </td> | |
| </tr> | |
| </cite:citation> |