Import initial du projet Production

This commit is contained in:
KANE LAZENI
2025-12-01 16:12:12 +00:00
commit 2f364ab2fc
14257 changed files with 3395325 additions and 0 deletions

26
Vue/Paramactevisible/index.php Executable file
View File

@@ -0,0 +1,26 @@
<?php $this->titre = "INTER SANTE - Seuil alerte consommation"; ?>
<script type="text/javascript">
</script>
<legend> <?= _("Visibilité des actes médicaux par profil utilisateur") ?> </legend>
<table class="table table-condensed table-responsive" style="font-size:10pt;" >
<tbody>
<tr>
<td width="12%" class="required"> <?= _("Profil Utilisateurs") ?> </td>
<td>
<SELECT style="font-size:10pt;" class="form-control selectpicker" data-live-search="true" id="codeProfil" NAME="codeProfil" required AUTOCOMPLETE="OFF" autofocus onChange="javascript:afficher_utilsateur_actesvisibles();" >
<?php liste_options($profils,""); ?>
</SELECT>
</td>
</tr>
</tbody>
</table>
<div id="div_liste">
</div>