Changeset 94757 in spip-zone
- Timestamp:
- Jan 26, 2016, 6:24:01 PM (5 years ago)
- Location:
- _plugins_/pays/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/pays/trunk/paquet.xml
r94756 r94757 2 2 prefix="pays" 3 3 categorie="divers" 4 version="3.1. 2"4 version="3.1.3" 5 5 etat="stable" 6 6 compatibilite="[3.0.0;3.1.*]" -
_plugins_/pays/trunk/saisies/pays.html
r94756 r94757 29 29 (#SET{mapping_champs,#ARRAY{ 30 30 id_pays, #ARRAY{valeur,#ID_PAYS, label,#NOM}, 31 code, #ARRAY{valeur,#CODE, label,# CODE|concat{'. ',#NOM}},31 code, #ARRAY{valeur,#CODE, label,#NOM}, 32 32 code_alpha3, #ARRAY{valeur,#CODE_ALPHA3, label,#CODE_ALPHA3|concat{'. ',#NOM}}, 33 33 code_num, #ARRAY{valeur,#CODE_NUM, label,#CODE_NUM|concat{'. ',#NOM}},
Note: See TracChangeset
for help on using the changeset viewer.