From version 1.1 >
edited by Alex Moruz
on 2022/12/02 13:43
To version < 2.1 >
edited by Alex Moruz
on 2022/12/05 22:25
>
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,14 +1,14 @@
1 1  {{velocity}}
2 2  ##context.put("StringUtils", StringUtils.class);
3 3  
4 -#set($columns = ["headBer", "columnBer", "numberBer", "posBer", "glossBer", "obsBer"])
4 +#set($columns = ["headBer", "columnBer", "numberBer", "posBer"])
5 5  #set($columnsProperties = {
6 6   "headBer" : { "type" : "text", "html" : "true", "displayName" : "Lex.Ber", "link" : "auto", "match" : "partial"},
7 7   "columnBer" : { "type" : "text", "html" : "true", "displayName" : "Column"},
8 8   "numberBer" : { "type" : "text", "html" : "true", "displayName" : "Position"},
9 - "posBer" : { "type" : "text", "html" : "true", "displayName" : "Part of Speech"},
10 - "glossBer" : { "type" : "text", "html" : "true", "displayName" : "Gloss"},
11 - "obsBer" : { "type" : "text", "html" : "true", "displayName" : "Obs"}
9 + "posBer" : { "type" : "text", "html" : "true", "displayName" : "Part of Speech"}
10 + ##"glossBer" : { "type" : "text", "html" : "true", "displayName" : "Gloss"},
11 + ##"obsBer" : { "type" : "text", "html" : "true", "displayName" : "Obs"}
12 12  })
13 13  #set($options = {
14 14   "className":"Lexicon.LexiconEntryClass",