2021-01-28 17:57:36 +01:00
|
|
|
[(#REM) modele <listetranscriptions|>
|
|
|
|
* sans paramètre = le mois en cours
|
|
|
|
* periode = sous forme stricte Y-m
|
|
|
|
soit |periode=2020-02
|
|
|
|
]
|
2021-01-28 20:21:24 +01:00
|
|
|
#SET{'borne_debut_mois', (#ENV{date}|affdate{'Y-m'}|baz_moisdecal{0,'Y-m-d'})}
|
|
|
|
#SET{'borne_fin_mois', (#ENV{date}|affdate{'Y-m'}|baz_moisdecal{1,'Y-m-d'})}
|
2021-01-28 17:57:36 +01:00
|
|
|
[(#ENV{periode}|oui)
|
2021-01-28 20:21:24 +01:00
|
|
|
[(#SET{'borne_debut_mois', [(#ENV{periode}|baz_moisdecal{0,'Y-m-d'})]})]
|
|
|
|
[(#SET{'borne_fin_mois', [(#ENV{periode}|baz_moisdecal{1,'Y-m-d'})]})]
|
2021-01-28 17:57:36 +01:00
|
|
|
]
|
|
|
|
<BOUCLE_compo(RUBRIQUES){composition=transcriptions}>
|
|
|
|
<B_trans>
|
|
|
|
<ul class="spip">
|
|
|
|
<BOUCLE_trans(ARTICLES){id_rubrique}{par date}{date >= #GET{borne_debut_mois}}{date < #GET{borne_fin_mois}}>
|
2021-01-28 20:17:14 +01:00
|
|
|
<li><a href="#URL_ARTICLE">#TITRE</a>[ - (#DATE|affdate)][ - (#DUREE)]</li>
|
2021-01-28 17:57:36 +01:00
|
|
|
</BOUCLE_trans>
|
|
|
|
</ul>
|
|
|
|
</B_trans>
|
|
|
|
</BOUCLE_compo>
|