23 lines
721 B
PHP
Executable File
23 lines
721 B
PHP
Executable File
<?php $this->titre = "INTER-SANTE - Acces Menu Principal"; ?>
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
<legend> <?= _("Accès menu principal aux utilisateurs assureur ou gestionnaire") ?> </legend>
|
|
|
|
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
|
|
<tbody>
|
|
<tr>
|
|
<td width="15%" > <?= _("Profil Utilisateurs") ?> </td>
|
|
<td>
|
|
<SELECT style="font-size:10pt;" class="form-select" id="codeProfil" NAME="codeProfil" required AUTOCOMPLETE="OFF" autofocus onChange="javascript:afficher_menu_principal_profil_assureur();" >
|
|
<?php liste_options($profil,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_menu_profil">
|
|
</div>
|