Wiki source code of InterrogateSta
Last modified by Alex Moruz on 2022/12/02 00:59
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | {{velocity}} | ||
2 | ##context.put("StringUtils", StringUtils.class); | ||
3 | |||
4 | #set($columns = ["headBer", "headSta", "pageSta", "columnSta", "numberSta", "glossSta", "obsSta"]) | ||
5 | #set($columnsProperties = { | ||
6 | "headBer" : { "type" : "text", "html" : "true", "displayName" : "Lex.Ber", "link" : "auto", "match" : "partial"}, | ||
7 | "headSta" : { "type" : "text", "html" : "true", "displayName" : "Lex.Sta", "link" : "auto", "match" : "partial"}, | ||
8 | "pageSta" : { "type" : "text", "html" : "true", "displayName" : "Page"}, | ||
9 | "columnSta" : { "type" : "text", "html" : "true", "displayName" : "Column"}, | ||
10 | "numberSta" : { "type" : "text", "html" : "true", "displayName" : "Position"}, | ||
11 | "glossSta" : { "type" : "text", "html" : "true", "displayName" : "Gloss"}, | ||
12 | "obsSta" : { "type" : "text", "html" : "true", "displayName" : "Obs"} | ||
13 | }) | ||
14 | #set($options = { | ||
15 | "className":"Lexicon.LexiconEntryClass", | ||
16 | "translationPrefix" : "lexicon.translations.", | ||
17 | "extraParams" : "&headSta=$escapetool.url('_%')", | ||
18 | "tagCloud" : true, | ||
19 | "rowCount": 10 | ||
20 | }) | ||
21 | #livetable("Lex.Sta" $columns $columnsProperties $options) | ||
22 | |||
23 | {{/velocity}} |