Last change
on this file since 69894 was
69894,
checked in by pierrekuhn82@…, 7 years ago
|
Divers amélioration des tableaux en repartant de la page auteurs.
|
File size:
925 bytes
|
Line | |
---|
1 | [(#REM) |
---|
2 | |
---|
3 | Squelette |
---|
4 | (c) 2011 - 2013 Amap |
---|
5 | Distribue sous licence GPL |
---|
6 | |
---|
7 | ] |
---|
8 | #CACHE{0} |
---|
9 | <p style="text-align: justify;"> |
---|
10 | <BOUCLE_responsables1(AMAP_RESPONSABLES) {id_auteur} /> |
---|
11 | [(#TOTAL_BOUCLE|singulier_ou_pluriel{amap:vous_etes_responsable_distribution, amap:vous_etes_responsable_distributions, nb})] |
---|
12 | <//B_responsables1> |
---|
13 | </p> |
---|
14 | |
---|
15 | <B_responsables> |
---|
16 | [<p class="pagination">(#PAGINATION)</p>] |
---|
17 | <table class="amap spip"> |
---|
18 | <thead> |
---|
19 | <tr> |
---|
20 | <th class='date_distribution' scope='col'><:amap:date_distribution:></th> |
---|
21 | </tr> |
---|
22 | </thead> |
---|
23 | <tbody> |
---|
24 | <BOUCLE_responsables(AMAP_RESPONSABLES auteurs) {par date_distribution}{pagination 20}{id_auteur}> |
---|
25 | <tr> |
---|
26 | <td class='date_distribution'>[(#DATE_DISTRIBUTION|affdate{'d/m/Y'})]</td> |
---|
27 | </tr> |
---|
28 | </BOUCLE_responsables> |
---|
29 | </tbody> |
---|
30 | </table> |
---|
31 | [<p class="pagination">(#PAGINATION)</p>] |
---|
32 | </B_responsables> |
---|
33 | <p style="text-align: justify;"> |
---|
34 | <:amap:pas_responsable_distribution:> |
---|
35 | </p> |
---|
36 | <//B_responsables> |
---|
Note: See
TracBrowser
for help on using the repository browser.