Last change
on this file since 48142 was
48142,
checked in by toutati@…, 10 years ago
|
On profite de l'ajax facile pour afficher l'état du panier dans la colonne droite des pages.
|
-
Property svn:executable set to
*
|
File size:
503 bytes
|
Line | |
---|
1 | <B_produits> |
---|
2 | <div class="liste_produits"> |
---|
3 | <table> |
---|
4 | <BOUCLE_produits(PRODUITS){id_rubrique?}> |
---|
5 | <tr> |
---|
6 | <BOUCLE_documents(DOCUMENTS){id_produit}{0,1}> |
---|
7 | <td>[(#URL_DOCUMENT|image_reduire{100})]</td> |
---|
8 | </BOUCLE_documents> |
---|
9 | <td>#TITRE</td> |
---|
10 | <td>#DESCRIPTIF</td> |
---|
11 | <td>#PRIX</td> |
---|
12 | <td> |
---|
13 | [(#BOUTON_ACTION{<:ajouter_au_panier:>,#URL_ACTION_AUTEUR{remplir_panier,produit-#ID_PRODUIT-1,#SELF},ajax})] |
---|
14 | </td> |
---|
15 | </tr> |
---|
16 | </BOUCLE_produits> |
---|
17 | </table> |
---|
18 | </div> |
---|
19 | </B_produits><:aucun_produit:><//B_produits> |
---|
Note: See
TracBrowser
for help on using the repository browser.