fix autre_sujet
This commit is contained in:
parent
f47b299dfe
commit
b1fd6c89f5
@ -54,29 +54,24 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<B_chapitres>
|
<BOUCLE_sl(CHAPITRES){id_article}{type_sujet=SL}>#SET{chapitres,oui}
|
||||||
<BOUCLE_chapitres(CHAPITRES){id_article}{0,1}>
|
|
||||||
</BOUCLE_chapitres>
|
|
||||||
<BOUCLE_sl(CHAPITRES){id_article}{type_sujet=SL}>
|
|
||||||
<div class="sujet_principal">
|
<div class="sujet_principal">
|
||||||
<h2><:libreavous:sujet_principal:></h2>
|
<h2><:libreavous:sujet_principal:></h2>
|
||||||
<INCLURE{fond=inclure/chapitre,env,id_chapitre,h=3} />
|
<INCLURE{fond=inclure/chapitre,env,id_chapitre,h=3} />
|
||||||
</div>
|
</div>
|
||||||
</BOUCLE_sl><B_autres>
|
</BOUCLE_sl><B_autres>#SET{chapitres,oui}
|
||||||
<div class="sujet_autre">
|
<div class="sujet_autre">
|
||||||
<h2><:libreavous:et_aussi:></h2>
|
<h2><:libreavous:et_aussi:></h2>
|
||||||
<div class="flex flex2">
|
<div>
|
||||||
<BOUCLE_autres(CHAPITRES){id_article}{type_sujet!=SL}>
|
<BOUCLE_autres(CHAPITRES){id_article}{type_sujet!=SL}>
|
||||||
<INCLURE{fond=inclure/chapitre,env,id_chapitre,h=3} />
|
<INCLURE{fond=inclure/chapitre,env,id_chapitre,h=3} />
|
||||||
</BOUCLE_autres>
|
</BOUCLE_autres>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
</div>
|
||||||
</B_autres>
|
</B_autres>
|
||||||
</B_chapitres>
|
[(#GET{chapitres}|!={oui}|oui)
|
||||||
|
[<div class="emission-Programme #EDIT{chapo}">(#CHAPO)</div>]
|
||||||
[<div class="emission-Programme #EDIT{chapo}">(#CHAPO)</div>]
|
]
|
||||||
|
|
||||||
<//B_chapitres>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -300,6 +300,21 @@ h2 {
|
|||||||
|
|
||||||
.sujet_autre {
|
.sujet_autre {
|
||||||
background:$couleurBackgroundTexte;
|
background:$couleurBackgroundTexte;
|
||||||
|
padding:$spacer ($spacer*4);
|
||||||
|
margin:0 -($spacer*4);
|
||||||
|
> div {
|
||||||
|
@include flex;
|
||||||
|
@include vendor-prefix(flex-wrap, wrap);
|
||||||
|
> * {
|
||||||
|
width:50%;
|
||||||
|
&:nth-child(odd) {
|
||||||
|
padding-right:$spacer*2;
|
||||||
|
}
|
||||||
|
&:nth-child(even) {
|
||||||
|
padding-left:$spacer*2;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
div.star-rating, div.star-rating a {
|
div.star-rating, div.star-rating a {
|
||||||
|
Loading…
Reference in New Issue
Block a user