Show last authors
1 {{velocity}}
2 ##context.put("StringUtils", StringUtils.class);
3
4 #set($columns = ["headBer", "headMard", "pageMard", "columnMard", "numberMard", "glossMard", "obsMard"])
5 #set($columnsProperties = {
6 "headBer" : { "type" : "text", "html" : "true", "displayName" : "Lex.Ber", "link" : "auto", "match" : "partial"},
7 "headMard" : { "type" : "text", "html" : "true", "displayName" : "Lex.Mard", "link" : "auto", "match" : "partial"},
8 "pageMard" : { "type" : "text", "html" : "true", "displayName" : "Page"},
9 "columnMard" : { "type" : "text", "html" : "true", "displayName" : "Column"},
10 "numberMard" : { "type" : "text", "html" : "true", "displayName" : "Position"},
11 "glossMard" : { "type" : "text", "html" : "true", "displayName" : "Gloss"},
12 "obsMard" : { "type" : "text", "html" : "true", "displayName" : "Obs"}
13 })
14 #set($options = {
15 "className":"Lexicon.LexiconEntryClass",
16 "translationPrefix" : "lexicon.translations.",
17 "extraParams" : "&headMard=$escapetool.url('_%')",
18 "tagCloud" : true,
19 "rowCount": 10
20 })
21 #livetable("Lex.Mard" $columns $columnsProperties $options)
22
23 {{/velocity}}