Wiki source code of Team Hope

Version 8.1 by Larry Maloney on 2023/11/28 20:21

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