Wiki source code of InterrogateMosc2
Last modified by Alex Moruz on 2022/12/02 00:59
Hide last authors
author | version | line-number | content |
---|---|---|---|
![]() |
1.1 | 1 | {{velocity}} |
2 | |||
3 | #set($columns = ["headBer", "headMosc", "pageMosc", "columnMosc", "numberMosc", "glossMosc", "obsMosc"]) | ||
4 | #set($columnsProperties = { | ||
5 | "headBer" : { "type" : "text", "html" : "true", "displayName" : "Lex.Ber", "link" : "auto"}, | ||
6 | "headMosc" : { "type" : "text", "html" : "true", "displayName" : "Lex.Mosc", "link" : "auto"}, | ||
7 | "pageMosc" : { "type" : "text", "html" : "true", "displayName" : "Page"}, | ||
8 | "columnMosc" : { "type" : "text", "html" : "true", "displayName" : "Column"}, | ||
9 | "numberMosc" : { "type" : "text", "html" : "true", "displayName" : "Position"}, | ||
10 | "glossMosc" : { "type" : "text", "html" : "true", "displayName" : "Gloss"}, | ||
11 | "obsMosc" : { "type" : "text", "html" : "true", "displayName" : "Obs"} | ||
12 | }) | ||
13 | #set($tmp = "") | ||
14 | #set($options = { | ||
15 | 'resultPage':'Lexicon.InterrogateMoscSpecial', | ||
16 | 'translationPrefix' : 'lexicon.translations.', | ||
17 | 'rowCount' : 15 | ||
18 | }) | ||
19 | #livetable("Lex.Mosc" $columns $columnsProperties $options) | ||
20 | |||
21 | {{/velocity}} |