b2e9123d68
nettoyage et inclusion perso.css
33 lines
1.5 KiB
HTML
33 lines
1.5 KiB
HTML
|
|
<div class="liste liste_mots">
|
|
[<h2>(#ENV{titre})</h2>]
|
|
<p class="tri">Tri [<a href="(#SELF|parametre_url{tri,titre})" class="ajax">par titre</a>] ou [<a href="(#SELF|parametre_url{tri,''})" class="ajax">par utilisation</a>]</p>
|
|
<div class="listes">
|
|
#SET{popmot,#ARRAY}
|
|
<BOUCLE_popmots(MOTS){id_groupe=1}{par titre}>
|
|
<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){si #ENV{tri}|non}{source tableau, #GET{popmot}}{!par valeur}{par valeur, cle}>
|
|
<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>
|
|
<BOUCLE_popopt(DATA){si #ENV{tri}|=={titre}|oui}{source tableau, #GET{popmot}}>
|
|
<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_popopt>
|
|
</ul>
|
|
</div>
|
|
</div>
|