prestation/Vue/Usersassureur/index.php
2025-12-05 10:42:46 +00:00

31 lines
1.2 KiB
PHP
Executable File

<?php $this->titre = "INTER-SANTE - Utilisateurs Assureur ou Gestionnaire"; ?>
<legend> <?= _("Utilisateurs côté Assureur ou Gestionnaire") ?> </legend>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="7%" > <?= _("Profil") ?> </td>
<td>
<SELECT style="font-size:10pt;" class="form-select" id="codeProfil" NAME="codeProfil" autofocus >
<?php liste_options($profil,""); ?>
</SELECT>
</td>
<td width="7%" align="center"> <?= _("Nom") ?> </td>
<td width="43%"> <INPUT style='font-size:10pt;' class="form-control" type="text" id="nom" name="nom" onkeypress="javascript:ctrlkeypress_liste_users_ass(event);" > </td>
</tr>
<tr>
<td> <?= _("Prénoms") ?> </td>
<td> <INPUT style='font-size:10pt;' class="form-control" type="text" id="prenoms" name="prenoms" onkeypress="javascript:ctrlkeypress_liste_users_ass(event);" > </td>
<td> </td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:afficher_liste_users_ass();"> <?= _("Afficher...") ?> </button> </td>
</tr>
</tbody>
</table>
<div id="div_liste_users">
</div>