Ajout de notes en bas de page
This commit is contained in:
parent
9723834532
commit
672148bb1e
@ -41,6 +41,7 @@
|
||||
<div class="main">
|
||||
<div class="content hentry pal pts" id="content" >
|
||||
[<div class="#EDIT{texte} texte surlignable clearfix">(#TEXTE|image_reduire{672,*})</div>]
|
||||
[<h3 class="spip">Notes</h3>(#NOTES)]
|
||||
</div><!--.content-->
|
||||
<INCLURE{fond=inclure/footer,self=#SELF} />
|
||||
|
||||
|
@ -1,18 +1,6 @@
|
||||
#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>
|
||||
<ul>
|
||||
<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>
|
||||
</BOUCLE_evenements>
|
||||
</ul>
|
||||
</BOUCLE_sousregions>
|
||||
<B_evenementsnationaux>
|
||||
<h4 class="spip"><em>À l'échelle nationale</em></h4>
|
||||
<ul>
|
||||
@ -25,6 +13,18 @@
|
||||
</BOUCLE_evenementsnationaux>
|
||||
</ul>
|
||||
</B_evenementsnationaux>
|
||||
<BOUCLE_sousregions(DATA){source tableau, #VALEUR{sousregions}}>
|
||||
<h4 class="spip">#VALEUR{name}</h4>
|
||||
<ul>
|
||||
<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>
|
||||
</BOUCLE_evenements>
|
||||
</ul>
|
||||
</BOUCLE_sousregions>
|
||||
</BOUCLE_repartition>
|
||||
<B_ailleurs>
|
||||
<h3 class="spip">Ailleurs</h3>
|
||||
|
Loading…
Reference in New Issue
Block a user