2021-10-20 10:45:27 +02:00
|
|
|
#CACHE{0}
|
|
|
|
<BOUCLE_emissions(RUBRIQUES){composition=emissions}>
|
|
|
|
<BOUCLE_proc(ARTICLES){id_rubrique}{!par date}{statut=publie}{0,1}>
|
|
|
|
[(#SET{debut_emission,[(#DATE|annee)-][(#DATE|mois)-][(#DATE|jour|libreavous_aveczerod) ]15:15:00})]
|
|
|
|
[(#SET{fin_emission,[(#DATE|annee)-][(#DATE|mois)-][(#DATE|jour|libreavous_aveczerod) ]17:00:00})]
|
|
|
|
<BOUCLE_cond(ARTICLES){id_article}{statut=publie}{si #ENV{date}|<={#GET{fin_emission}}|oui}>#SET{prochaine,#ID_ARTICLE}
|
|
|
|
<article class="prochaine_emission emission_heroine">
|
|
|
|
<header class="cartouche">
|
|
|
|
|
|
|
|
<p class="article__infos">
|
|
|
|
<span class="num_emission #EDIT{surtitre}">#[(#SURTITRE)]</span>
|
|
|
|
[<span class="article__date"><:libreavous:diffusee_en_direct_le:> [(#DATE|nom_jour) ][(#DATE|jour) ][(#DATE|nom_mois) ](#DATE|annee)</span>]
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<p class="encart">[(#ENV{date}|>={#DATE}|oui)
|
2021-10-21 10:21:05 +02:00
|
|
|
<span class="bientot btn"><:libreavous:c_est_maintenant:></span><br />][(#ENV{date}|<={#DATE}|oui)
|
|
|
|
<span class="bientot"><:libreavous:c_est_bientot:></span><br />
|
|
|
|
[<span class="btn">[(#DATE|nom_jour) ][(#DATE|jour) ](#DATE|nom_mois)</span><br />]][(#ENV{date}|<={#DATE}|oui)
|
2021-10-20 10:45:27 +02:00
|
|
|
<:libreavous:de_15h30_a_17h:>][(#ENV{date}|>={#GET{debut_emission}}|oui)<br />
|
|
|
|
<a href="#URL_ARTICLE" class="btn taille80 blanc[ (#ENV{date}|<={#GET{fin_emission}}|oui)spip_out]"><:libreavous:page_de_l_emission:></a>]
|
|
|
|
</p>
|
|
|
|
|
|
|
|
<h1><span class="#EDIT{titre} article__titre">[(#TITRE|libreavous_supp_numero)]</span>[
|
|
|
|
<small class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</small>
|
|
|
|
]</h1>
|
|
|
|
|
|
|
|
<INCLURE{fond=inclure/radiolive, debut_emission=#GET{debut_emission}, fin_emission=#GET{fin_emission}} />
|
|
|
|
|
|
|
|
</header>
|
|
|
|
[(#REM) on ne met que le podcast_sommaire, les chapitres ne seront jamais présent lorsque l'émission est en cours... ]
|
|
|
|
[<div class="chapo #EDIT{podcast_sommaire}">(#PODCAST_SOMMAIRE|propre)</div>]
|
|
|
|
|
|
|
|
</article>
|
|
|
|
</BOUCLE_cond>
|
|
|
|
|
|
|
|
<INCLURE{fond=inclure/derniere_emission,emission_heroine=oui} />
|
|
|
|
|
|
|
|
<//B_cond>
|
|
|
|
</BOUCLE_proc>
|
|
|
|
</BOUCLE_emissions>
|