显示最后作者
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | #set ($columnsProperties = { | ||
3 | 'longText4': {"filterable":false,"sortable":false,"html":true}, | ||
4 | 'doc.title': {"link":"view"}, | ||
5 | 'doc.date': {}, | ||
6 | 'doc.author': {"link":"author"}, | ||
7 | 'staticList1': {}, | ||
8 | '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]} | ||
9 | }) | ||
10 | #set ($options = { | ||
11 | 'className': 'Applications.閱讀前哨站.Code.閱讀前哨站Class', | ||
12 | 'translationPrefix': '閱讀前哨站.livetable.', | ||
13 | 'tagCloud': true, | ||
14 | 'rowCount': 15, | ||
15 | 'maxPages': 10, | ||
16 | 'selectedColumn': 'longText4', | ||
17 | 'defaultOrder': 'asc' | ||
18 | }) | ||
19 | #set ($columns = ['longText4', 'doc.title', 'doc.date', 'doc.author', 'staticList1', '_actions']) | ||
20 | #livetable('閱讀前哨站' $columns $columnsProperties $options) | ||
21 | {{/velocity}} |