Wiki source code of Team Hope

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

Hide last authors
Larry Maloney 1.1 1 {{velocity}}
2 #set ($columnsProperties = {
3 'countylist': {},
Larry Maloney 3.1 4 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
5 'date1': {"html":true},
Larry Maloney 1.1 6 'doc.title': {"link":"view"},
Larry Maloney 8.1 7 'shortText1': {"link":"view"},
Larry Maloney 2.1 8 'shortText2': {},
9 'longText1': {"filterable":false,"sortable":false,"html":true},
10 'doc.author': {"link":"author"}
Larry Maloney 1.1 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 })
Larry Maloney 7.1 21 #set ($columns = ['countylist', '_actions', 'date1', 'doc.title', 'shortText1', 'shortText2', 'longText1', 'doc.author'])
Larry Maloney 1.1 22 #livetable('team hope' $columns $columnsProperties $options)
23 {{/velocity}}