Changes for page Homeopaths
Modificado por Jip-jan Alunkel em março 14, 20:13
From version 8.6
edited by Jip-jan Alunkel
on dezembro 06, 02:10
on dezembro 06, 02:10
Change comment:
Renamed from xwiki:practices.WebHome
To version 8.12
edited by Jip-jan Alunkel
on dezembro 08, 00:08
on dezembro 08, 00:08
Change comment:
Renamed from xwiki:practices.WebHome
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -7,6 +7,12 @@ 7 7 #set($discard = $xwiki.jsx.use('assets.pagemaker.WebHome', {'minify': false})) 8 8 9 9 {{html wiki="true" 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 +</script> 15 + 10 10 #set($form_start = { 11 11 "id": "homeoworld_form", 12 12 "product": "practice", ... ... @@ -44,6 +44,7 @@ 44 44 "aria-label" : "Choose the country", 45 45 "placeholder" : "$services.localization.render('homeopaths.word.country.placeholder')", 46 46 "data-set-space": "true", 53 + "data-parent-space": "homeopaths", 47 47 "data-error-response-type" : "use_label_definite_1", 48 48 "data-auto-first-capital" : "true", 49 49 "data-query-type" : "JSON", ... ... @@ -52,13 +52,16 @@ 52 52 "data-query-list-header" : "$services.localization.render('pagemaker.line.suggest_select_list')", 53 53 "data-query-list-contents" : "key", 54 54 "data-query-list-editable" : "false", 55 - "data-create-xobj" : "true", 56 - "data-xobj-classname" : "cases.Code.casesClass", 57 - "data-xobj-fieldname" : "country", 58 58 "help-block" : 'Type and select the country where your practice resides.' 59 59 }) 60 60 #createFormElement($country) 61 61 66 +#* 67 + "data-create-xobj" : "true", 68 + "data-xobj-classname" : "homeopaths.Code.homeopathsClass", 69 + "data-xobj-fieldname" : "country", 70 +*# 71 + 62 62 #set($address = { 63 63 "id" : "address", 64 64 "type" : "address", ... ... @@ -81,8 +81,8 @@ 81 81 }) 82 82 #createFormElement($address) 83 83 #set($submit = { 84 - "id" : "create_ case",85 - "button-text" : " Submit",94 + "id" : "create_practice", 95 + "button-text" : "Add practice", 86 86 "help-block" : "Please remind yourself to always anonymize the case." 87 87 }) 88 88 #createSubmit($submit)