prestation/Vue/Modifiergcpolice/index.php
2025-12-05 10:42:46 +00:00

58 lines
3.1 KiB
PHP
Executable File

<?php
$this->titre = "INTER-SANTE - Modification Police Gestion Confiée";
?>
<script type="text/javascript">
</script>
<input class="sr-only" type="text" id="idPolice" name="idPolice" value="<?= $this->nettoyer($gc['idPolice']) ?>" >
<INPUT class="sr-only" TYPE="text" id="codeGcAssureur" NAME="codeGcAssureur" value="<?=$this->nettoyer($gc['codeGcAssureur'])?>">
<legend> <?= _("Modification Police") ?> </legend>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="10%" > <?= _("Souscripteur") ?> </td>
<td width="35%" ><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="souscripteur" NAME="souscripteur" value="<?=$this->nettoyer($gc['souscripteur'])?>" readonly></td>
<td width="10%" align="center"> <?= _("Police") ?> </td>
<td width="10%" ><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="numeroPolice" NAME="numeroPolice" value="<?=$this->nettoyer($gc['numeroPolice'])?>" readonly></td>
<td width="10%" align="center"> <?= _("Assureur") ?> </td>
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="text" id="libelle" NAME="libelle" value="<?=$this->nettoyer($gc['gcassureur'])?>" readonly></td>
</tr>
<tr>
<td> <?= _("Tx Comm(%)") ?> </td>
<td> <INPUT style='font-size:10pt;' class="form-control" id="tauxFraisReel" NAME="tauxFraisReel" TYPE="text" value="<?= $this->nettoyer($gc['tauxFraisReel']) ?>" ></td>
<td align="center"> <?= _("Tx Redr (%)") ?> </td>
<td> <INPUT style='font-size:10pt;' class="form-control" id="tauxRedressement" NAME="tauxRedressement" TYPE="text" value="<?= $this->nettoyer($gc['tauxRedressement']) ?>" ></td>
<td align="center"> <?= _("Tx Tva (%)") ?> </td>
<td> <INPUT style='font-size:10pt;' class="form-control" id="tauxTva" NAME="tauxTva" TYPE="text" value="<?= $this->nettoyer($gc['tauxTva']) ?>" ></td>
</tr>
<tr>
<td> <?= _("Nouv Carte") ?> </td>
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="number" id="fraisCarteAfn" NAME="fraisCarteAfn" value="<?=$this->nettoyer($gc['fraisCarteAfn'])?>" ></td>
<td align="center"> <?= _("Carte REN") ?> </td>
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="number" id="fraisCarteRen" NAME="fraisCarteRen" value="<?=$this->nettoyer($gc['fraisCarteRen'])?>" ></td>
<td align="center"> <?= _("Carte RE-IMPR") ?> </td>
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="number" id="fraisCarteImp" NAME="fraisCarteImp" value="<?=$this->nettoyer($gc['fraisCarteImp'])?>" ></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_gc_police();" style='font-size:10pt;' > </td>
<td> </td>
<td colspan="1"> <input class = "form-control btn btn-warning" type="button" value="<?= _("Annuler") ?>" onClick="javascript:retour_fiche_gc_police();" style='font-size:9pt;' > </td>
</tr>
</tbody>
</table>