Wiki source code of Protocols

Last modified by Dr. Frank Wübbeling on 2026/05/20 08:34

Hide last authors
Dr. Frank Wübbeling 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.location': {"html":true},
4 'doc.date': {},
Dr. Frank Wübbeling 2.1 5 'doc.title': {"link":"view"},
Dr. Frank Wübbeling 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,
Dr. Frank Wübbeling 2.1 15 'selectedColumn': 'doc.location',
Dr. Frank Wübbeling 1.1 16 'defaultOrder': 'asc'
17 })
Dr. Frank Wübbeling 2.1 18 #set ($columns = ['doc.location', 'doc.date', 'doc.title', 'doc.author', '_actions'])
Dr. Frank Wübbeling 1.1 19 #livetable('protocols' $columns $columnsProperties $options)
20 {{/velocity}}