21 lines
1.5 KiB
PHP
21 lines
1.5 KiB
PHP
<div id="infosacte" style='font-size:10pt;'>
|
|
<input class="sr-only" type="number" id="prixActe" name="prixActe" value="<?= $prixActe ?>">
|
|
<input class="sr-only" type="number" id="montantTm" name="montantTm" value="<?= $montantTm ?>">
|
|
<input class="sr-only" type="number" id="aRembourser" name="aRembourser" value="<?= $aRembourser ?>">
|
|
<input class="sr-only" type="number" id="delaiCarenceActe" name="delaiCarenceActe" value="<?= $delaiCarenceActe ?>">
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%" > <?= _("Valeur") ?> </td>
|
|
<td width="30%" > <input id="prixActe_info" name="prixActe_info" class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;'" type="text" value="<?= format_N($prixActe) ?>" readonly> </td>
|
|
|
|
<td width="10%" align="center"> <?= _("T M") ?> </td>
|
|
<td width="20%" > <input id="montantTm_info" name="montantTm_info" class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;'" type="text" value="<?= format_N($montantTm) ?>" readonly ></td>
|
|
|
|
<td width="10%" align="center"> <?= _("A Remb") ?> </td>
|
|
<td width="20%" > <input id="aRembourser_info" name="aRembourser_info" class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;'" type="text" value="<?= format_N($aRembourser) ?>" readonly ></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|