Rev 9157 | Blame | Compare with Previous | Last modification | View Log | RSS feed
<test>
<h1>FORMRADIO</h1>
<ul>
<li><input type="radio" name="radioA" id="radioA_1" value="1"/><label for="radioA_1">1</label></li>
<li><input type="radio" name="radioA" id="radioA_2" value="2"/><label for="radioA_2">2</label></li>
<li><input type="radio" name="radioA" id="radioA_3" value="3"/><label for="radioA_3">3</label></li>
</ul>
<div>
<input type="radio" name="radioB" id="radioB_1" value="1"/><label for="radioB_1">1</label>,
<input type="radio" name="radioB" id="radioB_2" value="2"/><label for="radioB_2">2</label>,
<input type="radio" name="radioB" id="radioB_3" value="3"/><label for="radioB_3">3</label>
</div>
<ul>
<li class="toto"><input type="radio" name="radioC" id="radioC_1" value="1"/><label for="radioC_1">1</label></li>
<li class="toto"><input type="radio" name="radioC" id="radioC_2" value="2"/><label for="radioC_2">2</label></li>
<li class="toto"><input type="radio" name="radioC" id="radioC_3" value="3"/><label for="radioC_3">3</label></li>
</ul>
<ul>
<li><input type="radio" name="radioD" id="radioD_1" value="1"/><label for="radioD_1">1</label></li>
<li><input type="radio" name="radioD" id="radioD_2" value="2"/><label for="radioD_2">2</label></li>
<li><input type="radio" name="radioD" id="radioD_3" value="3"/><label for="radioD_3">3</label></li>
</ul>
<input type="radio" name="radioE" id="radioE_1" value="1"/><label for="radioE_1">1</label>,
<input type="radio" name="radioE" id="radioE_2" value="2"/><label for="radioE_2">2</label>,
<input type="radio" name="radioE" id="radioE_3" value="3"/><label for="radioE_3">3</label>
<div>
<input type="radio" name="radioF" id="radio_IDA1" value="1"/><label for="radio_IDA1">1</label>
<input type="radio" name="radioF" id="radio_IDA2" value="2"/><label for="radio_IDA2">2</label>
<input type="radio" name="radioF" id="radio_IDA3" value="3"/><label for="radio_IDA3">3</label>
</div>
<div>
<input type="radio" name="radioG" id="radio_IDB_1" value="1"/><label for="radio_IDB_1">1</label>,
<input type="radio" name="radioG" id="radio_IDB_2" value="2"/><label for="radio_IDB_2">2</label>,
<input type="radio" name="radioG" id="radio_IDB_3" value="3"/><label for="radio_IDB_3">3</label>
</div>
<div>
<input type="radio" name="radioH" id="radioH_1" value="1"/><label for="radioH_1">1</label>
<input type="radio" name="radioH" id="radioH_2" value="2"/><label for="radioH_2">2</label>
</div>
<h1>FORMCHECKBOX</h1>
<ul>
<li><input type="checkbox" name="checkA" id="checkA_1" value="1"/><label for="checkA_1">1</label></li>
<li><input type="checkbox" name="checkA" id="checkA_2" value="2"/><label for="checkA_2">2</label></li>
<li><input type="checkbox" name="checkA" id="checkA_3" value="3"/><label for="checkA_3">3</label></li>
</ul>
<div>
<input type="checkbox" name="checkB" id="checkB_1" value="1"/><label for="checkB_1">1</label>,
<input type="checkbox" name="checkB" id="checkB_2" value="2"/><label for="checkB_2">2</label>,
<input type="checkbox" name="checkB" id="checkB_3" value="3"/><label for="checkB_3">3</label>
—
<input type="checkbox" name="checkC" id="checkC_1" value="1"/><label for="checkC_1">1</label>,
<input type="checkbox" name="checkC" id="checkC_2" value="2"/><label for="checkC_2">2</label>,
<input type="checkbox" name="checkC" id="checkC_3" value="3"/><label for="checkC_3">3</label>,
<input type="checkbox" name="checkC" id="checkC_4" value="4"/><label for="checkC_4">4</label>
</div>
<ul>
<li class="toto"><input type="checkbox" name="checkD" id="checkD_1" value="1"/><label for="checkD_1">1</label></li>
<li class="toto"><input type="checkbox" name="checkD" id="checkD_2" value="2"/><label for="checkD_2">2</label></li>
<li class="toto"><input type="checkbox" name="checkD" id="checkD_3" value="3"/><label for="checkD_3">3</label></li>
</ul>
<ul>
<li><input type="checkbox" name="checkE" id="checkE_1" value="1"/><label for="checkE_1">1</label></li>
<li><input type="checkbox" name="checkE" id="checkE_2" value="2"/><label for="checkE_2">2</label></li>
</ul>
<div>
<input type="checkbox" name="checkF" id="check_IDA1" value="1"/><label for="check_IDA1">1</label>
<input type="checkbox" name="checkF" id="check_IDA2" value="2"/><label for="check_IDA2">2</label>
<input type="checkbox" name="checkF" id="check_IDA3" value="3"/><label for="check_IDA3">3</label>
</div>
<div>
<input type="checkbox" name="radioG" id="check_IDB_1" value="1"/><label for="check_IDB_1">1</label>,
<input type="checkbox" name="radioG" id="check_IDB_2" value="2"/><label for="check_IDB_2">2</label>,
<input type="checkbox" name="radioG" id="check_IDB_3" value="3"/><label for="check_IDB_3">3</label>
</div>
</test>