From: Ludovic CHEVALIER Date: Sat, 10 Dec 2011 19:08:02 +0000 (+0100) Subject: Mix des descriptifs dans le popup et renvoie vers la page d'info de chaque site syndique X-Git-Tag: v0.5~41 X-Git-Url: http://git.cyclocoop.org/?p=lhc%2Fweb%2Fspip_carte_de_sites.git;a=commitdiff_plain;h=b006151523706a82d0bb1ef7ed727b303100ef94 Mix des descriptifs dans le popup et renvoie vers la page d'info de chaque site syndique --- diff --git a/contenu/page-carte_de_sites.html b/contenu/page-carte_de_sites.html index 538a276..d362eff 100644 --- a/contenu/page-carte_de_sites.html +++ b/contenu/page-carte_de_sites.html @@ -16,7 +16,7 @@ }); siteIcon = new WorkshopIcon() var markerAtelier = new L.Marker(new L.LatLng(#LAT, #LON), {icon: siteIcon}); - markerAtelier.bindPopup(" #NOM_SITE
#_sites:DESCRIPTIF #ADRESSE
#CODE_POSTAL #VILLE

Statut: [(#_ateliers_types:TITRE|supprimer_numero)]"); + markerAtelier.bindPopup(" #NOM_SITE
#_sites:DESCRIPTIF
#DESCRIPTIF #ADRESSE
#CODE_POSTAL #VILLE

Statut: [(#_ateliers_types:TITRE|supprimer_numero)]"); group_#ID_MOT.addLayer(markerAtelier)