Nouvelle version v0.5.2
authorLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Sat, 31 Mar 2012 17:06:51 +0000 (19:06 +0200)
committerLudovic CHEVALIER <ludovic.chevalier@heureux-cyclage.org>
Sat, 31 Mar 2012 17:06:51 +0000 (19:06 +0200)
1  2 
contenu/page-liste_de_sites.html

@@@ -1,12 -1,16 +1,16 @@@
+ [(#REM)
+     Modele liste_de_site
+     Parametres :
+     - pays = : n'afficher qu'un pays
+ ]
  <!-- Liste des sites -->
  
- <h2 class='h2 spip'>Ateliers</h2>
- <BOUCLE_liste_pays(GIS){par pays}{fusion pays}{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>  
+ [(#ENV{pays}|oui)
+     <INCLURE{fond=inclure/liste_pays}{ajax}{env}{mon_pays=#ENV{pays}}{afficher_regions=oui}>
+ ]
+ [(#ENV{pays}|non)
+     <INCLURE{fond=inclure/requete_pays}{ajax}{env}>
 -]
++]