Last change
on this file since 49037 was
49037,
checked in by toutati@…, 10 years ago
|
on poursuit la demo basic du squelette de zcommerce, manque le plugin abonnement (en cours de rénovation) puis les notifications. bref, dev de dev
|
-
Property svn:executable set to
*
|
File size:
788 bytes
|
Line | |
---|
1 | <B_articles> |
---|
2 | <div class="liste_articles"> |
---|
3 | #ANCRE_PAGINATION |
---|
4 | <h2><:les_articles_en_acces_payant:></h2> |
---|
5 | <table class="spip"> |
---|
6 | <BOUCLE_articles(ARTICLES){pagination}> |
---|
7 | [(#ID_ARTICLE|AccesRestreint_article_restreint|oui) |
---|
8 | <tr class="row_[(#COMPTEUR_BOUCLE|alterner{odd, even})]"> |
---|
9 | <td>[(#LOGO_ARTICLE|image_reduire{100}|sinon{#ID_ARTICLE})]</td> |
---|
10 | |
---|
11 | <td><a href="#URL_ARTICLE">#TITRE</a></td> |
---|
12 | <td style="display:none">#DESCRIPTIF</td> |
---|
13 | <td style="white-space:nowrap;">#PRIX</td> |
---|
14 | <td style='height:50px; width:100px'> |
---|
15 | [(#BOUTON_ACTION{<:ajouter_au_panier:>,#URL_ACTION_AUTEUR{remplir_panier,article-#ID_ARTICLE,#SELF},ajax})] |
---|
16 | </td> |
---|
17 | </tr> |
---|
18 | ] |
---|
19 | </BOUCLE_articles> |
---|
20 | </table> |
---|
21 | [<p class="pagination">(#PAGINATION)</p>] |
---|
22 | </div> |
---|
23 | </B_articles><:aucun_article:><//B_articles> |
---|
Note: See
TracBrowser
for help on using the repository browser.