1 | [(#SET{defaut_tri,#ARRAY{ |
---|
2 | multi titre,1, |
---|
3 | id_groupe,1 |
---|
4 | }}) |
---|
5 | ] |
---|
6 | <B_liste_mot> |
---|
7 | #ANCRE_PAGINATION |
---|
8 | <div class="liste-objets groupes_mots"> |
---|
9 | <span class='image_loading'> </span> |
---|
10 | <table class='spip liste'> |
---|
11 | [<caption><strong class="caption">(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{mots:info_1_groupe_mots,mots:info_nb_groupe_mots}})</strong></caption>] |
---|
12 | <thead> |
---|
13 | <tr class='first_row'> |
---|
14 | <th class='picto' scope='col'></th> |
---|
15 | <th class='titre' scope='col'>[(#TRI{multi titre,<:info_titre:>,ajax})]</th> |
---|
16 | <th class='utilisations' scope='col'></th> |
---|
17 | <th class='id' scope='col'>[(#TRI{id_groupe,<:info_numero_abbreviation:>,ajax})]</th> |
---|
18 | </tr> |
---|
19 | </thead> |
---|
20 | <tbody> |
---|
21 | <BOUCLE_liste_mot(GROUPES_MOTS){id_parent ?}{id_mot?}{id_groupe_racine ?}{where?}{tri #ENV{par,num titre},#GET{defaut_tri}}{par titre}{pagination #ENV{nb,10}}> |
---|
22 | #SET{url_edit,#AUTORISER{modifier,groupe_mots,#ID_GROUPE}|?{#ID_GROUPE|generer_url_entite{groupe_mots}|parametre_url{redirect,#ENV{retour}},''}} |
---|
23 | <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]"> |
---|
24 | <td class='picto'>[(#VAL|puce_statut{groupe_mots,#ID_GROUPE,#ID_PARENT})]</td> |
---|
25 | <td class='titre principale'>[(#LOGO_GROUPE_MOTS|image_reduire{20,26})][<a href="(#GET{url_edit})">][(#RANG). ]#TITRE[</a>(#GET{url_edit}|oui)]</td> |
---|
26 | <td class='utilisations secondaire'> |
---|
27 | #SET{g,''}#SET{m,''} |
---|
28 | <BOUCLE_g(GROUPES_MOTS){id_parent}> </BOUCLE_g> |
---|
29 | [(#SET{g,[(#GRAND_TOTAL|singulier_ou_pluriel{mots:info_1_groupe_mots,mots:info_nb_groupe_mots})]})] |
---|
30 | </B_g> |
---|
31 | <BOUCLE_m(MOTS){id_groupe}> </BOUCLE_m> |
---|
32 | [(#SET{m,[(#GRAND_TOTAL|singulier_ou_pluriel{info_1_mot_cle,info_nb_mots_cles})]})] |
---|
33 | </B_m> |
---|
34 | [(#LISTE{#GET{g},#GET{m}}|array_filter|implode{', '})] |
---|
35 | </td> |
---|
36 | <td class='id'>[<a href="(#GET{url_edit})">]#ID_GROUPE[</a>(#GET{url_edit}|oui)]</td> |
---|
37 | </tr> |
---|
38 | </BOUCLE_liste_mot> |
---|
39 | </tbody> |
---|
40 | </table> |
---|
41 | [<p class='pagination'>(#PAGINATION{prive})</p>] |
---|
42 | </div> |
---|
43 | </B_liste_mot>[ |
---|
44 | <div class="liste-objets groupes_mots caption-wrap"><strong class="caption">(#ENV*{sinon,''})</strong></div> |
---|
45 | ]<//B_liste_mot> |
---|