Исходный код вики Проектные резюме

Редактировал(а) Coluns 13.03.2023

Последние авторы
1 {{velocity}}
2 #set ($columnsProperties = {
3 'doc.title': {"link":"view"},
4 'Role': {},
5 'Gender': {},
6 'City': {},
7 'Skills': {},
8 'doc.location': {"html":true},
9 'doc.date': {},
10 'doc.author': {"link":"author"},
11 '_actions': {"sortable":false,"filterable":false,"html":true}
12 })
13 #set ($options = {
14 'className': 'Проектные резюме.Code.Проектные резюмеClass',
15 'translationPrefix': 'проектные резюме.livetable.',
16 'tagCloud': true,
17 'rowCount': 15,
18 'maxPages': 10,
19 'selectedColumn': 'doc.title',
20 'defaultOrder': 'asc'
21 })
22 #set ($columns = ['doc.title', 'Role', 'Gender', 'City', 'Skills', 'doc.location', 'doc.date', 'doc.author', '_actions'])
23 #livetable('проектные резюме' $columns $columnsProperties $options)
24 {{/velocity}}