[SPIP] +2.1.12
[velocampus/web/www.git] / www / plugins / auto / aveline / noisettes / groupe_mots-autres_groupes.html
1 [(#SET{afficher_titre_liste, #ENV{afficher_titre_liste}|is_null|non|?{#ENV{afficher_titre_liste},'on'}})]
2 [(#SET{titre_liste, #ENV{titre_liste}|sinon{public:autres_groupes_mots_clefs}})]
3 [(#SET{titre,[(#GET{titre_liste}|=={titre_perso}|?{[(#ENV**{titre_liste_perso}|typo)],[(#GET{titre_liste}|_T)]})]})]
4 <BOUCLE_groupe(GROUPES_MOTS){id_groupe}>
5 <B_groupes_freres>
6 <div class="liste groupes_mots">
7 [(#GET{afficher_titre_liste}|oui)[<h2 class="h2">(#GET{titre})</h2>]]
8 <ul class="liste-items">
9 <BOUCLE_groupes_freres(GROUPES_MOTS) {!id_groupe} {par titre} {doublons}>
10 <BOUCLE_mot_cousin(MOTS) {id_groupe} {par titre} {0,1}>
11 <li class="item"><a href="[(#ENV{lien_groupe}|=={lien_groupe}|?{#URL_PAGE{groupe_mots,id_groupe=#ID_GROUPE},#URL_MOT})]">#TYPE</a></li>
12 </BOUCLE_mot_cousin>
13 </BOUCLE_groupes_freres>
14 </ul>
15 </div>
16 </B_groupes_freres>
17 </BOUCLE_groupe>