Wiki source code of Books
Version 2.2 by Jip-jan Alunkel on March 24, 17:35
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | All about books | ||
2 | |||
3 | |||
4 | {{velocity}} | ||
5 | #* Your velocity code here *# | ||
6 | #include("/assets/macros/form-elements") | ||
7 | |||
8 | #set($localitySelectElement = { | ||
9 | "id" : "locality", | ||
10 | "type" : "select", | ||
11 | "required" : true, | ||
12 | "label" : "Locality of the main complaint", | ||
13 | "aria-label" : "Select the locality", | ||
14 | "data-error-response-type" : "use_label_defined_1", | ||
15 | "data-set-space" : "true", | ||
16 | "placeholder" : "cases.word.locality_select.placeholder", | ||
17 | "space-reference" : "cases", | ||
18 | "help-block" : "In which physiological or psychological epicenter can the main complaint be placed? Select the best fitting option from this list." | ||
19 | }) | ||
20 | |||
21 | #createFormElement($localitySelectElement) | ||
22 | |||
23 | {{/velocity}} |