Show last authors
1 {{velocity}}
2 ## --------------------------------------------------------------------
3 ## Display Weekly Status livetable containing all Weekly Activity pages
4 ## --------------------------------------------------------------------
5 (((
6 {{info}}Date filter format: yyyy-MM-dd{{/info}}
7 )))
8 #set($collist = ["doc.title", "startDate", "doc.author"])
9 #set($colprops = {
10 "doc.title" : { "type" : "text", "link" : "view", "sortable":true, "filterable":true},
11 "startDate" : { "type" : "text", "sortable":true, "filterable":true},
12 "doc.author" : { "type" : "text", "link" : "author"}
13 })
14 #set($options = { "className":"WeeklyActivityCode.ActivityClass",
15 "translationPrefix" : "weeklyActivity.home.livetable",
16 "selectedColumn" : "startDate",
17 "defaultOrder" : "desc",
18 "rowCount": 10 })
19 #livetable("weeklyactivity" $collist $colprops $options)
20
21 #if($request.showStats)
22 {{cache id="WeeklyActivity-HomePage" timeToLive="86400"}}
23
24 {{doneActivityStatistics /}}
25
26 {{/cache}}
27 #else
28 [[$msg.get('weeklyActivity.sheet_show_stats')>>WeeklyActivity.SatisfactionStats]]
29 #end
30 {{/velocity}}
This wiki is hosted and managed by iXPath
Powered by XWiki 13.3 debian