prestation/Vue/Ajaxtbajoutersecteuractivite/index.php
2025-12-05 10:42:46 +00:00

17 lines
834 B
PHP
Executable File

<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="10%" ><INPUT class="form-control majuscule" TYPE="text" id="codeSecteur" NAME="codeSecteur" required AUTOCOMPLETE="OFF" autofocus ></td>
<td width="5%" align="center" class="required">Libellé</td>
<td width="40%" ><INPUT class="form-control majuscule" TYPE="text" id="libelle" NAME="libelle" required AUTOCOMPLETE="OFF" ></td>
<td width="5%" align="center">Libellé Eng</td>
<td width="35%" ><INPUT class="form-control majuscule" TYPE="text" id="libelleEng" NAME="libelleEng"></td>
</tr>
</tbody>
</table>
</form>