production/Vue/Ajaxtbajoutermotifecxlusionprestation/index.php
2025-12-01 16:12:12 +00:00

14 lines
621 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="8%" align="center" class="required"><?= _("Libellé") ?></td>
<td width="42%" ><INPUT class="form-control" TYPE="text" id="libelle" NAME="libelle" required AUTOCOMPLETE="OFF" ></td>
<td width="8%" align="center"><?= _("Libellé Eng") ?></td>
<td width="42%" ><INPUT class="form-control" TYPE="text" id="libelleEng" NAME="libelleEng"></td>
</tr>
</tbody>
</table>
</form>