1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
|
<tr>
<td class="maLigne">xxxxxxxxxxxxxxxxxxxxx</td>
<td class="maLigne"><SELECT name="corres1" size="1">
<option value="-1" selected="selected">Faites un choix</option>
<option value=''>Windows(Open)----> reste 15</option>
<option value=''>office(Open)----> reste 15</option>
<option value=''>Windows(OEM)----> reste 1</option>
<option value=''>office(OEM)----> reste 1</option> </SELECT></td>
<td class="maLigne"><input type="radio" name="type1" value="kea"></td>
<td class="maLigne"><input type="radio" name="type1" value="non_kea"></td>
<td class="maLigne"><input type="radio" name="type1" value="ignored"></td>
</tr>
<tr>
<td class="maLigne">Correctif Windows XP (SP2) Q819696</td>
<td class="maLigne"><SELECT name="corres2" size="1">
<option value="-1" selected="selected">Faites un choix</option>
<option value=''>Windows(Open)----> reste 15</option>
<option value=''>office(Open)----> reste 15</option>
<option value=''>Windows(OEM)----> reste 1</option>
<option value=''>office(OEM)----> reste 1</option> </SELECT></td>
<td class="maLigne"><input type="radio" name="type2" value="kea"></td>
<td class="maLigne"><input type="radio" name="type2" value="non_kea"></td>
<td class="maLigne"><input type="radio" name="type2" value="ignored"></td>
</tr> |