Changeset 94543 in spip-zone
- Timestamp:
- Jan 11, 2016, 5:23:47 PM (5 years ago)
- Location:
- _plugins_/reservation_evenement
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/reservation_evenement/branches/v1/paquet.xml
r94540 r94543 2 2 prefix="reservation_evenement" 3 3 categorie="date" 4 version="1.21. 7"4 version="1.21.8" 5 5 etat="test" 6 6 compatibilite="[3.0.16;3.1.*]" -
_plugins_/reservation_evenement/branches/v1/saisies/prix_objets.html
r94541 r94543 1 1 [(#ENV{multiple}|oui) 2 2 [(#SET{valeur,[(#ENV*{valeur}|is_array|?{[(#ENV*{valeur})],[(#ENV*{valeur}|explode{','})]})]})] 3 3 ] 4 4 <select name="#ENV{nom}[(#ENV{multiple}|?{\[\]})]" id="champ_[(#ENV{nom}|saisie_nom2classe)]"[ class="(#ENV{class})"][(#ENV{multiple}|oui) multiple="multiple" size="#ENV{size,10}"][ disabled="(#ENV{disable})"]> 5 6 7 8 9 10 11 12 5 [(#ENV{cacher_option_intro}|ou{#ENV{multiple}}|non) 6 <option value="">[(#ENV{option_intro})]</option>] 7 <BOUCLE_articles(PRIX_OBJETS){par num titre, titre}{id_objet?}{objet?}{tout}> 8 [(#ENV{multiple}|oui) 9 <option data-prix_ht="#PRIX_HT**" data-prix_ht="#PRIX_HT**" value="#ID_PRIX_OBJET"[(#ID_PRIX_OBJET|in_array{#ENV{valeur_forcee,#GET{valeur,#ENV{defaut,#ARRAY}}}}|oui) selected="selected"]>#TITRE[ - (#PRIX**|>{0}|?{#PRIX,#PRIX_HT})]</option>] 10 [(#ENV{multiple}|non) 11 <option data-prix_ht="#PRIX_HT**" value="#ID_PRIX_OBJET"[(#ID_PRIX_OBJET|=={#ENV{valeur_forcee,#ENV{valeur,#ENV{defaut}}}}|oui) selected="selected"]>#TITRE [ - (#PRIX**|>{0}|?{#PRIX,#PRIX_HT})]</option>] 12 </BOUCLE_articles> 13 13 </select> -
_plugins_/reservation_evenement/trunk/paquet.xml
r94540 r94543 2 2 prefix="reservation_evenement" 3 3 categorie="date" 4 version="1.21. 7"4 version="1.21.8" 5 5 etat="test" 6 6 compatibilite="[3.0.16;3.1.*]"
Note: See TracChangeset
for help on using the changeset viewer.