[PLUGINS]~spip_carte_de_sites: boulette
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 12 May 2015 07:52:27 +0000 (09:52 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Tue, 12 May 2015 07:52:27 +0000 (09:52 +0200)
www/plugins/spip_carte_de_sites/export_sites.html

index e43c95a..7b247f4 100644 (file)
@@ -1,6 +1,6 @@
 #CACHE{0}
 #HTTP_HEADER{Content-Type: text/csv; charset=UTF-8}
 #HTTP_HEADER{Content-Disposition: attachment; filename=liste.csv}
-"Latitude";"Longitude";"Statut";"Structure";"Atelier";"Adresse";"Code postal";"Ville";"Region";"Pays"
-<BOUCLE_mots(MOTS){type=#ENV{groupe}}><BOUCLE_sites(SITES){id_mot}{gis}>"#LAT";"#LON";"#_mots:TITRE";"#NOM_SITE";"#TITRE_GIS";"#ADRESSE";"#CODE_POSTAL";"#VILLE";"#REGION";"#PAYS"
+"Statut";"Structure";"Atelier";"Adresse";"Code postal";"Ville";"Region";"Pays";"Latitude";"Longitude"
+<BOUCLE_mots(MOTS){type=#ENV{groupe}}><BOUCLE_sites(SITES){id_mot}{gis}>"#_mots:TITRE";"#NOM_SITE";"#TITRE_GIS";"#ADRESSE";"#CODE_POSTAL";"#VILLE";"#REGION";"#PAYS";"#LAT";"#LON"
 </BOUCLE_sites></BOUCLE_mots>