librealire/squelettes/connex/article-transcriptions.html

33 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>
<div>
<BOUCLE_theme(ARTICLES){id_article IN #GET{at}}>
<INCLURE{fond=inclure/resume/article,id_article,env,h=h3} />
</BOUCLE_theme>
</div>
</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>
<div>
<BOUCLE_autrespersonnes(ARTICLES){id_article IN #GET{ap}}>
<INCLURE{fond=inclure/resume/article,id_article,env,h=h3} />
</BOUCLE_autrespersonnes>
</div>
</div>
</B_autrespersonnes>
</BOUCLE_article>