a
This commit is contained in:
parent
e2bae83a9b
commit
1aa528ac47
|
|
@ -416,31 +416,31 @@
|
|||
</tbody>
|
||||
</table>
|
||||
|
||||
<table class="table table-responsive table-condensed" style='font-size:9pt;'>
|
||||
<table class="table table-responsive table-condensed" style='font-size:8pt;'>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td width="8%" > <?= _("Consultation") ?> </td>
|
||||
<td width="15%" > <INPUT style='font-size:10pt;' class="form-control" TYPE="text" value="<?= dateLang($this->nettoyer($feuillemaladie['dateConsultation'])) ?>" readonly> </td>
|
||||
<td width="15%" > <INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= dateLang($this->nettoyer($feuillemaladie['dateConsultation'])) ?>" readonly> </td>
|
||||
|
||||
<td width="8%" align="center"> <?= _("Date Survénance") ?> </td>
|
||||
<td width="15%" ><INPUT style='font-size:10pt;' class="form-control" TYPE="text" value="<?= dateLang($this->nettoyer($feuillemaladie['dateSurvenance'])) ?>" readonly></td>
|
||||
<td width="15%" ><INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= dateLang($this->nettoyer($feuillemaladie['dateSurvenance'])) ?>" readonly></td>
|
||||
|
||||
|
||||
<td width="8%" align="center"> <?= _("Date Système") ?> </td>
|
||||
<td width="15%" ><INPUT style='font-size:10pt;' class="form-control" TYPE="text" value="<?= dateheureLang($this->nettoyer($feuillemaladie['dateSysteme']), $_SESSION['p_lang']) ?>" readonly ></td>
|
||||
<td width="15%" ><INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= dateheureLang($this->nettoyer($feuillemaladie['dateSysteme']), $_SESSION['p_lang']) ?>" readonly ></td>
|
||||
|
||||
<td width="7%" align="center"> <?= _("Consultation") ?> </td>
|
||||
<td width="8%" align="center" style='font-size:10pt; background-color:blue;color:white;' > <?= $feuillemaladie['numeroBonConsultation'] ?> </td>
|
||||
<td width="8%" align="center" style='font-size:9pt; background-color:blue;color:white;' > <?= $feuillemaladie['numeroBonConsultation'] ?> </td>
|
||||
<td width="8%" align="center"> <?= _("Ordonnance") ?> </td>
|
||||
<td width="8%" align="center" style='font-size:10pt; background-color:blue;color:white;'> <?= $feuillemaladie['numeroBonOrdonnance'] ?> </td>
|
||||
<td width="8%" align="center" style='font-size:9pt; background-color:blue;color:white;'> <?= $feuillemaladie['numeroBonOrdonnance'] ?> </td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td> <?= _("Praticien Consultant") ?> </td>
|
||||
<td colspan="3"><INPUT style='font-size:10pt;' class="form-control" TYPE="text" value="<?= $feuillemaladie['medecinConsultation'] ?>" readonly ></td>
|
||||
<td colspan="3"><INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $feuillemaladie['medecinConsultation'] ?>" readonly ></td>
|
||||
|
||||
<td align="center"> <?= _("Raison Consultation") ?> </td>
|
||||
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="text" value="<?= $feuillemaladie['raisonconsultation'] ?>" readonly ></td>
|
||||
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $feuillemaladie['raisonconsultation'] ?>" readonly ></td>
|
||||
|
||||
<td align="center"> <?= _("Examen") ?> </td>
|
||||
<td align="center" style='font-size:10pt; background-color:blue;color:white;'> <?= $feuillemaladie['numeroBonExamen'] ?> </td>
|
||||
|
|
@ -450,7 +450,7 @@
|
|||
|
||||
<tr>
|
||||
<td align="center"> <?= _("Spécialité") ?> </td>
|
||||
<td><INPUT style='font-size:10pt;' class="form-control" TYPE="text" value="<?= $specialite ?>" readonly ></td>
|
||||
<td><INPUT style='font-size:9pt;' class="form-control" TYPE="text" value="<?= $specialite ?>" readonly ></td>
|
||||
|
||||
|
||||
<td align="center"> <?= _("Optique") ?> </td>
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user