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