Last change
on this file since 70022 was
70022,
checked in by pierrekuhn82@…, 7 years ago
|
Amélioration des tableau avec de l'ajax sur tous les critères de tri.
Révision du fichier de langue.
Début d'amélioration de la page pour les impressions.
|
File size:
1.3 KB
|
Line | |
---|
1 | [(#REM) |
---|
2 | |
---|
3 | Squelette |
---|
4 | (c) 2011 - 2013 Amap |
---|
5 | Distribue sous licence GPL |
---|
6 | |
---|
7 | ] |
---|
8 | <B_auteurs> |
---|
9 | [<p class="pagination">(#PAGINATION)</p>] |
---|
10 | <table class="amap spip"> |
---|
11 | <thead> |
---|
12 | <tr> |
---|
13 | <th class='statut' scope='col'>[(#TRI{statut,#CHEMIN_IMAGE{auteur-16.png}|balise_img{<:lien_trier_statut|attribut_html:>},ajax})]</th> |
---|
14 | <th class='nom' scope='col'>[(#TRI{nom,<:info_nom:>,ajax})]</th> |
---|
15 | <th class='adhesion' scope='col'>[(#TRI{adhesion,<:amap:adhesion:>,ajax})]</th> |
---|
16 | <th class='type_panier' scope='col'>[(#TRI{type_panier,<:amap:type_panier:>,ajax})]</th> |
---|
17 | <th class='type_adherent' scope='col'>[(#TRI{type_adherent,<:amap:type_adherent:>,ajax})]</th> |
---|
18 | </tr> |
---|
19 | </thead> |
---|
20 | <tbody> |
---|
21 | <BOUCLE_auteurs(AUTEURS) {tri nom} {tous} {pagination 20}> |
---|
22 | <tr> |
---|
23 | <td class='statut'>[(#STATUT|puce_statut{auteur})]</td> |
---|
24 | <td class='nom[ (#NOM|non)vide]'><a href="[(#URL_ECRIRE{auteur}|parametre_url{id_auteur,#ID_AUTEUR})]">#NOM</a></td> |
---|
25 | <td class='adhesion'>#ADHESION</td> |
---|
26 | <td class='type_panier'> |
---|
27 | [(#TYPE_PANIER|=={'petit'}|oui)<:amap:petit:>] |
---|
28 | [(#TYPE_PANIER|=={'grand'}|oui)<:amap:grand:>] |
---|
29 | </td> |
---|
30 | <td class='type_adherent'> |
---|
31 | [(#TYPE_ADHERENT|=={'adherent'}|oui)<:amap:adherent:>] |
---|
32 | [(#TYPE_ADHERENT|=={'producteur'}|oui)<:amap:producteur:>] |
---|
33 | </td> |
---|
34 | </tr> |
---|
35 | </BOUCLE_auteurs> |
---|
36 | </tbody> |
---|
37 | </table> |
---|
38 | [<p class="pagination">(#PAGINATION)</p>] |
---|
39 | </B_auteurs> |
---|
Note: See
TracBrowser
for help on using the repository browser.