Wiki source code of Team Hope

Version 1.1 by Larry Maloney on 2023/11/28 19:20

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