projects
/
spip_souscriptions.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge remote-tracking branch 'cedric/refactor/nommage_inclure'
[spip_souscriptions.git]
/
formulaires
/
inc-souscription-radio.html
1
#CACHE{0}
2
<BOUCLE_p(POUR){tableau #ENV{montants}}>
3
#SET{val,#CLE}
4
<div class="choix">
5
<input type="radio" name="#ENV{name}" class="radio" id="#ENV{name}_#GET{val}" value="#GET{val}"[(#ENV{valeur}|=={#GET{val}}|oui)checked="checked"] />
6
<label for="#ENV{name}_#GET{val}">#VALEUR</label>
7
</div>
8
</BOUCLE_p>