production/Vue/Filtreadresseipcons/index.php
2025-12-01 16:12:12 +00:00

78 lines
2.3 KiB
PHP
Executable File

<?php $this->titre = "INTER SANTE - Autres Paramètres Généraux"; ?>
<script type="text/javascript">
</script>
<input class="sr-only" type="text" id="idSocieteuser" name="idSocieteuser" value="<?= $this->nettoyer($societeuser['idSocieteuser']) ?>" >
<legend > <?= _("PERMISSION DU FILTRAGE D'ADRESSE IP") ?> </legend>
<div id="div_filtre">
<table height="5" class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:12pt;'>
<tbody>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr >
<td height="30" colspan="3" style='text-align:center; font-weight: bold; background-color:#696969; color:#fff;'> <?= _("PARAMETRES") ?> </td>
<td style='text-align:center; font-weight: bold; ; background-color:#696969; color:#fff;' width="25%"> <?= _("VALEURS") ?> </td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td colspan="3">
<?= _("Permettre le filtrage d'adresse IP chez le gestionnaire?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['filtrerIp']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr height="50">
<td colspan="3">
<?= _("Permettre le filtrage d'adresse IP chez les prestataires?") ?>
</td>
<td style='text-align:center;'>
<?php if ($societeuser['filtrerIpPrestataire']=="1"): ?>
<?= _("Oui") ?>
<?php else: ?>
<?= _("Non") ?>
<?php endif; ?>
</td>
</tr>
<tr>
<td colspan="4" height="5"></td>
</tr>
<tr>
<td colspan="3"> <input id="btn_enreg" name="btn_enreg" onClick="javascript:modifier_param_filtrage_ip();" class = "form-control btn btn-primary" type="button" value="<?= _("Modifier") ?>" style='font-size:10pt;' > </td>
<td > <input class ="form-control btn btn-warning" type="button" value="<?= _("Annuler") ?>" onClick="javascript:retour_param_habilitation();" style='font-size:9pt;' > </td>
</tr>
</tbody>
</table>
</div>