Changeset 120853 in spip-zone
- Timestamp:
- Jan 27, 2020, 8:25:18 PM (13 months ago)
- Location:
- _plugins_/grappes/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/grappes/trunk/paquet.xml
r120852 r120853 2 2 prefix="grappes" 3 3 categorie="divers" 4 version="1.2. 2"4 version="1.2.3" 5 5 etat="test" 6 6 compatibilite="[3.0.0;3.2.*]" -
_plugins_/grappes/trunk/selecteurs/grappes_articles.html
r120852 r120853 3 3 #SET{resultats, #LISTE} 4 4 <BOUCLE_s(ARTICLES){tout}{statut==.}{titre LIKE %(#ENV{q})%}{0,20}{par multi titre}> 5 <BOUCLE_h(HIERARCHIE){statut==.}{n-2,2}>[(#SET{rub,[(#TITRE|couper{12,''}) > ]})]</BOUCLE_h>[(#SET{rub, Page unique> })]<//B_h>5 <BOUCLE_h(HIERARCHIE){statut==.}{n-2,2}>[(#SET{rub,[(#TITRE|couper{12,''}) > ]})]</BOUCLE_h>[(#SET{rub,\[<:pages:pages_uniques:>\] > })]<//B_h> 6 6 [(#SET{resultats, [(#GET{resultats}|push{[(#ARRAY{label,[(#GET{rub}|textebrut)][(#TITRE|textebrut)],value,[(#TITRE|textebrut)],id,#ID_ARTICLE})]})]})] 7 7 </BOUCLE_s>
Note: See TracChangeset
for help on using the changeset viewer.