28 lines
1.4 KiB
PHP
Executable File
28 lines
1.4 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']) ?>" >
|
|
|
|
<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>
|
|
|
|
</tbody>
|
|
</table>
|