1 | [(#SET{defaut_tri,#ARRAY{ |
---|
2 | nom,1, |
---|
3 | type_liaison,1 |
---|
4 | }}) |
---|
5 | ]<B_organisations> |
---|
6 | #ANCRE_PAGINATION |
---|
7 | <div class="liste-elements organisations"> |
---|
8 | <table class='spip liste'> |
---|
9 | [<caption><strong class="caption">(#ENV*{titre,<:contacts:info_toutes_organisations:>})</strong></caption>] |
---|
10 | <thead> |
---|
11 | <tr class='first_row'> |
---|
12 | <th class="logo"></th> |
---|
13 | <th class='nom'>[(#TRI{nom,<:info_nom:>,ajax})]</th> |
---|
14 | [(#ENV{court}|non) |
---|
15 | <th class="type">[(#TRI{type_liaison,<:contacts:label_type_liaison:>,ajax})]</th> |
---|
16 | ] |
---|
17 | <th class='action'></th> |
---|
18 | </tr> |
---|
19 | </thead> |
---|
20 | <tbody> |
---|
21 | <BOUCLE_organisations(ORGANISATIONS organisations_liens rubriques){id_rubrique=#ENV{id_rubrique}}{pagination, 10}{tri nom}> |
---|
22 | [(#REM) sur boucle pour le crayon ] |
---|
23 | <tr class="[(#_organisations:COMPTEUR_BOUCLE|alterner{row_odd,row_even})]"> |
---|
24 | <td class="logo"><a href="[(#ID_ORGANISATION|generer_url_entite{organisation})]">[(#LOGO_RUBRIQUE|sinon{[<img src="(#CHEMIN{images/organisation-24.png})" alt="Picto organisation" class="spip_logos" />]}|image_reduire{20,26})]</a> |
---|
25 | <td class='nom'><a href="[(#ID_ORGANISATION|generer_url_entite{organisation})]">#_organisations:NOM</a></td> |
---|
26 | [(#ENV{court}|non) |
---|
27 | <td class='type #EDIT{type_liaison}'>[(#TYPE_LIAISON|sinon{-})]</td> |
---|
28 | ] |
---|
29 | <td class='action'>[(#AUTORISER{modifier, rubrique, #ENV{id_rubrique}}|oui) |
---|
30 | [(#BOUTON_ACTION{ |
---|
31 | [(#CHEMIN{images/delier-16.png}|balise_img{<:contacts:delier_organisation:>})], |
---|
32 | [(#URL_ACTION_AUTEUR{delier_rubrique,[(#ENV{id_rubrique})/#ID_ORGANISATION],[(#ENV{redirect,#SELF})]})], |
---|
33 | ajax,<:contacts:confirmer_delier_organisation_rubrique:>})] |
---|
34 | ]</td> |
---|
35 | </tr> |
---|
36 | </BOUCLE_organisations> |
---|
37 | </tbody> |
---|
38 | </table> |
---|
39 | [<p class='pagination'>(#PAGINATION{prive})</p>] |
---|
40 | </div> |
---|
41 | </B_organisations>[ |
---|
42 | <div class="liste-elements organisations"><strong class="caption">(#ENV*{sinon,''})</strong></div> |
---|
43 | ]<//B_organisations> |
---|