Изменения документа Homeopaths

Редактировал(а) Jip-jan Alunkel марта 14, 20:13

От версии 8.3
отредактировано Jip-jan Alunkel
на декабря 06, 00:29
Изменить комментарий: Renamed from xwiki:practices.WebHome
К версии 8.15
отредактировано Jip-jan Alunkel
на декабря 08, 00:12
Изменить комментарий: Renamed from xwiki:practices.WebHome

Сводка

Подробности

Свойства страницы
Содержимое
... ... @@ -6,7 +6,17 @@
6 6  #set($discard = $xwiki.ssx.use('assets.pagemaker.WebHome', {'minify': false}))
7 7  #set($discard = $xwiki.jsx.use('assets.pagemaker.WebHome', {'minify': false}))
8 8  
9 -{{html wiki="true" clean="false"}}
9 +{{html wiki="false" clean="false"}}
10 +<div id="homeopaths_map"></div>
11 +
12 +<script>
13 +var map = L.map('homeopaths_map').setView([51.505, -0.09], 13);
14 +L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
15 + maxZoom: 19,
16 + attribution: ''
17 +}).addTo(map);
18 +</script>
19 +
10 10  #set($form_start = {
11 11   "id": "homeoworld_form",
12 12   "product": "practice",
... ... @@ -15,6 +15,27 @@
15 15   "use_captcha": "false"
16 16  })
17 17  #createFormStart($form_start)
28 +#set($practice_name = {
29 + "id" : "practice_name",
30 + "type" : "text",
31 + "required" : "true",
32 + "label" : "Name of your practice",
33 + "aria-label" : "Enter the name of your practice",
34 + "placeholder" : "$services.localization.render('homeopaths.wordgroup.practice_name.placeholder')",
35 + "data-pattern" : "^[a-zA-ZÀ-ÖÙ-öù-ÿĀ-žḀ-ỿ]+[a-zA-ZÀ-ÖÙ-öù-ÿĀ-žḀ-ỿ0-9- ]*$",
36 + "data-error-response-type" : "use_label_definite_1",
37 + "data-auto-first-capital" : "true",
38 + "data-query-type" : "XWQL",
39 + "data-query-reference" : "assets.pagemaker.XWQL.matchTitle",
40 + "data-query-scope" : "homeopaths",
41 + "data-query-list-type" : "suggest-negate",
42 + "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_negate_list')",
43 + "data-query-list-contents" : "value",
44 + "data-create-page" : "true",
45 + "help-block" : 'This will be used as the title of your practice page. The first character must be a letter.'
46 +})
47 +#createFormElement($practice_name)
48 +
18 18  #set($country = {
19 19   "id" : "country",
20 20   "type" : "text",
... ... @@ -23,6 +23,7 @@
23 23   "aria-label" : "Choose the country",
24 24   "placeholder" : "$services.localization.render('homeopaths.word.country.placeholder')",
25 25   "data-set-space": "true",
57 + "data-parent-space": "homeopaths",
26 26   "data-error-response-type" : "use_label_definite_1",
27 27   "data-auto-first-capital" : "true",
28 28   "data-query-type" : "JSON",
... ... @@ -29,15 +29,18 @@
29 29   "data-query-reference" : "assets.pagemaker.JSON.countries",
30 30   "data-query-list-type" : "suggest-select",
31 31   "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_select_list')",
32 - "data-query-list-contents" : "value",
64 + "data-query-list-contents" : "key",
33 33   "data-query-list-editable" : "false",
34 - "data-create-xobj" : "true",
35 - "data-xobj-classname" : "cases.Code.casesClass",
36 - "data-xobj-fieldname" : "country",
37 37   "help-block" : 'Type and select the country where your practice resides.'
38 38  })
39 39  #createFormElement($country)
40 40  
70 +#*
71 + "data-create-xobj" : "true",
72 + "data-xobj-classname" : "homeopaths.Code.homeopathsClass",
73 + "data-xobj-fieldname" : "country",
74 +*#
75 +
41 41  #set($address = {
42 42   "id" : "address",
43 43   "type" : "address",
... ... @@ -60,8 +60,8 @@
60 60  })
61 61  #createFormElement($address)
62 62  #set($submit = {
63 - "id" : "create_case",
64 - "button-text" : "Submit",
98 + "id" : "create_practice",
99 + "button-text" : "Add practice",
65 65   "help-block" : "Please remind yourself to always anonymize the case."
66 66  })
67 67  #createSubmit($submit)