radiantproduction/Vue/Usersagence/index.php

31 lines
1.2 KiB
PHP

<?php $this->titre = "INTER-SANTE - Utilisateurs Agences"; ?>
<legend> <?= _("Utilisateurs Agences") ?> </legend>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="7%" > <?= _("Agnces") ?> </td>
<td>
<SELECT style="font-size:10pt;" class="form-control" id="codePointVente" NAME="codePointVente" autofocus >
<?php liste_options($agences,""); ?>
</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_agence(event);" > </td>
</tr>
<tr>
<td> <?= _("Prenoms") ?> </td>
<td> <INPUT style='font-size:10pt;' class="form-control" type="text" id="prenoms" name="prenoms" onkeypress="javascript:ctrlkeypress_liste_users_agence(event);" > </td>
<td> </td>
<td> <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:afficher_liste_users_agence();"> <?= _("Afficher...") ?> </button> </td>
</tr>
</tbody>
</table>
<div id="div_liste_users">
</div>