49 lines
2.5 KiB
PHP
49 lines
2.5 KiB
PHP
<?php
|
|
$this->titre = "Intersanté - Rechercher sinistre";
|
|
?>
|
|
|
|
<form id="frmrechercheprestation" name="frmrechercheprestation" method="post" action="Rechercheprestations/index/" style='font-size:10pt;' >
|
|
<legend> Critères de recherche dossiers sinistres </legend>
|
|
|
|
<table class="table table-condensed table-responsive" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="15%" > <?= _("Bon Cons") ?> </td>
|
|
<!-- <td><INPUT autofocus style='font-size:10pt;text-align:center;' class="form-control" type="number" id="numeroBonConsultation" name="numeroBonConsultation" placeholder="Consultation"></td> -->
|
|
<td><INPUT autofocus style='font-size:10pt;text-align:center;' class="form-control" type="text" id="numeroBonConsultation" name="numeroBonConsultation" placeholder="Consultation"></td>
|
|
|
|
<td align="center" width="15%"> Bon Pharmacie </td>
|
|
<td><INPUT style='font-size:10pt;text-align:center;' class="form-control" type="text" id="numeroBonOrdonnance" NAME="numeroBonOrdonnance" placeholder="Pharmacie"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> Bon Hospitalisation </td>
|
|
<td><INPUT style='font-size:10pt;text-align:center;' class="form-control" type="text" id="numeroBonHospitalisation" NAME="numeroBonHospitalisation" placeholder="Hospitalisation"></td>
|
|
|
|
<td align="center"> Prescription Exam </td>
|
|
<td><INPUT style='font-size:10pt;text-align:center;' class="form-control" type="text" id="numeroBonExamen" NAME="numeroBonExamen" placeholder="Examen"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> Bon Optique </td>
|
|
<td><INPUT style='font-size:10pt;text-align:center;' class="form-control" type="text" id="numeroBonOptique" NAME="numeroBonOptique" placeholder="Optique"></td>
|
|
|
|
<td align="center"> Prescription Kine</td>
|
|
<td><INPUT style='font-size:10pt;text-align:center;' class="form-control" type="text" id="numeroBonKine" NAME="numeroBonKine" placeholder="Prescript°"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td> Séances Kine </td>
|
|
<td><INPUT style='font-size:10pt;text-align:center;' class="form-control" type="text" id="numeroBonSeance" NAME="numeroBonSeance" placeholder="Séances"></td>
|
|
|
|
<td> </td>
|
|
<td><input style='font-size:10pt;text-align:center;' id="lancerrecherche" name="lancerrecherche" class="form-control btn btn-primary" type="submit" value="Lancer la Recherche ..."/></td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
|
|
<div class="alert alert-danger">
|
|
<H3> <?= $message_recherche ?> </H3>
|
|
</div>
|