<form action="action.php&validerTest" id="frmTests" method="post" onsubmit="action">
   <table id="tab_cq">
   <tr><td colspan="3" id="resultat_cq"></td></tr>
    <tr>
  <td>
  	<label class="KO" for="selCQ">Contrôles à effectuer ou KO</label><br />
          <select tabindex="1" class="koOptions" onkeydown="actions(event,'ajouterListe(\'selCQ\',\'CQ\');retirerListe(\'selCQ\');')"            name="selCQ" id="selCQ" multiple="multiple" size="8"
          onchange="xajax_afficherDirectives(this.value);">
          <?=$options?>
    </select>
  </td>
  <td width="4%" align="center">
  	<br /><br />
  	<input style="width:30px; height:30px;" value=">" onclick="ajouterListe('selCQ','CQ');retirerListe('selCQ');" tabindex="200" type="button" /><br />
    	<input style="width:30px; height:30px;" value="<" onclick="ajouterListe('CQ','selCQ');retirerListe('CQ');" tabindex="200" type="button" /><br />
  </td>
    <td align="center" width="48%" nowrap="nowrap">
  	<label for="CQ" class="OK" >Liste des Contrôles OK</label><br />
  	<select
  	onkeydown="actions(event,'ajouterListe(\'CQ\',\'selCQ\');retirerListe(\'CQ\');');"
     size="8" multiple="multiple" id="CQ" name="CQ">
         </select>
  </td>
  </tr>
  <tr>
  <td  colspan="3">
  	<div id="boutonCQ" class="invisible">
  	<span id="pointCQ" style="color:#669999; font-weight:bold; font-size:14px;"></span>
  	</div>
  </td>
  </tr>
  <tr>
  	<td>
    <div id="PROC"></div>
    <label id="lblCOM_CQ" for="COM_CQ">Commentaire du test (obligatoire si KO) :</label><br />
    <textarea name="COM_CQ" id="COM_CQ" cols="62" rows="4" onkeyup="this.value = this.value.slice(0, 250);" onchange="this.value = this.value.slice(0, 250);"><?=$COM_CQ?></textarea>
  	</td>
  </tr>
 </table>
 <div class="center">
 <input tabindex="2" id="btnCQ" class="validerOnglet" type="submit" name="btnValiderOnglet" value="<?=$txtSubmit?>">
 </div>
 </form>  |