libreenfete-squelettes/modeles/agenda.html

14 lines
611 B
HTML

#SET{repartition, #MES_REPARTITION{#ENV{tag}}}
<BOUCLE_repartition(DATA){source tableau, #GET{repartition/regions}}>
<h4 class="spip">#CLE</h4>
<ul>
<BOUCLE_evenements(DATA) {source tableau, #VALEUR}{par properties/start_time}>
[(#SET{evt,#VALEUR|table_valeur{properties}})]
<li>[[(#GET{evt/start_time}|nom_jour)] (#GET{evt/start_time}|affdate_jourcourt)[ à (#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_evenements>
</ul>
</BOUCLE_repartition>