Last change
on this file since 52016 was
49815,
checked in by toutati@…, 10 years ago
|
les articles en boutique, on aurait pu aussi proposer les rubriques, le principe est là en tout cas. Manque les notifications à envoyer...
|
-
Property svn:executable set to
*
|
File size:
999 bytes
|
Line | |
---|
1 | #SET{articles_restreints,#ARRAY} |
---|
2 | <BOUCLE_restreints(ARTICLES){tout_voir}> |
---|
3 | [(#ID_ARTICLE|AccesRestreint_article_restreint|oui) |
---|
4 | #SET{articles_restreints, #GET{articles_restreints}|push{#ID_ARTICLE}} |
---|
5 | ] |
---|
6 | </BOUCLE_restreints> |
---|
7 | <B_articles> |
---|
8 | <div class="liste_articles"> |
---|
9 | #ANCRE_PAGINATION |
---|
10 | <h2><:les_articles_en_acces_restreint:></h2> |
---|
11 | <table class="spip"> |
---|
12 | <BOUCLE_articles(ARTICLES){tout_voir}{id_article IN #GET{articles_restreints}}{pagination}> |
---|
13 | <tr class="row_[(#COMPTEUR_BOUCLE|alterner{odd, even})]"> |
---|
14 | <td>[(#LOGO_ARTICLE|image_reduire{100}|sinon{#ID_ARTICLE})]</td> |
---|
15 | |
---|
16 | <td><a href="#URL_ARTICLE">#TITRE</a></td> |
---|
17 | <td style="display:none">#DESCRIPTIF</td> |
---|
18 | <td style="white-space:nowrap;">#PRIX</td> |
---|
19 | <td style='height:50px; width:100px'> |
---|
20 | [(#BOUTON_ACTION{<:ajouter_au_panier:>,#URL_ACTION_AUTEUR{remplir_panier,article-#ID_ARTICLE,#SELF},ajax})] |
---|
21 | </td> |
---|
22 | </tr> |
---|
23 | |
---|
24 | </BOUCLE_articles> |
---|
25 | </table> |
---|
26 | [<p class="pagination">(#PAGINATION)</p>] |
---|
27 | </div> |
---|
28 | </B_articles><//B_articles> |
---|
Note: See
TracBrowser
for help on using the repository browser.