Last change
on this file since 70022 was
70022,
checked in by pierrekuhn82@…, 8 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.5 KB
|
Line | |
---|
1 | [(#REM) |
---|
2 | |
---|
3 | Squelette |
---|
4 | (c) 2011 - 2013 Amap |
---|
5 | Distribue sous licence GPL |
---|
6 | |
---|
7 | ] |
---|
8 | <B_paniers> |
---|
9 | [<p class="pagination">(#PAGINATION)</p>] |
---|
10 | <table class="amap spip"> |
---|
11 | <thead> |
---|
12 | <tr> |
---|
13 | <th class='adhrent' scope='col'>[(#TRI{nom,<:amap:adherent:>,ajax})]</th> |
---|
14 | <th class='producteurs' scope='col'>[(#TRI{id_producteur,<:amap:producteurs:>,ajax})]</th> |
---|
15 | <th class='date_distribution' scope='col'>[(#TRI{date_distribution,<:amap:date_distribution:>,ajax})]</th> |
---|
16 | <th class='type_panier' scope='col'>[(#TRI{type_panier,<:amap:type_panier:>,ajax})]</th> |
---|
17 | <th class='action' scope='col'><:amap:action:></th> |
---|
18 | </tr> |
---|
19 | </thead> |
---|
20 | <tbody> |
---|
21 | <BOUCLE_paniers(AMAP_PANIERS auteurs) {tri date_distribution}{pagination 20}{age<0}> |
---|
22 | <tr> |
---|
23 | <td class='nom'>#NOM</td> |
---|
24 | <td class='producteur'><BOUCLE_prod(AUTEURS){tous}{id_auteur=#ID_PRODUCTEUR}>#NOM</BOUCLE_prod></td> |
---|
25 | <td class='date_distribution'>[(#DATE_DISTRIBUTION|affdate{'d/m/Y'})]</td> |
---|
26 | <td class='type_panier'>[(#TYPE_PANIER|=={petit}|oui)<:amap:petit:>] [(#TYPE_PANIER|=={grand}|oui)<:amap:grand:>]</td> |
---|
27 | <td class='action'><a href='[(#URL_PAGE{panier}|parametre_url{id_amap_panier,#ID_AMAP_PANIER})]'><:amap:action_modifier:></a> |
---|
28 | | <a href='[(#URL_ACTION_AUTEUR{supprimer_amap_panier,#ID_AMAP_PANIER,#SELF})]'><:amap:action_supprimer:></a> |
---|
29 | </td> |
---|
30 | </tr> |
---|
31 | </BOUCLE_paniers> |
---|
32 | </tbody> |
---|
33 | </table> |
---|
34 | [<p class="pagination">(#PAGINATION)</p>] |
---|
35 | </B_paniers> |
---|
36 | <p style="text-align: justify;"> |
---|
37 | <:amap:table_vide_aucun_enregistrement:> |
---|
38 | </p> |
---|
39 | <//B_paniers> |
---|
Note: See
TracBrowser
for help on using the repository browser.