Версия 1.7 от Dmitry Fedin на 2012/03/07 22:07

Последние авторы
1 {{velocity}}
2 $msg.get('platform.appwithinminutes.description')
3
4 (% class="buttonwrapper" %)[[$msg.get('platform.appwithinminutes.createAppButtonLabel')>>CreateApplication||class="button"]]
5
6 = $msg.get('platform.appwithinminutes.appsLiveTableHeading') =##
7 #set($columnsProperties = {
8 'doc.space': {'type': 'text', 'link': 'view', 'size': 10, 'filterable': true, 'sortable': true},
9 'doc.author': {'type': 'text', 'link': 'author', 'size': 10, 'filterable': true, 'sortable': true},
10 'doc.date': {'type': 'text', 'size': 10, 'filterable': true, 'sortable': true}
11 })
12 #set($options = {
13 'className': 'AppWithinMinutes.LiveTableClass',
14 'translationPrefix': 'platform.appwithinminutes.appsLiveTable.',
15 'tagCloud': true,
16 'rowCount': 15,
17 'maxPages': 10,
18 'selectedColumn': 'doc.space',
19 'defaultOrder': 'asc'
20 })
21 #set($columns = ['doc.space', 'doc.author', 'doc.date'])
22 #livetable('livetable' $columns $columnsProperties $options)
23 {{/velocity}}