libreenfete-squelettes/modeles/agenda.html

16 lines
724 B
HTML
Raw Normal View History

2017-01-09 10:47:45 +01:00
<BOUCLE_region(DATA){source tableau,#LISTE_REGIONS}>
[(#SET{url,#VAL{'http://www.agendadulibre.org/maps.json?tag='}|concat{#ENV{tag}}|concat{'&future=false&region='}|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>