Changeset 93546 in spip-zone
- Timestamp:
- Dec 11, 2015, 4:06:14 PM (5 years ago)
- Location:
- _plugins_/contacts_et_organisations/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/contacts_et_organisations/trunk/paquet.xml
r93537 r93546 6 6 compatibilite="[3.0.0;3.1.*]" 7 7 logo="images/contacts-128.png" 8 schema="1.11. 0"8 schema="1.11.1" 9 9 documentation="http://contrib.spip.net/Plugin-Contacts-Organisations" 10 10 > -
_plugins_/contacts_et_organisations/trunk/saisies/contacts.html
r47786 r93546 25 25 <BOUCLE_contacts(CONTACTS){par num nom, nom}{tout}> 26 26 [(#ENV{multiple}|oui) 27 <option value="#ID_ "[(#ID_CONTACT|in_array{#ENV{valeur,#ENV{defaut,#ARRAY}}}|oui) selected="selected"]>#NOM #PRENOM</option>]27 <option value="#ID_CONTACT"[(#ID_CONTACT|in_array{#ENV{valeur,#ENV{defaut,#ARRAY}}}|oui) selected="selected"]>#NOM #PRENOM</option>] 28 28 [(#ENV{multiple}|non) 29 29 <option value="#ID_CONTACT"[(#ID_CONTACT|=={#ENV{valeur,#ENV{defaut}}}|oui) selected="selected"]>#NOM #PRENOM</option>]
Note: See TracChangeset
for help on using the changeset viewer.