Wiki source code of P4P Security

Version 1.2 by Zenna Elfen on 2025/11/24 08:49

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'relation': {"html":true},
5 'doc.location': {"html":true},
6 'doc.date': {},
7 'doc.author': {"link":"author"},
8 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
9 })
10 #set ($options = {
11 'className': 'P4P Security.Code.P4P SecurityClass',
12 'translationPrefix': 'p4p security.livetable.',
13 'tagCloud': true,
14 'rowCount': 15,
15 'maxPages': 10,
16 'selectedColumn': 'doc.title',
17 'defaultOrder': 'asc'
18 })
19 #set ($columns = ['doc.title', 'relation', 'doc.location', 'doc.date', 'doc.author', '_actions'])
20 #livetable('p4p security' $columns $columnsProperties $options)
21 {{/velocity}}