2018-03-18 18:15:39 +01:00
|
|
|
#SET{repartition, #MES_REPARTITION2{#ENV{tag}}}
|
|
|
|
<BOUCLE_repartition(DATA){source tableau, #GET{repartition/pays}}>
|
|
|
|
<h3 class="spip">#VALEUR{name}</h3>
|
|
|
|
<BOUCLE_sousregions(DATA){source tableau, #VALEUR{sousregions}}>
|
|
|
|
<h4 class="spip">#VALEUR{name}</h4>
|
2018-02-01 22:47:46 +01:00
|
|
|
<ul>
|
2019-03-06 01:26:18 +01:00
|
|
|
<BOUCLE_evenements(DATA) {source tableau, #VALEUR{evenements}}{par start_time}>
|
|
|
|
[(#SET{evt,#VALEUR})]
|
2018-02-01 22:47:46 +01:00
|
|
|
<li>[[(#GET{evt/start_time}|nom_jour)] (#GET{evt/start_time}|affdate_jourcourt)[ à (#GET{evt/start_time}|heures)][:(#GET{evt/start_time}|minutes)]]
|
2019-03-06 01:26:18 +01:00
|
|
|
<a href="http://www.agendadulibre.org/events/[(#GET{evt/id})]">[(#GET{evt/title})]</a>
|
2018-02-01 22:47:46 +01:00
|
|
|
à [(#GET{evt/city})]
|
|
|
|
</li>
|
|
|
|
</BOUCLE_evenements>
|
|
|
|
</ul>
|
2018-03-18 18:15:39 +01:00
|
|
|
</BOUCLE_sousregions>
|
2018-02-01 22:47:46 +01:00
|
|
|
</BOUCLE_repartition>
|