Wiki source code of hrafaARC Repository
Last modified by editors on 2022/01/14 12:39
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
3 | 'date1': {"html":true}, | ||
4 | 'shortText1': {}, | ||
![]() |
2.1 | 5 | 'shortText2': {}, |
![]() |
3.1 | 6 | 'doc.author': {"link":"author"} |
![]() |
1.1 | 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 | }) | ||
![]() |
3.1 | 17 | #set ($columns = ['date1', 'shortText1', 'shortText2', 'doc.author']) |
![]() |
1.1 | 18 | #livetable('hrafaarc repository' $columns $columnsProperties $options) |
19 | {{/velocity}} |