20 lines
867 B
PHP
Executable File
20 lines
867 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="id" NAME="id" required AUTOCOMPLETE="OFF" ></td>
|
|
|
|
|
|
<td width="5%" align="center" class="required">Type</td>
|
|
<td width="30%"><INPUT class="form-control majuscule" TYPE="text" id="codeType" NAME="codeType" required AUTOCOMPLETE="OFF"></td>
|
|
|
|
<td width="5%" align="center" class="required">Libelle</td>
|
|
<td width="30%"><INPUT class="form-control majuscule" TYPE="text" id="libelleType" NAME="libelleType" required AUTOCOMPLETE="OFF">
|
|
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form>
|