newdesigngestionnaire/Vue/Ajaxtbajoutertypeaffection/index.php

24 lines
960 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"><?= _("Libellé") ?></td>
<td width="25%" ><INPUT class="form-control majuscule" TYPE="text" id="libelle" NAME="libelle" required AUTOCOMPLETE="OFF" ></td>
<td width="10%" align="center"><?= _("Libellé Eng") ?></td>
<td width="25%" ><INPUT class="form-control majuscule" TYPE="text" id="libelleEng" NAME="libelleEng"></td>
<td width="10%" align="right">Maladie Chronique</td>
<td width="5%">
<select name="maladieChronique" id="maladieChronique" class="form-select">
<?= liste_options($ouinonoptionnelle,'1',true) ?>
</select>
</td>
</tr>
</tbody>
</table>
</form>