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

30 lines
1.3 KiB
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="20%" ><INPUT class="form-control majuscule" TYPE="text" id="libelle" NAME="libelle" required AUTOCOMPLETE="OFF" ></td>
<td width="5%" align="center">code Swift</td>
<td width="20%" ><INPUT class="form-control majuscule" TYPE="text" id="codeSwift" NAME="codeSwift"></td>
</tr>
<tr>
<td width="5%" align="center">N° Compte Cpt</td>
<td width="20%" ><INPUT class="form-control majuscule" TYPE="text" id="numeroCompteCpt" NAME="numeroCompteCpt"></td>
<td width="5%" align="center">N° Compte Bancaire</td>
<td width="20%" ><INPUT class="form-control majuscule" TYPE="text" id="numeroCompteBancaire" NAME="numeroCompteBancaire"></td>
<td width="5%" align="center">Banque Société</td>
<td width="5%">
<select name="banqueSociete" id="banqueSociete" class="form-select">
<?= liste_options($ouinonoptionnelle,'1',true) ?>
</select>
</td>
</tr>
</tbody>
</table>
</form>