[SPIP] +spip v3.0.17
[lhc/web/clavette_www.git] / www / plugins-dist / mots / prive / objets / liste / mots.html
1 [(#SET{defaut_tri,#ARRAY{
2 multi titre,1,
3 titre,1,
4 id_mot,1,
5 points,-1
6 }})
7 ]<B_liste_mot>
8 #ANCRE_PAGINATION
9 <div class="liste-objets mots">
10 <table class='spip liste'>
11 [<caption><strong class="caption">(#ENV*{titre,#GRAND_TOTAL|singulier_ou_pluriel{info_1_mot_cle,info_nb_mots_cles}})</strong></caption>]
12 <thead>
13 <tr class='first_row'>
14 <th class='picto' scope='col'></th>
15 <th class='titre' scope='col'>[(#TRI{titre,<:info_titre:>,ajax})]</th>
16 <th class='type' scope='col'>[(#TRI{type,<:mots:info_dans_groupe:>,ajax})]</th>
17 <th class='id' scope='col'>[(#TRI{id_mot,<:info_numero_abbreviation:>,ajax})]</th>
18 </tr>
19 </thead>
20 <tbody>
21 <BOUCLE_liste_mot(MOTS){id_mot?}{id_groupe?}{id_rubrique?}{id_article?}{where?}{recherche?}{tri #ENV{par,num titre},#GET{defaut_tri}}{par titre}{pagination #ENV{nb,10}}>
22 <tr class="[(#COMPTEUR_BOUCLE|alterner{row_odd,row_even})]">
23 <td class='picto'>[(#VAL|puce_statut{mot,#ID_MOT,#ID_GROUPE})]</td>
24 <td class='titre principale'>[(#LOGO_MOT|image_reduire{20,26})]<a href="[(#ID_MOT|generer_url_entite{mot})]"
25 title="<:info_numero_abbreviation|attribut_html:> #ID_MOT">[(#RANG). ]#TITRE</a></td>
26 <td class='type secondaire'>#TYPE</td>
27 <td class='id'>[(#AUTORISER{modifier,mot,#ID_MOT}|?{
28 <a href="[(#URL_ECRIRE{mot_edit,id_mot=#ID_MOT})]">#ID_MOT</a>,
29 #ID_MOT
30 })]</td>
31 </tr>
32 </BOUCLE_liste_mot>
33 </tbody>
34 </table>
35 [<p class='pagination'>(#PAGINATION{prive})</p>]
36 </div>
37 </B_liste_mot>[
38 <div class="liste-objets mots caption-wrap"><strong class="caption">(#ENV*{sinon,''})</strong></div>
39 ]<//B_liste_mot>