Separation en plusieurs modeles - Premier jet
[lhc/web/spip_carte_de_sites.git] / contenu / page-liste_de_sites.html
diff --git a/contenu/page-liste_de_sites.html b/contenu/page-liste_de_sites.html
new file mode 100644 (file)
index 0000000..f5450f6
--- /dev/null
@@ -0,0 +1,11 @@
+<!-- Liste des sites -->
+<h2 class='h2 spip'>Ateliers</h2>
+<BOUCLE_liste_pays(GIS){par pays}{fusion pays}>
+       <h3 class='h3 spip'>#PAYS</h3>
+               <BOUCLE_liste_region(GIS){par region}{pays}{fusion region}>
+                       <h4 class='h4 spip'>#REGION</h4>
+                               <BOUCLE_liste_ateliers(GIS spip_gis_liens){par ville}{region}>
+                                       <li>#VILLE (#CODE_POSTAL) <a href="#URL_SITE_SPIP/[(#ID_OBJET|generer_url_entite{#OBJET})]">#TITRE</a> - #ADRESSE</li>
+                               </BOUCLE_liste_ateliers>
+               </BOUCLE_liste_region>
+</BOUCLE_liste_pays>