閱讀前哨站 的 Wiki 原始碼

由用户 Harvey 在 2025/03/17 11:48 保存的版本 3.2

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