Wiki source code of P4P Projects

Version 5.1 by Zenna Elfen on 2025/11/20 22:03

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