Changeset 84282 in spip-zone
- Timestamp:
- Aug 20, 2014, 8:53:46 AM (6 years ago)
- Location:
- _plugins_/nuage/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/nuage/trunk/modeles/nuage_popularite.html
r82906 r84282 11 11 <B_tags> 12 12 <ul class="nuage"> 13 <BOUCLE_tags(MOTS){id_groupe==^((#ENV{id_groupe,.*}))$} {id_groupe!==^((#ENV{notid,-1}))$} {par num titre,titre}> <B_expose>14 [(#REM) définir les mot exposés]15 #SET{expose,''}13 <BOUCLE_tags(MOTS){id_groupe==^((#ENV{id_groupe,.*}))$} {id_groupe!==^((#ENV{notid,-1}))$} {par num titre,titre}>[ 14 (#REM) définir les mot exposés 15 ]#SET{expose,''} 16 16 <BOUCLE_expose(ARTICLES){id_article}{id_mot}{0,1}>[ 17 17 (#SET{expose,' '}) … … 19 19 (#ENV{id_mot}|=={#ID_MOT}|oui) 20 20 #SET{expose,' '} 21 ]<B_popularite> 22 23 #SET{pop,0} 21 ]#SET{pop,0} 24 22 <BOUCLE_popularite(ARTICLES) {id_mot}>[ 25 23 (#SET{pop,[(#POPULARITE|plus{#GET{pop}})]}) -
_plugins_/nuage/trunk/paquet.xml
r82906 r84282 2 2 prefix="nuage" 3 3 categorie="navigation" 4 version="4.0. 3"4 version="4.0.4" 5 5 etat="stable" 6 6 compatibilite="[2.0.0;3.0.*]"
Note: See TracChangeset
for help on using the changeset viewer.