librealire/squelettes/connex/article-transcriptions.html

32 lines
1.1 KiB
HTML
Raw Permalink Normal View History

2020-12-03 10:18:50 +01:00
<!-- 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>
2023-04-03 09:28:03 +02:00
<div class="liste articles">
2020-12-03 10:18:50 +01:00
<h2 class="h2"><:baz_april:memes_themes:></h2>
2021-09-07 10:05:20 +02:00
<ul class="liste-items">
2020-12-03 10:18:50 +01:00
<BOUCLE_theme(ARTICLES){id_article IN #GET{at}}>
2021-09-07 10:05:20 +02:00
<li class="item"><INCLURE{fond=inclure/resume/article,id_article,env,h=h3} /></li>
2020-12-03 10:18:50 +01:00
</BOUCLE_theme>
2021-09-07 10:05:20 +02:00
</ul>
2020-12-03 10:18:50 +01:00
</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>
2023-04-03 09:28:03 +02:00
<div class="liste articles">
2020-12-03 10:18:50 +01:00
<h2 class="h2"><:baz_april:memes_personnes:></h2>
2021-09-07 10:05:20 +02:00
<ul class="liste-items">
2020-12-03 10:18:50 +01:00
<BOUCLE_autrespersonnes(ARTICLES){id_article IN #GET{ap}}>
2021-09-07 10:05:20 +02:00
<li><INCLURE{fond=inclure/resume/article,id_article,env,h=h3} /></li>
2020-12-03 10:18:50 +01:00
</BOUCLE_autrespersonnes>
2021-09-07 10:05:20 +02:00
</ul>
2020-12-03 10:18:50 +01:00
</div>
</B_autrespersonnes>
</BOUCLE_article>