Wiki-Quellcode von AStA-Protokoll
Zuletzt geändert von Alexander Wiegel am 19.02.2025, 21:19 Uhr
Verstecke letzte Bearbeiter
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | #set ($columnsProperties = { | ||
3 | 'doc.title': {"link":"view"}, | ||
![]() |
4.1 | 4 | 'date': {"html":true}, |
![]() |
2.1 | 5 | 'protocol_writer': {"html":true}, |
![]() |
1.1 | 6 | 'doc.author': {"link":"author"}, |
![]() |
4.1 | 7 | 'doc.date': {}, |
![]() |
1.1 | 8 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} |
9 | }) | ||
10 | #set ($options = { | ||
11 | 'className': 'Test-Protokoll.Code.Test-ProtokollClass', | ||
12 | 'translationPrefix': 'test-protokoll.livetable.', | ||
13 | 'tagCloud': true, | ||
14 | 'rowCount': 15, | ||
15 | 'maxPages': 10, | ||
16 | 'selectedColumn': 'doc.title', | ||
17 | 'defaultOrder': 'asc' | ||
18 | }) | ||
![]() |
6.1 | 19 | #set ($columns = ['doc.title', 'date', 'protocol_writer', 'doc.author', 'doc.date', '_actions']) |
![]() |
1.1 | 20 | #livetable('test-protokoll' $columns $columnsProperties $options) |
21 | {{/velocity}} |