Исходный код вики platform.appwithinminutes.homePageTitle

Редактировал(а) Dmitry Fedin 2015/04/08 12:36

Скрыть последних авторов
Thomas Mortagne 1.1 1 {{velocity}}
Dmitry Fedin 7.1 2 $services.localization.render('platform.appwithinminutes.description')
Thomas Mortagne 1.1 3
Admin 2.1 4 #if($hasCreateSpace)
Dmitry Fedin 7.1 5 (% class="buttonwrapper" %)[[$services.localization.render('platform.appwithinminutes.createAppButtonLabel')>>CreateApplication||class="button"]]
Thomas Mortagne 1.1 6
Admin 2.1 7 #end
Dmitry Fedin 7.1 8 = $services.localization.render('platform.appwithinminutes.appsLiveTableHeading') =##
Thomas Mortagne 1.1 9 #set($columnsProperties = {
10 'doc.space': {'type': 'text', 'link': 'view', 'size': 10, 'filterable': true, 'sortable': true},
11 'doc.author': {'type': 'text', 'link': 'author', 'size': 10, 'filterable': true, 'sortable': true},
Admin 2.1 12 'doc.date': {'type': 'text', 'size': 10, 'filterable': true, 'sortable': true},
13 '_actions': {'html': true, 'sortable': false, 'actions': ['edit', 'delete']}
Thomas Mortagne 1.1 14 })
15 #set($options = {
16 'className': 'AppWithinMinutes.LiveTableClass',
Admin 2.1 17 'resultPage' : 'AppWithinMinutes.AppsLiveTableResults',
Thomas Mortagne 1.1 18 'translationPrefix': 'platform.appwithinminutes.appsLiveTable.',
19 'tagCloud': true,
20 'rowCount': 15,
21 'maxPages': 10,
22 'selectedColumn': 'doc.space',
23 'defaultOrder': 'asc'
24 })
Admin 2.1 25 #set($columns = ['doc.space', 'doc.author', 'doc.date', '_actions'])
Thomas Mortagne 1.1 26 #livetable('livetable' $columns $columnsProperties $options)
Dmitry Fedin 8.1 27 #set($docextras=[])
Thomas Mortagne 1.1 28 {{/velocity}}