Wiki source code of Interrogate1348
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", "head1348", "page1348", "column1348", "number1348", "gloss1348", "obs1348"]) | ||
| 5 | #set($columnsProperties = { | ||
| 6 | "headBer" : { "type" : "text", "html" : "true", "displayName" : "Lex.Ber", "link" : "auto", "match" : "partial"}, | ||
| 7 | "head1348" : { "type" : "text", "html" : "true", "displayName" : "Lex.1348", "link" : "auto", "match" : "partial"}, | ||
| 8 | "page1348" : { "type" : "text", "html" : "true", "displayName" : "Page"}, | ||
| 9 | "column1348" : { "type" : "text", "html" : "true", "displayName" : "Column"}, | ||
| 10 | "number1348" : { "type" : "text", "html" : "true", "displayName" : "Position"}, | ||
| 11 | "gloss1348" : { "type" : "text", "html" : "true", "displayName" : "Gloss"}, | ||
| 12 | "obs1348" : { "type" : "text", "html" : "true", "displayName" : "Obs"} | ||
| 13 | }) | ||
| 14 | #set($options = { | ||
| 15 | "className":"Lexicon.LexiconEntryClass", | ||
| 16 | "translationPrefix" : "lexicon.translations.", | ||
| 17 | "extraParams" : "&head1348=$escapetool.url('_%')", | ||
| 18 | "tagCloud" : true, | ||
| 19 | "rowCount": 10 | ||
| 20 | }) | ||
| 21 | #livetable("Lex.1348" $columns $columnsProperties $options) | ||
| 22 | |||
| 23 | {{/velocity}} |