Wiki-Quellcode von Ensembles in Hamburg
Version 1.2 von Andreas Gothsch am 2024/09/25 10:51
Verstecke letzte Bearbeiter
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity}} |
| 2 | #set ($columnsProperties = { | ||
| 3 | 'doc.title': {"link":"view"}, | ||
| 4 | 'doc.location': {"html":true}, | ||
| 5 | 'doc.date': {}, | ||
| 6 | 'doc.author': {"link":"author"}, | ||
| 7 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
| 8 | }) | ||
| 9 | #set ($options = { | ||
| 10 | 'className': 'Ensembles in Hamburg.Code.Ensembles in HamburgClass', | ||
| 11 | 'translationPrefix': 'ensembles in hamburg.livetable.', | ||
| 12 | 'tagCloud': true, | ||
| 13 | 'rowCount': 15, | ||
| 14 | 'maxPages': 10, | ||
| 15 | 'selectedColumn': 'doc.title', | ||
| 16 | 'defaultOrder': 'asc' | ||
| 17 | }) | ||
| 18 | #set ($columns = ['doc.title', 'doc.location', 'doc.date', 'doc.author', '_actions']) | ||
| 19 | #livetable('ensembles in hamburg' $columns $columnsProperties $options) | ||
| 20 | {{/velocity}} |