Import initial du projet Production
This commit is contained in:
21
Vue/Ajaxtbajouteraffection/index.php
Executable file
21
Vue/Ajaxtbajouteraffection/index.php
Executable file
@@ -0,0 +1,21 @@
|
||||
<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"><?= _("Type") ?></td>
|
||||
<td width="15%">
|
||||
<select name="codeTypeAffection" id="codeTypeAffection" class="form-select" required AUTOCOMPLETE="OFF">
|
||||
<?= liste_options($typeaffection,'',false) ?>
|
||||
</select>
|
||||
</td>
|
||||
<td width="5%" align="center" class="required"><?= _("Libellé") ?></td>
|
||||
<td width="30%" ><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="27%" ><INPUT class="form-control majuscule" TYPE="text" id="libelleEng" NAME="libelleEng"></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</form>
|
||||
Reference in New Issue
Block a user