Modifications pour le document Homeopaths

Modifié par Jip-jan Alunkel le mars 14, 20:13

Depuis la version 8.17
modifié par Jip-jan Alunkel
sur décembre 08, 00:30
Commentaire de modification : Renamed from xwiki:practices.WebHome
À la version 8.13
modifié par Jip-jan Alunkel
sur décembre 08, 00:10
Commentaire de modification : Renamed from xwiki:practices.WebHome

Résumé

Détails

Propriétés de la Page
Contenu
... ... @@ -6,16 +6,15 @@
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="false" clean="false"}}
9 +{{html wiki="true" clean="false"}}
10 10  <div id="homeopaths_map"></div>
11 11  
12 12  <script>
13 -var map = L.map('homeopaths_map').setView([0, 0], 1);
13 +var map = L.map('homeopaths_map').setView([51.505, -0.09], 13);
14 14  L.tileLayer('https://tile.openstreetmap.org/{z}/{x}/{y}.png', {
15 15   maxZoom: 19,
16 - attribution: ''
16 + attribution: '&copy; <a href="http://www.openstreetmap.org/copyright">OpenStreetMap</a>'
17 17  }).addTo(map);
18 -map.attributionControl.setPrefix('');
19 19  </script>
20 20  
21 21  #set($form_start = {