Wiki source code of Protocols
Last modified by Dr. Frank Wübbeling on 2026/05/20 08:34
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
| 2 | #set ($columnsProperties = { | ||
| 3 | 'doc.location': {"html":true}, | ||
| 4 | 'doc.date': {}, | ||
![]() |
2.1 | 5 | 'doc.title': {"link":"view"}, |
![]() |
1.1 | 6 | 'doc.author': {"link":"author"}, |
| 7 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
| 8 | }) | ||
| 9 | #set ($options = { | ||
| 10 | 'className': 'MaRDI.Protocols.Code.ProtocolsClass', | ||
| 11 | 'translationPrefix': 'protocols.livetable.', | ||
| 12 | 'tagCloud': true, | ||
| 13 | 'rowCount': 15, | ||
| 14 | 'maxPages': 10, | ||
![]() |
2.1 | 15 | 'selectedColumn': 'doc.location', |
![]() |
1.1 | 16 | 'defaultOrder': 'asc' |
| 17 | }) | ||
![]() |
2.1 | 18 | #set ($columns = ['doc.location', 'doc.date', 'doc.title', 'doc.author', '_actions']) |
![]() |
1.1 | 19 | #livetable('protocols' $columns $columnsProperties $options) |
| 20 | {{/velocity}} |
