153 lines
8.5 KiB
PHP
Executable File
153 lines
8.5 KiB
PHP
Executable File
<?php $this->titre = "INTER SANTE - 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 > <?= _("Paramètres système du centre de gestion") ?> </legend>
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:9pt;'>
|
|
<tbody>
|
|
<tr>
|
|
|
|
<td width="10%" >Code</td>
|
|
<td width="10%"><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="codeSociete" NAME="codeSociete" value="<?=$this->nettoyer($societeuser['codeSociete'])?>" readonly></td>
|
|
|
|
<td width="12%" align="center"> <?= _("Nom") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="nomSociete" NAME="nomSociete" value="<?=$this->nettoyer($societeuser['nomSociete'])?>" readonly></td>
|
|
|
|
<td width="12%" align="center" ><?= _("Adresse Géo") ?></td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="adresseGeoSociete" NAME="adresseGeoSociete" value="<?=$this->nettoyer($societeuser['adresseGeoSociete'])?>" readonly></td>
|
|
|
|
<td width="10%" align="center"> <?= _("Adresse Postale") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="adressePostSociete" NAME="adressePostSociete" value="<?=$this->nettoyer($societeuser['adressePostSociete'])?>" readonly></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Ville") ?> </td>
|
|
<td>
|
|
<select class="form-select" id="ville" NAME="ville" disabled>
|
|
<?php liste_options($villes, $this->nettoyer($societeuser['ville'])); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center"> <?= _("Téléphone") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="telephoneSociete" NAME="telephoneSociete" value="<?=$this->nettoyer($societeuser['telephoneSociete'])?>" readonly></td>
|
|
|
|
<td align="center"> Fax </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="faxSociete" NAME="faxSociete" value="<?=$this->nettoyer($societeuser['faxSociete'])?>" readonly></td>
|
|
|
|
<td align="center"> E-mail </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="emailSociete" NAME="emailSociete" value="<?=$this->nettoyer($societeuser['emailSociete'])?>" readonly></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Tél Portable") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="portable" NAME="portable" value="<?=$this->nettoyer($societeuser['portable'])?>" readonly></td>
|
|
|
|
<td align="center"> <?= _("Responsable") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="nomResponsable" NAME="nomResponsable" value="<?=$this->nettoyer($societeuser['nomResponsable'])?>" readonly></td>
|
|
|
|
<td align="center"> <?= _("Pays") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="pays" NAME="pays" value="<?=$societeuser['pays']?>" readonly></td>
|
|
|
|
<td align="center"> <?= _("Sigle") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="sigleSociete" NAME="sigleSociete" value="<?=$this->nettoyer($societeuser['sigleSociete'])?>" readonly></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("E-mail Médecin Conseil") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="emailMedecinConseil" NAME="emailMedecinConseil" value="<?=$this->nettoyer($societeuser['emailMedecinConseil'])?>" readonly></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("E-mail Bons") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="emailGestionBon" NAME="emailGestionBon" value="<?=$this->nettoyer($societeuser['emailGestionBon'])?>" readonly></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("E-mail Comptabilité") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="emailCcomptabilite" NAME="emailCcomptabilite" value="<?=$this->nettoyer($societeuser['emailCcomptabilite'])?>" readonly></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("E-mail Dérogation") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="emailDerogation" NAME="emailDerogation" value="<?=$this->nettoyer($societeuser['emailDerogation'])?>" readonly></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("E-mail Accord") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="emailAccordPrealable" NAME="emailAccordPrealable" value="<?=$this->nettoyer($societeuser['emailAccordPrealable'])?>" readonly></td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td> <?= _("E-mail Fraude") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="emailFraudeFinger" NAME="emailFraudeFinger" value="<?=$this->nettoyer($societeuser['emailFraudeFinger'])?>" readonly></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("E-mail RD") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="email" id="emailRd" NAME="emailRd" value="<?=$this->nettoyer($societeuser['emailRd'])?>" readonly></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td > <?= _("Code Préfixe Police") ?> </td>
|
|
<td colspan="3"><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="codePrefixePolice" NAME="codePrefixePolice" value="<?=$this->nettoyer($societeuser['codePrefixePolice'])?>" readonly></td>
|
|
|
|
<td align="center"> <?= _("SMS RD") ?> </td>
|
|
<td colspan="3" ><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="smsRd" NAME="smsRd" value="<?=$this->nettoyer($societeuser['smsRd'])?>" readonly></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("SMS Méd Cons") ?> </td>
|
|
<td colspan="3" ><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="smsMedecinConseil" NAME="smsMedecinConseil" value="<?=$this->nettoyer($societeuser['smsMedecinConseil'])?>" readonly></td>
|
|
|
|
<td align="center"> <?= _("SMS Bons") ?> </td>
|
|
<td colspan="3" ><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="smsGestionBon" NAME="smsGestionBon" value="<?=$this->nettoyer($societeuser['smsGestionBon'])?>" readonly></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("SMS Dérogation") ?> </td>
|
|
<td colspan="3" > <INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="smsDerogation" NAME="smsDerogation" value="<?=$this->nettoyer($societeuser['smsDerogation'])?>" readonly></td>
|
|
|
|
<td align="center"> <?= _("SMS Accord") ?> </td>
|
|
<td colspan="3" > <INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="smsAccordPrealable" NAME="smsAccordPrealable" value="<?=$this->nettoyer($societeuser['smsAccordPrealable'])?>" readonly></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Activer Logs Visite Page ?") ?> </td>
|
|
<td>
|
|
<SELECT style="font-size:9pt;" class="form-select" id="activerLogVisitePages" NAME="activerLogVisitePages" disabled >
|
|
<?php liste_options($visitePage, $this->nettoyer($societeuser['activerLogVisitePages']), true); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center"> <?= _("Taux Alerte Limite Conso (%)") ?> </td>
|
|
<td>
|
|
<INPUT style='font-size:9pt;' class="form-control" TYPE="number" id="alertLimiteConsommation" NAME="alertLimiteConsommation" value="<?=$this->nettoyer($societeuser['alertLimiteConsommation'])?>" disabled>
|
|
</td>
|
|
|
|
<td align="center"> <?= _("E-mail Alerte Limite Conso") ?> </td>
|
|
<td colspan="3"><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="emailAlertLimiteConsommation" NAME="emailAlertLimiteConsommation" value="<?=$this->nettoyer($societeuser['emailAlertLimiteConsommation'])?>" disabled></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Langue") ?> </td>
|
|
<td> <INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?=$this->nettoyer($_SESSION['libelleLang'])?>" readonly></td>
|
|
|
|
<td align="center"> <?= _("Indicatif Téléphone") ?> </td>
|
|
<td><INPUT class="form-control" style='font-size:9pt;' TYPE="text" id="indicatifTelephone" NAME="indicatifTelephone" value="<?=$this->nettoyer($societeuser['indicatifTelephone'])?>" readonly></td>
|
|
|
|
<td align="center"> <?= _("Taux Alerte S/P (%)") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="number" id="spMax" NAME="spMax" value="<?=$this->nettoyer($societeuser['spMax'])?>" readonly></td>
|
|
|
|
<td align="center"> <?= _("Carte AFN") ?> </td>
|
|
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" id="fraisCarteAN" NAME="fraisCarteAN" value="<?=format_N($this->nettoyer($societeuser['fraisCarteAN']))?>" readonly></td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|