Wiki source code of Team Hope

Version 2.2 by Larry Maloney on 2023/11/28 19:40

Show last authors
1 {{velocity}}
2 #set ($columnsProperties = {
3 'countylist': {},
4 'doc.title': {"link":"view"},
5 'shortText1': {},
6 'date1': {"html":true},
7 'doc.location': {"html":true},
8 'doc.date': {},
9 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]},
10 '_attachments': {"sortable":false,"filterable":false,"html":true},
11 'page1': {"html":true},
12 'number1': {},
13 'shortText2': {},
14 'longText1': {"filterable":false,"sortable":false,"html":true},
15 'doc.author': {"link":"author"}
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 })
26 #set ($columns = ['countylist', 'doc.title', 'shortText1', 'date1', 'doc.location', 'doc.date', '_actions', '_attachments', 'page1', 'number1', 'shortText2', 'longText1', 'doc.author'])
27 #livetable('team hope' $columns $columnsProperties $options)
28 {{/velocity}}