Changeset 59718 in spip-zone
- Timestamp:
- Mar 25, 2012, 6:44:21 PM (9 years ago)
- Location:
- _galaxie_/programmer.spip.org/plugin_documentation
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
_galaxie_/programmer.spip.org/plugin_documentation/branches/v1/contenu/page-recherche.html
r50645 r59718 7 7 </div>] 8 8 9 10 9 [(#REM) Articles trouves ] 11 10 <B_articles> … … 14 13 <h2><:articles:> (#GRAND_TOTAL)</h2> 15 14 <ul class="articles"> 16 <BOUCLE_articles(ARTICLES) { lang ?} {recherche} {!par points} {pagination 5}>15 <BOUCLE_articles(ARTICLES) {recherche} {!par points} {pagination 5}> 17 16 <li><h3><a href="#URL_ARTICLE"[ hreflang="(#LANG)"]>#TITRE</a> (#POINTS%)</h3> 18 17 [<p class="introduction">(#INTRODUCTION{150}|ptobr)</p>] … … 30 29 <h2><:rubriques:> (#GRAND_TOTAL)</h2> 31 30 <ul class="rubriques"> 32 <BOUCLE_rubriques(RUBRIQUES) { lang ?} {recherche} {!par points} {pagination 5}>31 <BOUCLE_rubriques(RUBRIQUES) {recherche} {!par points} {pagination 5}> 33 32 <li><h3><a href="#URL_RUBRIQUE"[ hreflang="(#LANG)"]>#TITRE</a> (#POINTS%)</h3> 34 33 [<p class="introduction">(#INTRODUCTION{150}|ptobr)</p>] -
_galaxie_/programmer.spip.org/plugin_documentation/branches/v1/plugin.xml
r56751 r59718 12 12 <!-- Logo de http://www.iconfinder.net/icondetails/37405/128/ --> 13 13 14 <version>1.10. 0</version>14 <version>1.10.1</version> 15 15 <version_base>1.1.0</version_base> 16 16 -
_galaxie_/programmer.spip.org/plugin_documentation/trunk/content/recherche.html
r58452 r59718 14 14 <h2><:articles:> (#GRAND_TOTAL)</h2> 15 15 <ul class="articles"> 16 <BOUCLE_articles(ARTICLES) { lang ?} {recherche} {!par points} {pagination 5}>16 <BOUCLE_articles(ARTICLES) {recherche} {!par points} {pagination 5}> 17 17 <li><h3><a href="#URL_ARTICLE"[ hreflang="(#LANG)"]>#TITRE</a> (#POINTS%)</h3> 18 18 [<p class="introduction">(#INTRODUCTION{150}|ptobr)</p>] … … 30 30 <h2><:rubriques:> (#GRAND_TOTAL)</h2> 31 31 <ul class="rubriques"> 32 <BOUCLE_rubriques(RUBRIQUES) { lang ?} {recherche} {!par points} {pagination 5}>32 <BOUCLE_rubriques(RUBRIQUES) {recherche} {!par points} {pagination 5}> 33 33 <li><h3><a href="#URL_RUBRIQUE"[ hreflang="(#LANG)"]>#TITRE</a> (#POINTS%)</h3> 34 34 [<p class="introduction">(#INTRODUCTION{150}|ptobr)</p>] -
_galaxie_/programmer.spip.org/plugin_documentation/trunk/paquet.xml
r58448 r59718 2 2 prefix="documentation" 3 3 categorie="squelette" 4 version="3.0. 0"4 version="3.0.1" 5 5 etat="dev" 6 6 compatibilite="[3.0.0-beta;3.0.*]"
Note: See TracChangeset
for help on using the changeset viewer.