Wiki source code of P4P Apps

Version 6.1 by Zenna Elfen on 2025/11/24 10:27

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