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