Merge branch 'master' of https://forge.april.org/siteweb/libreavous
This commit is contained in:
commit
e36c152956
@ -1,4 +1,26 @@
|
||||
#CACHE{0}
|
||||
|
||||
<BOUCLE_annonce(ARTICLES){page=annonce}>
|
||||
<article class="annonce texte_accueil">
|
||||
<header class="cartouche">
|
||||
|
||||
<h1><span class="#EDIT{titre} article__titre">[(#TITRE)]</span>[
|
||||
<small class="#EDIT{soustitre} soustitre">(#SOUSTITRE)</small>
|
||||
]</h1>
|
||||
|
||||
</header>
|
||||
<div class="flex flex2">
|
||||
<div class="main">
|
||||
[<div class="chapo #EDIT{chapo}">(#CHAPO|image_reduire{800,*})</div>]
|
||||
[<div class="texte #EDIT{texte}">(#TEXTE|image_reduire{800,*})</div>]
|
||||
[</div><div class="aside">
|
||||
<div class="ps #EDIT{ps}">(#PS|image_reduire{400,*})</div>]
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</article>
|
||||
</BOUCLE_annonce>
|
||||
|
||||
<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})]
|
||||
@ -39,6 +61,8 @@
|
||||
</BOUCLE_proc>
|
||||
</BOUCLE_emissions>
|
||||
|
||||
<//B_annonce>
|
||||
|
||||
|
||||
<B_accueil>
|
||||
<article class="texte_accueil">
|
||||
|
@ -189,7 +189,7 @@ html .formulaire_spip input[type="text"] {
|
||||
|
||||
|
||||
.texte_accueil {
|
||||
.page_content > article& {
|
||||
.page_content > article&:not(.annonce) {
|
||||
margin-bottom:0;
|
||||
}
|
||||
background-color:white;
|
||||
@ -208,7 +208,13 @@ html .formulaire_spip input[type="text"] {
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
.body__sommaire .page_main .annonce {
|
||||
h1 {
|
||||
margin-top:0;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
.article-resume {
|
||||
|
Loading…
Reference in New Issue
Block a user