32 lines
1.1 KiB
HTML
32 lines
1.1 KiB
HTML
<!-- connex -->[(#REM) charger un fichier different pour chaque page ]
|
|
#CACHE{0}
|
|
<BOUCLE_article(ARTICLES){id_article}>
|
|
|
|
#SET{at,#ARRAY}
|
|
<BOUCLE_at(MOTS){type=Thèmes}{id_article}{par hasard}{0,3}><BOUCLE_att(ARTICLES){id_mot}{!id_article}{doublons}{par hasard}{0,1}>#SET{at,#GET{at}|push{#ID_ARTICLE}}</BOUCLE_att></BOUCLE_at>
|
|
<B_theme>
|
|
<div class="liste_articles">
|
|
<h2 class="h2"><:baz_april:memes_themes:></h2>
|
|
<ul class="liste-items">
|
|
<BOUCLE_theme(ARTICLES){id_article IN #GET{at}}>
|
|
<li class="item"><INCLURE{fond=inclure/resume/article,id_article,env,h=h3} /></li>
|
|
</BOUCLE_theme>
|
|
</ul>
|
|
</div>
|
|
</B_theme>
|
|
|
|
#SET{ap,#ARRAY}
|
|
<BOUCLE_pt(MOTS){type=personne·s}{id_article}{par hasard}{0,3}><BOUCLE_apt(ARTICLES){id_mot}{!id_article}{doublons}{par hasard}{0,1}>#SET{ap,#GET{ap}|push{#ID_ARTICLE}}</BOUCLE_apt></BOUCLE_pt>
|
|
<B_autrespersonnes>
|
|
<div class="liste_articles">
|
|
<h2 class="h2"><:baz_april:memes_personnes:></h2>
|
|
<ul class="liste-items">
|
|
<BOUCLE_autrespersonnes(ARTICLES){id_article IN #GET{ap}}>
|
|
<li><INCLURE{fond=inclure/resume/article,id_article,env,h=h3} /></li>
|
|
</BOUCLE_autrespersonnes>
|
|
</ul>
|
|
</div>
|
|
</B_autrespersonnes>
|
|
|
|
</BOUCLE_article>
|