34 lines
1.1 KiB
PHP
34 lines
1.1 KiB
PHP
<?php $this->titre = "INTER-SANTE - Prestataires avec dérogations T M";
|
|
|
|
?>
|
|
|
|
<input style='text-align:center; font-size:11pt;' class="form-control" type="text" value="<?= _("Prestataires avec dérogations Ticket Modérateur") ?>" readonly >
|
|
|
|
<table class="table table-condensed table-responsive" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr valign="top">
|
|
<td width="20%" align='center'> <?= _("Collège") ?> </td>
|
|
<td>
|
|
<SELECT style="font-size:10pt;" class="form-control" id="idCollege" NAME="idCollege" required autofocus onChange="afficher_prestataire_tm();" >
|
|
<?php liste_options($college,""); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<div id="div_complet">
|
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:9pt;">
|
|
<thead>
|
|
<tr>
|
|
<th style='text-align:center'> <?= _("Prestataires avec dérogations Ticket Modérateur") ?> </th>
|
|
<th width="15%" style='text-align:center'> <?= _("T M") ?> </th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
|
|
</tbody>
|
|
</table>
|
|
</div>
|