37 lines
2.2 KiB
PHP
37 lines
2.2 KiB
PHP
<div id="infoseance" style='font-size:10pt;'>
|
|
<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="totalActe" name="totalActe" value="<?= $fraisReel ?>">
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="15%" > <?= _("Valeur") ?> </td>
|
|
<td width="20%" > <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="15%" align="center" > <?= _("Quantité") ?> </td>
|
|
<td width="15%" >
|
|
<input class="form-control" id="quantiteSeance" name="quantiteSeance" type="number" value="<?= $quantite ?>" style="text-align: center; font-size:10pt; '"
|
|
onBlur="javascript:ajaxmajquteseancecso();" >
|
|
</td>
|
|
|
|
<td width="15%" align="center"> <?= _("Total") ?> </td>
|
|
<td width="20%" > <input id="fraisReel_info" name="fraisReel_info" class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;'" type="text" value="<?= format_N($fraisReel) ?>" readonly ></td>
|
|
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> <?= _("T M") ?> </td>
|
|
<td> <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 align="center"> <?= _("A Remb") ?> </td>
|
|
<td > <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>
|
|
|
|
<td colspan="2" >
|
|
<input id="btn_enreg_seance" name="btn_enreg_seance" class = "form-control btn btn-primary" type="button" value="<?= _("Valider") ?>" onClick="javascript:valider_seance_cso();" style='font-size:10pt;' >
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|