Wiki source code of P4P Projects

Version 4.1 by Zenna Elfen on 2025/11/20 22:02

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