Wiki source code of InterrogateBer
Last modified by Alex Moruz on 2022/12/05 22:25
Hide last authors
| author | version | line-number | content |
|---|---|---|---|
| |
1.1 | 1 | {{velocity}} |
| 2 | ##context.put("StringUtils", StringUtils.class); | ||
| 3 | |||
| |
2.1 | 4 | #set($columns = ["headBer", "columnBer", "numberBer", "posBer"]) |
| |
1.1 | 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"}, | ||
| |
2.1 | 9 | "posBer" : { "type" : "text", "html" : "true", "displayName" : "Part of Speech"} |
| |
1.1 | 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}} |