Test
This commit is contained in:
parent
23e9ed9cdf
commit
7d095f6f0b
|
|
@ -32,7 +32,6 @@
|
|||
<fieldset>
|
||||
<legend> <?= _("Informations Police") . " : " . $this->nettoyer($police['numeroPolice']) . " => ID Police : " . $this->nettoyer($police['idPolice']) . " => " . _("Primes non facturées") . " : " . format_N($nb_non_facturees) ?> </legend>
|
||||
|
||||
|
||||
<INPUT class="sr-only" TYPE="text" id="gestionConfiee" name="gestionConfiee" value="<?= $this->nettoyer($police['gestionConfiee']) ?>">
|
||||
|
||||
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
||||
|
|
@ -81,19 +80,9 @@
|
|||
<td width="20%">
|
||||
<INPUT class="form-control majuscule" TYPE="text" id="codeSociete" NAME="codeSociete" value="<?=$_SESSION['nomSociete']?>" readonly>
|
||||
</td>
|
||||
|
||||
<td align="center" width="22%"> <?= _("Taux Commission Primes (%)") ?> </td>
|
||||
<td width="10%">
|
||||
<INPUT class="form-control" TYPE="number" id="tauxCommissionGerant" NAME="tauxCommissionGerant" readonly value="<?= $this->nettoyer($police['tauxCommissionGerant']); ?>">
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <?= _("Garant") ?> </td>
|
||||
<td >
|
||||
<INPUT class="form-control" TYPE="text" id="garant" NAME="garant" value="<?= $this->nettoyer($police['garant']) ?>" readonly>
|
||||
</td>
|
||||
|
||||
<td align="center"> <?= _("Taux Commission Provision/Sinistres (%)") ?> </td>
|
||||
<td >
|
||||
<INPUT class="form-control" TYPE="number" id="tauxCommissionGcAssureur" NAME="tauxCommissionGcAssureur" value="<?= $this->nettoyer($police['tauxCommissionGcAssureur']) ?>" readonly>
|
||||
|
|
@ -181,15 +170,6 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <?= _("Référencement?") ?> </td>
|
||||
<td>
|
||||
<?php if ($police['avecReferencement']=="1"): ?>
|
||||
<INPUT class="form-control" TYPE="text" id="avecReferencementOld" NAME="avecReferencementOld" value="<?= _("Oui") ?>" readonly style='text-align:center; background-color:gray !important;color:white;'>
|
||||
<?php else: ?>
|
||||
<INPUT class="form-control" TYPE="text" id="avecReferencementOld" NAME="avecReferencementOld" value="<?= _("Non") ?>" readonly style='text-align:center; background-color:gray !important;color:white;'>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
|
||||
<td align="center"> <?= _("Taux Référencé (%)") ?> </td>
|
||||
<td><INPUT class="form-control" TYPE="text" id="tauxAvecReferencement" NAME="tauxAvecReferencement" value="<?= $this->nettoyer($police['tauxAvecReferencement']) ?>" readonly></td>
|
||||
|
||||
|
|
@ -204,20 +184,6 @@
|
|||
<?= liste_options($tarifActe,$police['codeTarifActe'],false) ?>
|
||||
</select>
|
||||
</td>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
<td align="center"> <?= _("Check Up?") ?> </td>
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
|
|
@ -244,44 +210,17 @@
|
|||
</tr>
|
||||
|
||||
<tr>
|
||||
<td > <?= _("Type Remboursement") ?> </td>
|
||||
<td ><INPUT class="form-control" TYPE="text" id="codeTypeRemboursement" NAME="codeTypeRemboursement" value="<?= $this->nettoyer($police['codeTypeRemboursement']) ?>" readonly></td>
|
||||
|
||||
|
||||
<td align="center"> <?= _("Seuil RD (%)") ?> </td>
|
||||
<td> <INPUT style='font-size:10pt;' class="form-control" id="seuilRdPolice" NAME="seuilRdPolice" TYPE="text" value="<?= $this->nettoyer($police['seuilRdPolice']) ?>" readonly></td>
|
||||
|
||||
|
||||
<td align="center"> <?= _("Délai Carence (J)") ?> </td>
|
||||
<td><INPUT class="form-control text-center" TYPE="text" id="delaiCarencePolice" NAME="delaiCarencePolice" value="<?= $this->nettoyer($police['delaiCarencePolice']) ?>" readonly></td>
|
||||
</tr>
|
||||
|
||||
|
||||
<tr>
|
||||
<td >
|
||||
<?= _("Encaissement Prime Exigé ?") ?>
|
||||
</td>
|
||||
|
||||
<td>
|
||||
<?php if ($police['encaissementExige']=="1"): ?>
|
||||
<INPUT class="form-control" TYPE="text" value="<?= _("Oui") ?>" readonly style='text-align:center; background-color:gray !important;color:white;'>
|
||||
<?php else: ?>
|
||||
<INPUT class="form-control" TYPE="text" value="<?= _("Non") ?>" readonly style='text-align:center; background-color:gray !important;color:white;'>
|
||||
<?php endif; ?>
|
||||
</td>
|
||||
|
||||
<td align="center"> <?= _("Plafond Police") ?> </td>
|
||||
<td colspan="3"><INPUT class="form-control text-center" TYPE="text" id="plafondPolice" NAME="plafondPolice" value="<?= format_N($this->nettoyer($police['plafondPolice'])) ?>" readonly></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td > <?= _("Nom Police") ?> </td>
|
||||
<td colspan="5"><INPUT class="form-control" TYPE="text" id="libellePolice" NAME="libellePolice" value="<?= $this->nettoyer($police['libellePolice']) ?>" readonly></td>
|
||||
</tr>
|
||||
|
||||
<tr style='background-color:green'>
|
||||
<td colspan="6" height="1"></td>
|
||||
</tr>
|
||||
|
||||
</tbody>
|
||||
</table>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user