33 lines
1.0 KiB
PHP
Executable File
33 lines
1.0 KiB
PHP
Executable File
<?php
|
|
// $this->titre = "INTER-SANTE - Tarif Actes Médicaux";
|
|
|
|
$codePrestataire = isset($_SESSION['codePrestataire'])? $_SESSION['codePrestataire']:"";
|
|
?>
|
|
|
|
<legend> <?= _("COÛT DES LETTRES-CLES PAR PRESTATAIRE") ?> </legend>
|
|
|
|
<div id="div_entete_tarif">
|
|
|
|
<table class="table table-condensed" style="font-size:10pt; paddind:0px;">
|
|
<tbody>
|
|
<tr>
|
|
<td width="11%"> <?= _("Prestataire") ?> </td>
|
|
<td colspan="4">
|
|
<SELECT onChange="javascript:ajax_cout_lettrecle_prestataire();" class="form-control selectpicker" data-live-search="true" id="codePrestataire" NAME="codePrestataire" style="font-size:10pt;">
|
|
<?php liste_options($prestataires, $codePrestataire); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align='center' width="10%">
|
|
<input class="form-control btn btn-primary" type="button" value="<?= _("Actualiser...") ?>"
|
|
onClick="javascript:ajax_cout_lettrecle_prestataire();" style="font-size:10pt;">
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
|
|
<div id="div_compsante_tarif">
|
|
</div>
|