librealire/squelettes/inclure/themes.html

24 lines
826 B
HTML

<div class="liste liste_mots">
[<h2>(#ENV{titre})</h2>]
<div class="listes">
#SET{popmot,#ARRAY}
<BOUCLE_popmots(MOTS){id_groupe=1}>
<BOUCLE_pop(ARTICLES){id_mot}>
</BOUCLE_pop>
#SET{popmot,#GET{popmot}|array_merge{#ARRAY{mot#ID_MOT,#TOTAL_BOUCLE}}}
</B_pop>
</BOUCLE_popmots>
<ul>
<BOUCLE_popop(DATA){source tableau, #GET{popmot}}{!par valeur}>
<li><a href="[(#INFO_URL{mot,[(#CLE|retiremot)]})]">
[(#VALEUR|>={100}|oui)<strong>][(#INFO_TITRE{mot,[(#CLE|retiremot)]})] <small>(#VALEUR)</small>[(#VALEUR|>={100}|oui)</strong>]
</a></li>
[(#COMPTEUR_BOUCLE|=={#TOTAL_BOUCLE|div{4}|round}|oui)</ul><ul>]
[(#COMPTEUR_BOUCLE|=={#TOTAL_BOUCLE|div{4}|round|mult{2}}|oui)</ul><ul>]
[(#COMPTEUR_BOUCLE|=={#TOTAL_BOUCLE|div{4}|round|mult{3}}|oui)</ul><ul>]
</BOUCLE_popop>
</ul>
</div>
</div>