Changes for page Books

Last modified by Jip-jan Alunkel on November 23, 10:59

From version 3.1
edited by Jip-jan Alunkel
on March 24, 17:36
Change comment: There is no comment for this version
To version 3.4
edited by Jip-jan Alunkel
on March 24, 18:01
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,10 +1,8 @@
1 1  All about books
2 2  
3 +{{include reference="assets/macros/form-elements" /}}
3 3  
4 4  {{velocity}}
5 -#* Your velocity code here *#
6 -#include("/assets/macros/form-elements")
7 -
8 8  #set($localitySelectElement = {
9 9   "id" : "locality",
10 10   "type" : "select",
... ... @@ -17,8 +17,7 @@
17 17   "space-reference" : "cases",
18 18   "help-block" : "In which physiological or psychological epicenter can the main complaint be placed? Select the best fitting option from this list."
19 19  })
20 -
21 21  #createFormElement($localitySelectElement)
22 -
19 +$localitySelectElement
23 23  {{/velocity}}
24 24