Исходный код вики Услуги хостинга

Редактировал(а) Coluns 2023/07/27 07:36

Последние авторы
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'client': {"html":true},
5 'doc.dateExpired': {},
6 'doc.author': {"link":"author"},
7 '_actions': {"sortable":false,"filterable":false,"html":true,"actions":["edit","delete"]}
8 })
9 #set ($options = {
10 'className': 'ColunsExt.App.colunsHostingServices.Code.colunsHostingServicesClass',
11 'translationPrefix': 'colunshostingservices.livetable.',
12 'tagCloud': true,
13 'rowCount': 15,
14 'maxPages': 10,
15 'selectedColumn': 'doc.title',
16 'defaultOrder': 'asc'
17 })
18 #set ($columns = ['doc.title', 'client', 'type','dateExpired', '_actions'])
19 #livetable('colunshostingservices' $columns $columnsProperties $options)
20 {{/velocity}}