Changeset 47856 in spip-zone
- Timestamp:
- May 16, 2011, 7:17:06 PM (10 years ago)
- Location:
- _plugins_/pays
- Files:
-
- 1 added
- 1 deleted
- 2 edited
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/pays/plugin.xml
r46356 r47856 10 10 <licence>GNU/GPL</licence> 11 11 12 <version>1.0. 5</version>12 <version>1.0.6</version> 13 13 14 14 <version_base>1.1</version_base> … … 39 39 </pipeline> 40 40 41 <necessite id="SPIP" version="[2.0.9; ]" />41 <necessite id="SPIP" version="[2.0.9;3.0.*]" /> 42 42 <utilise id="saisies" /> 43 43 -
_plugins_/pays/saisies-analyses/pays.html
r46356 r47856 2 2 <BOUCLE_reponses(POUR){tableau #ENV{valeurs}}> 3 3 <BOUCLE_choix(POUR){tableau #VALEUR}> 4 #SET _MERGE{stats, #ARRAY{choix-#VALEUR, #GET{stats}|table_valeur{choix-#VALEUR}|sinon{0}|plus{1}}}4 #SET{stats,#GET{stats}|array_merge{#ARRAY{choix-#VALEUR, #GET{stats}|table_valeur{choix-#VALEUR}|sinon{0}|plus{1}}}} 5 5 --#CLE=>#VALEUR-- 6 6 </BOUCLE_choix>
Note: See TracChangeset
for help on using the changeset viewer.