radiantproduction/Vue/Prestatairenpluscons/index.php

52 lines
1.5 KiB
PHP

<?php $this->titre = "INTER-SANTE - Prestataires en plus";
?>
<input style='text-align:center; font-size:11pt;' class="form-control" type="text" value= "Prestataires dérogeant au réseau de soins" 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_en_plus();" >
<?php liste_options($college,""); ?>
</SELECT>
</td>
</tr>
</tbody>
</table>
<div id="div_complet">
<div class="row">
<div id="div_prestataires_en_plus" class="col-xs-7" >
<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 en plus") ?> </th>
<th width="15%" style='text-align:center'> <?= _("T M") ?> </th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
<div id="div_prestataires_en_plus" class="col-xs-5" >
<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 en moins") ?> </th>
</tr>
</thead>
<tbody>
</tbody>
</table>
</div>
</div>
</div>