Wiki source code of Team Hope

Version 4.2 by Larry Maloney on 2023/11/28 20:11

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 2.1 7 'shortText1': {},
Larry Maloney 1.1 8 'doc.location': {"html":true},
9 'doc.date': {},
Larry Maloney 2.1 10 '_attachments': {"sortable":false,"filterable":false,"html":true},
Larry Maloney 4.1 11 'page1': {"sortable":false,"filterable":false,"html":true},
Larry Maloney 2.1 12 'number1': {},
13 'shortText2': {},
14 'longText1': {"filterable":false,"sortable":false,"html":true},
15 'doc.author': {"link":"author"}
Larry Maloney 1.1 16 })
17 #set ($options = {
18 'className': 'Team Hope.Code.Team HopeClass',
19 'translationPrefix': 'team hope.livetable.',
20 'tagCloud': true,
21 'rowCount': 15,
22 'maxPages': 10,
23 'selectedColumn': 'countylist',
24 'defaultOrder': 'asc'
25 })
Larry Maloney 3.1 26 #set ($columns = ['countylist', '_actions', 'date1', 'doc.title', 'shortText1', 'doc.location', 'doc.date', '_attachments', 'page1', 'number1', 'shortText2', 'longText1', 'doc.author'])
Larry Maloney 1.1 27 #livetable('team hope' $columns $columnsProperties $options)
28 {{/velocity}}