2021-07-30 00:11:35 +02:00
|
|
|
<BOUCLE_principale(RUBRIQUES){id_rubrique}>
|
2021-09-28 23:13:59 +02:00
|
|
|
<article>
|
2021-07-30 00:11:35 +02:00
|
|
|
|
2021-09-28 23:13:59 +02:00
|
|
|
<header class="cartouche">
|
|
|
|
<h1 class="#EDIT{titre} page_titre">#TITRE</h1>
|
|
|
|
</header>
|
2021-07-30 00:11:35 +02:00
|
|
|
|
2021-09-28 23:13:59 +02:00
|
|
|
[<div class="#EDIT{texte} texte surlignable">(#TEXTE|adaptive_images{#CONST{_CONTENT_WIDTH}})</div>]
|
2021-07-30 00:11:35 +02:00
|
|
|
|
2021-09-28 23:13:59 +02:00
|
|
|
</article>
|
2021-07-30 00:11:35 +02:00
|
|
|
|
|
|
|
<B_articles>
|
2023-04-03 10:03:32 +02:00
|
|
|
<section class="liste articles">
|
2021-07-30 00:11:35 +02:00
|
|
|
#ANCRE_PAGINATION
|
|
|
|
<BOUCLE_articles(ARTICLES){id_rubrique} {tri_rubrique} {pagination 10}>
|
|
|
|
#INCLURE{fond=inclure/resume/article, id_article}
|
|
|
|
</BOUCLE_articles>
|
|
|
|
[<p class="pagination">(#PAGINATION{page_precedent_suivant})</p>]
|
2021-09-28 23:13:59 +02:00
|
|
|
</section>
|
2021-07-30 00:11:35 +02:00
|
|
|
</B_articles>
|
|
|
|
|
|
|
|
<BOUCLE_rubriques(RUBRIQUES) {id_parent} {par num titre, titre}>
|
|
|
|
<h2><a href="#URL_RUBRIQUE">#TITRE</a></h2>
|
2023-04-03 10:03:32 +02:00
|
|
|
<section class="liste articles">
|
2021-07-30 00:11:35 +02:00
|
|
|
<BOUCLE_articles_rub(ARTICLES){id_rubrique} {tri_rubrique} {0,3}>
|
|
|
|
#INCLURE{fond=inclure/resume/article, id_article}
|
|
|
|
</BOUCLE_articles_rub>
|
2021-09-28 23:13:59 +02:00
|
|
|
</section>
|
2023-04-03 10:03:32 +02:00
|
|
|
<p class="liste articles__suite"><a href="#URL_RUBRIQUE">Tous les articles « #TITRE »</a></p>
|
2021-07-30 00:11:35 +02:00
|
|
|
</BOUCLE_rubriques>
|
|
|
|
|
|
|
|
</BOUCLE_principale>
|