Subversion Repositories wimsdev

Rev

Rev 9045 | Rev 9156 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 9045 Rev 9068
Line 32... Line 32...
32
 
32
 
33
<input type="radio" name="titi" id="titi1" value="1"/><label for="titi1">1</label>,
33
<input type="radio" name="titi" id="titi1" value="1"/><label for="titi1">1</label>,
34
<input type="radio" name="titi" id="titi2" value="2"/><label for="titi2">2</label>,
34
<input type="radio" name="titi" id="titi2" value="2"/><label for="titi2">2</label>,
35
<input type="radio" name="titi" id="titi3" value="3"/><label for="titi3">3</label>
35
<input type="radio" name="titi" id="titi3" value="3"/><label for="titi3">3</label>
36
 
36
 
37
wims_html_mode=li pas de wims_ref_class
-
 
38
<ul>
37
<ul>
39
<li><input type="checkbox" name="tata" id="titi1" value="1"/><label for="titi1">1</label></li>
38
<li><input type="checkbox" name="tata" id="titi1" value="1"/><label for="titi1">1</label></li>
40
<li><input type="checkbox" name="tata" id="titi2" value="2"/><label for="titi2">2</label></li>
39
<li><input type="checkbox" name="tata" id="titi2" value="2"/><label for="titi2">2</label></li>
41
<li><input type="checkbox" name="tata" id="titi3" value="3"/><label for="titi3">3</label></li>
40
<li><input type="checkbox" name="tata" id="titi3" value="3"/><label for="titi3">3</label></li>
42
</ul>
41
</ul>