This commit is contained in:
KANE LAZENI 2026-02-03 04:10:02 +00:00
parent 69c6fa27f1
commit 3fe80452d7
2 changed files with 16 additions and 1 deletions

View File

@ -1,4 +1,4 @@
<?php
profil<?php
require_once 'Framework/Controleur.php';
require_once 'Modele/Client.php';
require_once 'Modele/Ouinon.php';

View File

@ -21,6 +21,21 @@
<td colspan="3" ><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="prenoms" NAME="prenoms" required AUTOCOMPLETE="OFF"></td>
</tr>
<tr>
<td> <?= _("Profil") ?> </td>
<td>
<SELECT style="font-size:10pt;" class="form-control" id="codeProfil" NAME="codeProfil" autofocus >
<?php liste_options($user_profil,""); ?>
</SELECT>
</td>
<td align="center"> <?= _("Login") ?> </td>
<td colspan="3" >
<INPUT style='font-size:10pt;text-transform: lowercase;' class="form-control" type="text" id="codeUtilisateur" name="codeUtilisateur"
onChange="this.value=supprimer_espace_string(this.value);">
</td>
</tr>
<tr>
<td class="required"> <?= _("Portable") ?> </td>
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="tel" id="telephone" NAME="telephone" AUTOCOMPLETE="OFF" required></td>