Last change
on this file since 133 was
80,
checked in by guille, 16 years ago
|
el plugin completo
|
-
Property svn:executable set to
*
|
File size:
1.3 KB
|
Line | |
---|
1 | #CACHE{0} |
---|
2 | <B_listearticles> |
---|
3 | <BOUCLE_cachearts(ARTICLES){titre_mot=cacher}{doublons cacher}></BOUCLE_cachearts> |
---|
4 | <div id="recherche-articles" class="listagebloc"> |
---|
5 | <h2><:resultat_recherche_articles:></h2> |
---|
6 | <ul class="listageconteneur"> |
---|
7 | <BOUCLE_listearticles(ARTICLES){recherche}{par points}{inverse}{doublons cacher}> |
---|
8 | <li> |
---|
9 | [(#INCLURE{fond=formatage_logo_liste}{id_article}{conteneur=#ENV{conteneur}})] |
---|
10 | <h4 class="listagetitre"><a href="#URL_ARTICLE">[(#TITRE|supprimer_numero)]</a></h4> |
---|
11 | <BOUCLE_montrediv(SPIP_ARTY_PARAMETRES){parametre=date_auteur}><?php if("#VALEUR" or "#VALEUR2") { echo '<div class="listageinfo">'; } ?></BOUCLE_montrediv> |
---|
12 | <BOUCLE_date(SPIP_ARTY_PARAMETRES){parametre=date_auteur}{valeur=true}> |
---|
13 | <strong>[<:le_date:> (#DATE|affdate)]</strong> |
---|
14 | </BOUCLE_date> |
---|
15 | <BOUCLE_auteur(SPIP_ARTY_PARAMETRES){parametre=date_auteur}{valeur2=true}> |
---|
16 | <B_aut><:par:> <BOUCLE_aut(AUTEURS){id_article}{par nom}{", "}><a href="#URL_AUTEUR">#NOM</a></BOUCLE_aut> |
---|
17 | </BOUCLE_auteur> |
---|
18 | <BOUCLE_montrediv2(SPIP_ARTY_PARAMETRES){parametre=date_auteur}><?php if("#VALEUR" or "#VALEUR2") { echo '</div>'; } ?></BOUCLE_montrediv2> |
---|
19 | [<p class="listagetexte">(#DESCRIPTIF|sinon{[(#INTRODUCTION|couper{200})]}|supprimer_tags)</p>] |
---|
20 | <p class="listagesuite"><a href="#URL_ARTICLE"><:suite:></a></p> |
---|
21 | </li> |
---|
22 | </BOUCLE_listearticles> |
---|
23 | </ul> |
---|
24 | </div> |
---|
25 | </B_listearticles> |
---|
Note: See
TracBrowser
for help on using the repository browser.