Wiki source code of Team Hope Public Library

Version 27.2 by Larry Maloney on 2023/11/29 18:03

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