20 lines
1.1 KiB
PHP
20 lines
1.1 KiB
PHP
<form id="formData">
|
|
<legend id="titre_formData">Ajouter des données</legend>
|
|
<table class="table table-responsive table-condensed">
|
|
<tbody>
|
|
<tr>
|
|
<td width="5%" align="center" class="required">Code</td>
|
|
<td width="5%" ><INPUT class="form-control majuscule" TYPE="text" id="codeLienParente" NAME="codeLienParente" required AUTOCOMPLETE="OFF" autofocus ></td>
|
|
|
|
<td width="10%" align="center" class="required">Libellé Fr</td>
|
|
<td width="28%" ><INPUT class="form-control" TYPE="text" id="libelle" NAME="libelle" style="text-transform:capitalize;" required AUTOCOMPLETE="OFF" ></td>
|
|
|
|
<td width="10%" align="center" class="required">Libellé Eng</td>
|
|
<td width="27%"><INPUT class="form-control firstLetter" TYPE="text" id="libelleEng" NAME="libelleEng" style="text-transform:capitalize;" required AUTOCOMPLETE="OFF" ></td>
|
|
|
|
<td width="5%" align="center">Ordre</td>
|
|
<td width="10%"><INPUT class="form-control text-center" TYPE="number" min="0" value = "0" onBlur="controle_numerique(this);" id="ordre" NAME="ordre"></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form> |