142 lines
7.7 KiB
PHP
Executable File
142 lines
7.7 KiB
PHP
Executable File
<?php
|
|
$this->titre = "INTER-SANTE - Paramètres Généraux";
|
|
$codeLangueSociete = $this->nettoyer($societeuser['codeLangueSociete']);
|
|
?>
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
<input class="sr-only" type="text" id="idSocieteuser" name="idSocieteuser" value="<?= $this->nettoyer($societeuser['idSocieteuser']) ?>" >
|
|
|
|
<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="10%" 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="10%" 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 Post") ?> </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><INPUT class="form-control" style='font-size:9pt;' TYPE="text" id="ville" NAME="ville" value="<?=$this->nettoyer($societeuser['ville'])?>" readonly ></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="email" 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"> <?= _("Prestataire") ?> </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éd Cons") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="email" id="emailMedecinConseil" NAME="emailMedecinConseil" value="<?=$this->nettoyer($societeuser['emailMedecinConseil'])?>" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("E-mail Bons") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="email" id="emailGestionBon" NAME="emailGestionBon" value="<?=$this->nettoyer($societeuser['emailGestionBon'])?>" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("E-mail Compta") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="email" id="emailCcomptabilite" NAME="emailCcomptabilite" value="<?=$this->nettoyer($societeuser['emailCcomptabilite'])?>" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("E-mail Dérogation") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="email" id="emailDerogation" NAME="emailDerogation" value="<?=$this->nettoyer($societeuser['emailDerogation'])?>" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("E-mail Accord") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="email" id="emailAccordPrealable" NAME="emailAccordPrealable" value="<?=$this->nettoyer($societeuser['emailAccordPrealable'])?>" ></td>
|
|
</tr>
|
|
|
|
|
|
<tr>
|
|
<td> <?= _("E-mail Fraude") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="email" id="emailFraudeFinger" NAME="emailFraudeFinger" value="<?=$this->nettoyer($societeuser['emailFraudeFinger'])?>" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("E-mail Tout") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="email" id="email_standard" NAME="email_standard" value="<?=$this->nettoyer($societeuser['email_standard'])?>" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("E-mail Réponse") ?> </td>
|
|
<td colspan="7" ><INPUT style='font-size:9pt;' class="form-control" TYPE="email" id="email_reply" NAME="email_reply" value="<?=$this->nettoyer($societeuser['email_reply'])?>" ></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'])?>" ></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'])?>" ></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'])?>" ></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'])?>" ></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("Langue") ?> </td>
|
|
<td>
|
|
<SELECT style="font-size:9pt;" class="form-control" id="codeLangueUser" NAME="codeLangueUser" >
|
|
<?php liste_options($langue, $codeLangueSociete, true); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align="center"> <?= _("Indicatif Tél") ?> </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"> <?= _("S/P Alert") ?> </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>
|
|
|
|
<tr>
|
|
<td> </td>
|
|
<td colspan="3"> <input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrer") ?>" onClick="javascript:enregistrer_modif_parametresgeneraux();" style='font-size:9pt;' > </td>
|
|
|
|
<td> </td>
|
|
<td colspan="3"> <input class = "form-control btn btn-warning" type="button" value="<?= _("Annuler") ?>" onClick="javascript:afficher_parametresgeneraux();" style='font-size:9pt;' > </td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|