Wiki source code of hrafaARC Repository
Last modified by editors on 2022/01/14 12:39
Show last authors
| author | version | line-number | content |
|---|---|---|---|
| 1 | {{velocity}} | ||
| 2 | #set ($columnsProperties = { | ||
| 3 | 'date1': {"html":true}, | ||
| 4 | 'shortText1': {}, | ||
| 5 | 'shortText2': {}, | ||
| 6 | 'doc.author': {"link":"author"} | ||
| 7 | }) | ||
| 8 | #set ($options = { | ||
| 9 | 'className': 'hrafaARC Repository.Code.hrafaARC RepositoryClass', | ||
| 10 | 'translationPrefix': 'hrafaarc repository.livetable.', | ||
| 11 | 'tagCloud': true, | ||
| 12 | 'rowCount': 15, | ||
| 13 | 'maxPages': 10, | ||
| 14 | 'selectedColumn': 'date1', | ||
| 15 | 'defaultOrder': 'asc' | ||
| 16 | }) | ||
| 17 | #set ($columns = ['date1', 'shortText1', 'shortText2', 'doc.author']) | ||
| 18 | #livetable('hrafaarc repository' $columns $columnsProperties $options) | ||
| 19 | {{/velocity}} |