Modifiche per il documento Homeopaths

Ultima modifica di Jip-jan Alunkel il marzo 14, 20:13

Dalla versione 8.8
modificato da Jip-jan Alunkel
il dicembre 06, 02:41
Cambia il commento: Renamed from xwiki:practices.WebHome
Alla versione 8.19
modificato da Jip-jan Alunkel
il dicembre 08, 00:31
Cambia il commento: Renamed from xwiki:practices.WebHome

Summary

Details

Page properties
Content
... ... @@ -6,7 +6,18 @@
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([0, 0], 2);
14 +L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
15 + maxZoom: 19,
16 + attribution: ''
17 +}).addTo(map);
18 +map.attributionControl.setPrefix('');
19 +</script>
20 +
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",
58 + "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",