Wiki source code of P4P Projects

Version 8.1 by Zenna Elfen on 2025/11/23 22:42

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