Исходный код вики Поиск ОК-решений

Версия 21.2 от Александра Садикова на 2024/06/03 10:14

Последние авторы
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"displayName":"Наименование","link":"view"},
4 'staticList1': {},
5 'shortText1': {},
6 'doc.location': {"html":true},
7 'doc.creator': {"link":"author"},
8 'Image': {"filterable":false,"sortable":false,"html":true}
9 })
10 #set ($options = {
11 'className': 'Поиск ОК-решений.Code.Поиск ОК-решенийClass',
12 'translationPrefix': 'поиск ок-решений.livetable.',
13 'tagCloud': true,
14 'rowCount': 15,
15 'maxPages': 10,
16 'selectedColumn': 'doc.title',
17 'defaultOrder': 'asc'
18 })
19 #set ($columns = ['doc.title', 'staticList1', 'shortText1', 'doc.location', 'doc.creator', 'Image'])
20 #livetable('поиск ок-решений' $columns $columnsProperties $options)
21 {{/velocity}}