Wiki source code of Materials
Last modified by Benjamin Fischer on 2024/07/31 13:19
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set ($columnsProperties = { | ||
3 | 'doc.location': {"html":true}, | ||
4 | 'link': {}, | ||
5 | 'date': {"html":true}, | ||
6 | 'author': {} | ||
7 | }) | ||
8 | #set ($options = { | ||
9 | 'className': 'Materials.Code.MaterialsClass', | ||
10 | 'translationPrefix': 'materials.livetable.', | ||
11 | 'tagCloud': true, | ||
12 | 'rowCount': 15, | ||
13 | 'maxPages': 10, | ||
14 | 'selectedColumn': 'doc.location', | ||
15 | 'defaultOrder': 'asc' | ||
16 | }) | ||
17 | #set ($columns = ['doc.location', 'link', 'date', 'author']) | ||
18 | #livetable('materials' $columns $columnsProperties $options) | ||
19 | {{/velocity}} |