Changes for page Homeopaths

Last modified by Jip-jan Alunkel on March 14, 20:13

From version 2.1
edited by Jip-jan Alunkel
on August 19, 23:51
Change comment: There is no comment for this version
To version 7.1
edited by Jip-jan Alunkel
on November 28, 15:32
Change comment: Renamed from xwiki:practices.WebHome

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -Homeopathic practices
1 +Homeopaths
Content
... ... @@ -1,1 +1,53 @@
1 -This is some text.
1 +{{include reference="assets.pagemaker.macros"/}}
2 +
3 +{{velocity}}
4 +#set($discard = $services.localization.use('document', 'cases.Code.translations'))
5 +#set($discard = $services.localization.use('document', 'assets.pagemaker.translations'))
6 +#set($discard = $xwiki.ssx.use('assets.pagemaker.WebHome', {'minify': false}))
7 +#set($discard = $xwiki.jsx.use('assets.pagemaker.WebHome', {'minify': false}))
8 +
9 +{{html wiki="true" clean="false"}}
10 +#set($form_start = {
11 + "id": "homeoworld_form",
12 + "product": "case",
13 + "method": "post",
14 + "url": "",
15 + "use_captcha": "false"
16 +})
17 +#createFormStart($form_start)
18 +
19 +<div class="autocomplete-container" id="autocomplete-container"></div>
20 +
21 +
22 +#set($address = {
23 + "id" : "address",
24 + "type" : "text",
25 + "required" : "true",
26 + "label" : "Address of your practice",
27 + "aria-label" : "Input and select the address of your practice",
28 + "placeholder" : "$services.localization.render('homeopaths.multiword.address.placeholder')",
29 + "data-error-response-type" : "use_label_definite_1",
30 + "data-auto-first-capital" : "true",
31 + "data-query-type" : "address",
32 + "data-query-reference" : "",
33 + "data-query-list-type" : "suggest-select",
34 + "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_select_list')",
35 + "data-query-list-contents" : "value/key",
36 + "data-query-list-editable" : "false",
37 + "data-create-xobj" : "true",
38 + "data-xobj-classname" : "homeopaths.Code.homeopathsClass",
39 + "data-xobj-fieldname" : "address",
40 + "help-block" : 'Input and select the address of your practice.'
41 +})
42 +#createFormElement($address)
43 +#set($submit = {
44 + "id" : "create_case",
45 + "button-text" : "Submit",
46 + "help-block" : "Please remind yourself to always anonymize the case."
47 +})
48 +#createSubmit($submit)
49 +#set($form_end = {
50 + "use_captcha": "false"
51 +})
52 +#createFormEnd($form_end)
53 +