libreenfete-squelettes/modeles/agenda.html

41 lines
1.7 KiB
HTML
Raw Normal View History

#SET{repartition, #MES_REPARTITION2{#ENV{tag}}}
<BOUCLE_repartition(DATA){source tableau, #GET{repartition/pays}}>
<h3 class="spip">#VALEUR{name}</h3>
2019-03-08 17:19:26 +01:00
<BOUCLE_sousregions(DATA){source tableau, #VALEUR{sousregions}}>
<h4 class="spip">#VALEUR{name}</h4>
<ul>
2019-03-08 17:19:26 +01:00
<BOUCLE_evenements(DATA) {source tableau, #VALEUR{evenements}}{par start_time}>
[(#SET{evt,#VALEUR})]
<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/title})]</a>
à [(#GET{evt/city})]
</li>
2019-03-08 17:19:26 +01:00
</BOUCLE_evenements>
</ul>
2019-03-08 17:19:26 +01:00
</BOUCLE_sousregions>
<B_evenementsnationaux>
<h4 class="spip"><em>À l'échelle nationale</em></h4>
<ul>
<BOUCLE_evenementsnationaux(DATA) {source tableau, #VALEUR{evenementsnationaux}}{par start_time}>
[(#SET{evt,#VALEUR})]
<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/title})]</a>
[((#GET{evt/city}))]
</li>
</BOUCLE_evenementsnationaux>
</ul>
</B_evenementsnationaux>
</BOUCLE_repartition>
2019-03-08 17:19:26 +01:00
<B_ailleurs>
<h3 class="spip">Ailleurs</h3>
<ul>
<BOUCLE_ailleurs(DATA){source tableau, #GET{repartition/ailleurs}}{par start_time}>
[(#SET{evt,#VALEUR})]
<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/title})]</a>
[((#GET{evt/city}))]
</li>
</BOUCLE_ailleurs>
</ul>
</B_ailleurs>