Wiki source code of hrafaARC Repository
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity}} |
| 2 | #set ($columnsProperties = { | ||
| 3 | 'date1': {"html":true}, | ||
| 4 | 'shortText1': {}, | ||
| 5 | 'longText1': {"filterable":false,"sortable":false,"html":true}, | ||
| 6 | 'longText2': {"filterable":false,"sortable":false,"html":true}, | ||
| 7 | 'doc.title': {"link":"view"}, | ||
| 8 | 'doc.location': {"html":true}, | ||
| 9 | 'doc.author': {"link":"author"}, | ||
| 10 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
| 11 | }) | ||
| 12 | #set ($options = { | ||
| 13 | 'className': 'hrafaARC Repository.Code.hrafaARC RepositoryClass', | ||
| 14 | 'translationPrefix': 'hrafaarc repository.livetable.', | ||
| 15 | 'tagCloud': true, | ||
| 16 | 'rowCount': 15, | ||
| 17 | 'maxPages': 10, | ||
| 18 | 'selectedColumn': 'date1', | ||
| 19 | 'defaultOrder': 'asc' | ||
| 20 | }) | ||
| 21 | #set ($columns = ['date1', 'shortText1', 'longText1', 'longText2', 'doc.title', 'doc.location', 'doc.author', '_actions']) | ||
| 22 | #livetable('hrafaarc repository' $columns $columnsProperties $options) | ||
| 23 | {{/velocity}} |