Subversion Repositories wimsdev

Rev

Rev 9156 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

<test>

<h1>FORMRADIO</h1>

  <ul>
<li><input type="radio" name="radioA" id="radioA1" value="1"/><label for="radioA1">1</label></li>
<li><input type="radio" name="radioA" id="radioA2" value="2"/><label for="radioA2">2</label></li>
<li><input type="radio" name="radioA" id="radioA3" value="3"/><label for="radioA3">3</label></li>
  </ul>

  <div>
<input type="radio" name="radioB" id="radioB1" value="1"/><label for="radioB1">1</label>,
<input type="radio" name="radioB" id="radioB2" value="2"/><label for="radioB2">2</label>,
<input type="radio" name="radioB" id="radioB3" value="3"/><label for="radioB3">3</label>
  </div>

  <ul>
<li class="toto"><input type="radio" name="radioC" id="radioC1" value="1"/><label for="radioC1">1</label></li>
<li class="toto"><input type="radio" name="radioC" id="radioC2" value="2"/><label for="radioC2">2</label></li>
<li class="toto"><input type="radio" name="radioC" id="radioC3" value="3"/><label for="radioC3">3</label></li>
  </ul>

  <ul>
<li><input type="radio" name="radioD" id="radioD1" value="1"/><label for="radioD1">1</label></li>
<li><input type="radio" name="radioD" id="radioD2" value="2"/><label for="radioD2">2</label></li>
<li><input type="radio" name="radioD" id="radioD3" value="3"/><label for="radioD3">3</label></li>
  </ul>
<input type="radio" name="radioE" id="radioE1" value="1"/><label for="radioE1">1</label>,
<input type="radio" name="radioE" id="radioE2" value="2"/><label for="radioE2">2</label>,
<input type="radio" name="radioE" id="radioE3" value="3"/><label for="radioE3">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_IDB1" value="1"/><label for="radio_IDB1">1</label>,
<input type="radio" name="radioG" id="radio_IDB2" value="2"/><label for="radio_IDB2">2</label>,
<input type="radio" name="radioG" id="radio_IDB3" value="3"/><label for="radio_IDB3">3</label>
  </div>

  <div>
<input type="radio" name="radioH" id="radioH1" value="1"/><label for="radioH1">1</label>
<input type="radio" name="radioH" id="radioH2" value="2"/><label for="radioH2">2</label>
  </div>

<h1>FORMCHECKBOX</h1>

  <ul>
<li><input type="checkbox" name="checkA" id="checkA1" value="1"/><label for="checkA1">1</label></li>
<li><input type="checkbox" name="checkA" id="checkA2" value="2"/><label for="checkA2">2</label></li>
<li><input type="checkbox" name="checkA" id="checkA3" value="3"/><label for="checkA3">3</label></li>
  </ul>

  <div>
<input type="checkbox" name="checkB" id="checkB1" value="1"/><label for="checkB1">1</label>,
<input type="checkbox" name="checkB" id="checkB2" value="2"/><label for="checkB2">2</label>,
<input type="checkbox" name="checkB" id="checkB3" value="3"/><label for="checkB3">3</label>
    &nbsp;&mdash;&nbsp;
<input type="checkbox" name="checkC" id="checkC1" value="1"/><label for="checkC1">1</label>,
<input type="checkbox" name="checkC" id="checkC2" value="2"/><label for="checkC2">2</label>,
<input type="checkbox" name="checkC" id="checkC3" value="3"/><label for="checkC3">3</label>,
<input type="checkbox" name="checkC" id="checkC4" value="4"/><label for="checkC4">4</label>
  </div>

  <ul>
<li class="toto"><input type="checkbox" name="checkD" id="checkD1" value="1"/><label for="checkD1">1</label></li>
<li class="toto"><input type="checkbox" name="checkD" id="checkD2" value="2"/><label for="checkD2">2</label></li>
<li class="toto"><input type="checkbox" name="checkD" id="checkD3" value="3"/><label for="checkD3">3</label></li>
  </ul>
  <ul>
<li><input type="checkbox" name="checkE" id="checkE1" value="1"/><label for="checkE1">1</label></li>
<li><input type="checkbox" name="checkE" id="checkE2" value="2"/><label for="checkE2">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_IDB1" value="1"/><label for="check_IDB1">1</label>,
<input type="checkbox" name="radioG" id="check_IDB2" value="2"/><label for="check_IDB2">2</label>,
<input type="checkbox" name="radioG" id="check_IDB3" value="3"/><label for="check_IDB3">3</label>
  </div>
</test>