Show last authors
1 {{velocity}}
2 ##context.put("StringUtils", StringUtils.class);
3
4 #set($columns = ["headBer", "columnBer", "numberBer", "posBer"])
5 #set($columnsProperties = {
6 "headBer" : { "type" : "text", "html" : "true", "displayName" : "Lex.Ber", "link" : "auto", "match" : "partial"},
7 "columnBer" : { "type" : "text", "html" : "true", "displayName" : "Column"},
8 "numberBer" : { "type" : "text", "html" : "true", "displayName" : "Position"},
9 "posBer" : { "type" : "text", "html" : "true", "displayName" : "Part of Speech"}
10 })
11 #set($options = {
12 "className":"Lexicon.LexiconEntryClass",
13 "translationPrefix" : "lexicon.translations.",
14 "extraParams" : "&headBer=$escapetool.url('_%')",
15 "tagCloud" : true,
16 "rowCount": 10
17 })
18 #livetable("Lex.Sta" $columns $columnsProperties $options)
19
20 {{/velocity}}