16 lines
724 B
HTML
16 lines
724 B
HTML
|
<BOUCLE_region(DATA){source tableau,#LISTE_REGIONS}>
|
||
|
|
||
|
[(#SET{url,#VAL{'http://www.agendadulibre.org/maps.json?tag='}|concat{#ENV{tag}}|concat{'&future=false®ion='}|concat{#CLE}})]
|
||
|
<B_agenda>
|
||
|
<h4 class="spip">#VALEUR </h4>
|
||
|
<ul>
|
||
|
<BOUCLE_agenda(DATA) {source json, #GET{url} }{par properties/start_time}>
|
||
|
[(#SET{evt,#VALEUR|table_valeur{properties}})]
|
||
|
<li>[[(#GET{evt/start_time}|nom_jour)] (#GET{evt/start_time}|affdate)[ à (#GET{evt/start_time}|heures)][:(#GET{evt/start_time}|minutes)]]
|
||
|
<a href="http://www.agendadulibre.org/events/[(#GET{evt/id})]">[(#GET{evt/name})]</a>
|
||
|
à [(#GET{evt/city})]
|
||
|
</li>
|
||
|
</BOUCLE_agenda>
|
||
|
</ul>
|
||
|
</B_agenda>
|
||
|
</BOUCLE_region>
|