408 lines
21 KiB
PHP
Executable File
408 lines
21 KiB
PHP
Executable File
<?php $this->titre = "INTER SANTE - Prescription Optique";
|
|
$numeroBonOptique = is_array($optique)? $optique['numeroBonOptique'] : "0";
|
|
$numeroOptique = is_array($optique)? $optique['numeroOptique'] : "0";
|
|
?>
|
|
|
|
|
|
<script type="text/javascript">
|
|
|
|
</script>
|
|
|
|
|
|
<input style='text-align:center; font-size:11pt;' class="form-control" type="text" value= "Informations sur la prescription : <?= $numeroOptique ?>
|
|
=> Prestataire : <?= $_SESSION['prestataire_C'] ?> => Feuille Maladie : <?= $_SESSION['numeroFeuilleMaladie_C'] ?>" readonly >
|
|
|
|
<table class="table table-responsive table-condensed" style='font-size:9pt;' >
|
|
<tbody>
|
|
<tr>
|
|
<td width="5%" > <?= _("Souscrip.") ?> </td>
|
|
<td width="20%">
|
|
<INPUT style='text-align:center; font-size:11pt;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
|
|
value="<?= $_SESSION['nomClient_C'] ?>" onChange="" readonly >
|
|
</td>
|
|
|
|
<td width="5%" align="center" > <?= _("Adh.") ?> </td>
|
|
<td width="20%" > <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['adherent_C']; ?>" readonly style="text-align: center; font-size:9pt;" > </td>
|
|
|
|
<td width="5%" align="center"> <?= _("Bénéf.") ?> </td>
|
|
<td width="25%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['beneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
|
|
|
|
<td width="7%" align="center"> <?= _("Tél Bénéf.") ?> </td>
|
|
<td width="13%"> <INPUT class="form-control" TYPE="text" value="<?= $_SESSION['telephonePortableBeneficiaire_C']; ?>" readonly style='font-size:9pt;'> </td>
|
|
</tr>
|
|
<tr>
|
|
<td colspan="8">
|
|
<INPUT style='font-size:12pt; font-weight: bold; background-color:#f5deb3 !important; color:#a0522d; text-align:center;' class="form-control" TYPE="text" id="nomClient" name="nomClient"
|
|
value="<?= 'TAUX DE COUVERTURE : '.$tauxCouverture ?>" onChange="" readonly >
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
<?php if($numeroBonOptique > "0"):?>
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td width="10%" > <?= _("Date Prescription") ?> </td>
|
|
<td width="15%" > <INPUT class="form-control" TYPE="text" value="<?= dateLang($this->nettoyer($optique['datePrescription'])) ?>" readonly style="text-align: center; font-size:10pt;" > </td>
|
|
|
|
<td width="10%" align="center"> <?= _("No Ordonnance") ?> </td>
|
|
<td width="15%" > <input class="form-control" style="text-align: center; font-size:10pt; background-color:#027BE3 !important;color:white;" type="number" id="numeroBon" name="numeroBon" value="<?= $numeroBonOptique ?>" readonly > </td>
|
|
|
|
<td width="10%" align="center"> <?= _("Médecin") ?> </td>
|
|
<td> <INPUT class="form-control" TYPE="text" value="<?= $this->nettoyer($optique['medecinPrescription']) ?>" readonly style='font-size:10pt;'> </td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
<div id="verres">
|
|
<legend> <?= _("Prescription optique") ?> </legend>
|
|
|
|
<table class="table table-condensed table-responsive" style="font-size:10pt;">
|
|
<thead>
|
|
<tr>
|
|
<td style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none;'> </td>
|
|
|
|
<td colspan="3" style='text-align:center;font-size:10pt;background-color: #eeeeee;color: #000;font-weight: bold;'> <?= _("OEIL DROIT") ?> </td>
|
|
<td width="1%" style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none; border-right : none;'> </td>
|
|
<td style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none;border-left : none;'> </td>
|
|
|
|
<td colspan="3" style='text-align:center;font-size:10pt;font-weight: bold;background-color: #eeeeee;color: #000;'> <?= _("OEIL GAUCHE") ?> </td>
|
|
<td width="1%" style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none; border-right : none;'> </td>
|
|
<td style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none; border-left : none; border-right : none;'> </td>
|
|
<td style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold; border-left : none;'> </td>
|
|
</tr>
|
|
<tr>
|
|
<th style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;'></th>
|
|
<th style='text-align:center'> <?= _("Axe") ?> </th>
|
|
<th style='text-align:center'> <?= _("Verre Cylindrique") ?> </th>
|
|
<th style='text-align:center'> <?= _("Verre Sphérique") ?> </th>
|
|
<th style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none; border-right : none;'></th>
|
|
<th style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none; border-left : none;'></th>
|
|
<th style='text-align:center'> <?= _("Axe") ?> </th>
|
|
<th style='text-align:center'> <?= _("Verre Cylindrique") ?> </th>
|
|
<th style='text-align:center'> <?= _("Verre Sphérique") ?> </th>
|
|
<th style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none; border-right : none;'></th>
|
|
<th style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none; border-left : none;'></th>
|
|
<th style='text-align:center;'> <?= _("Distance Interpupillaire") ?> </th>
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td align='center' style='text-align:center;font-size:10pt;background-color: #dff2ff;color: #000;'><?= _("Vision éloignée") ?></td>
|
|
<td align='center'>
|
|
<INPUT class="form-control text-center" id="axeVisionLoinDroit" name="axeVisionLoinDroit" TYPE="text" style="font-size:10pt;" value="<?=$optique['axeVisionLoinDroit'];?>" disabled>
|
|
</td>
|
|
<td align='center'>
|
|
<INPUT class="form-control text-center" id="verreCylindriqueDroit" name="verreCylindriqueDroit" TYPE="text" style="font-size:10pt;" value="<?=$optique['verreCylindriqueDroit'];?>" disabled>
|
|
</td>
|
|
<td align='center'>
|
|
<INPUT class="form-control text-center" id="verreSpheriqueDroit" name="verreSpheriqueDroit" TYPE="text" style="font-size:10pt;" value="<?=$optique['verreSpheriqueDroit'];?>" disabled>
|
|
</td>
|
|
<td width="1%" style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none;border-left : none;'> </td>
|
|
<td align='center' style='text-align:center;font-size:10pt;background-color: #dff2ff;color: #000;'><?= _("Vision éloignée") ?></td>
|
|
<td align='center'>
|
|
<INPUT class="form-control text-center" id="axeVisionLoinGauche" name="axeVisionLoinGauche" TYPE="text" style="font-size:10pt;" value="<?=$optique['axeVisionLoinGauche'];?>" disabled>
|
|
</td>
|
|
<td align='center'>
|
|
<INPUT class="form-control text-center" id="verreCylindriqueGauche" name="verreCylindriqueGauche" TYPE="text" style="font-size:10pt;" value="<?=$optique['verreCylindriqueGauche'];?>" disabled>
|
|
</td>
|
|
<td align='center'>
|
|
<INPUT class="form-control text-center" id="verreSpheriqueGauche" name="verreSpheriqueGauche" TYPE="text" style="font-size:10pt;" value="<?=$optique['verreSpheriqueGauche'];?>" disabled>
|
|
</td>
|
|
<td width="1%" style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none;'> </td>
|
|
<td align='center' style='text-align:center;font-size:10pt;background-color: #dff2ff;color: #000;'><?= _("Vision éloignée") ?></td>
|
|
<td align='center'>
|
|
<INPUT class="form-control text-center" id="distanceInterpupillaireVisionLoin" name="distanceInterpupillaireVisionLoin" TYPE="text" style="font-size:10pt;" value="<?=$optique['distanceInterpupillaireVisionLoin'];?>" disabled>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align='center' style='text-align:center;font-size:10pt;background-color: #dff2ff;color: #000;'><?= _("Vision de près / Addition") ?></td>
|
|
<td align='center'>
|
|
<INPUT class="form-control text-center" id="axeVisionPresDroit" name="axeVisionPresDroit" style="font-size:10pt;" TYPE="text" value="<?=$optique['axeVisionPresDroit'];?>" disabled>
|
|
</td>
|
|
<td align='center' style="background-color: #dff2ff;">
|
|
</td>
|
|
<td align='center' style="background-color: #dff2ff;">
|
|
</td>
|
|
<td width="1%" style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none;'> </td>
|
|
<td align='center' style='text-align:center;font-size:10pt;background-color: #dff2ff;color: #000;'><?= _("Vision de près / Addition") ?></td>
|
|
<td align='center'>
|
|
<INPUT class="form-control text-center" id="axeVisionPresGauche" name="axeVisionPresGauche" style="font-size:10pt;" TYPE="text" value="<?=$optique['axeVisionPresGauche'];?>" disabled>
|
|
</td>
|
|
<td align='center' style="background-color: #dff2ff;">
|
|
</td>
|
|
<td align='center' style="background-color: #dff2ff;">
|
|
</td>
|
|
<td width="1%" style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none;'> </td>
|
|
<td align='center' style='text-align:center;font-size:10pt;background-color: #dff2ff;color: #000;'><?= _("Vision de près / Addition") ?></td>
|
|
<td align='center'>
|
|
<INPUT class="form-control text-center" id="distanceInterpupillaireVisionPres" name="distanceInterpupillaireVisionPres" style="font-size:10pt;" TYPE="text" value="<?=$optique['distanceInterpupillaireVisionPres'];?>" disabled>
|
|
</td>
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
<table class="table table-condensed table-responsive" style="font-size:10pt;">
|
|
<thead>
|
|
<tr>
|
|
<td colspan="4" style='text-align:center;font-size:10pt;background-color: #eeeeee;color: #000;font-weight: bold;'> <?= _("TYPE") ?> </td>
|
|
<td width="1%" style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none; border-right : none;'> </td>
|
|
<td style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none;border-left : none;'> </td>
|
|
<td colspan="5" style='text-align:center;font-size:10pt;background-color: #eeeeee;color: #000;font-weight: bold;'> <?= _("TRAITEMENT") ?> </td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="2" style='text-align:center'> <?= _("Double Foyer") ?> </th>
|
|
<th colspan="2" style='text-align:center'> <?= _("Progressif") ?> </th>
|
|
<th style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none; border-right : none;'></th>
|
|
<th style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none; border-left : none;'></th>
|
|
<th style='text-align:center'> <?= _("A") ?> </th>
|
|
<th style='text-align:center'> <?= _("AB") ?> </th>
|
|
<th style='text-align:center'> <?= _("B") ?> </th>
|
|
<th style='text-align:center'> <?= _("C") ?> </th>
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td align='center' colspan="2" rowspan="2" style='text-align:center;font-size:10pt;background-color:#dff2ff;color: #000;'>
|
|
<select class="form-select" id="doubleFoyer" NAME="doubleFoyer" style='font-size:10pt; text-align:center;' disabled>
|
|
<?php liste_options($doubleFoyer, $optique['doubleFoyer']); ?>
|
|
</SELECT>
|
|
</td>
|
|
<td align='center' colspan="2" rowspan="2" style='text-align:center;font-size:10pt;background-color:#dff2ff;color: #000;'>
|
|
<select class="form-select" id="progressif" NAME="progressif" style='font-size:10pt; text-align:center;' disabled>
|
|
<?php liste_options($progressif, $optique['progressif']); ?>
|
|
</SELECT>
|
|
</td>
|
|
<td width="1%" style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none;border-left : none;'> </td>
|
|
<td align='center' rowspan="2" style='text-align:center;font-size:10pt;background-color: #dff2ff;color: #000;'>
|
|
<?= _("Teinte") ?>
|
|
|
|
</td>
|
|
<td align='center'>
|
|
<select class="form-select" id="teinteA" NAME="teinteA" style='font-size:10pt; text-align:center;' disabled>
|
|
<?php liste_options($teinteA, $optique['teinteA']); ?>
|
|
</SELECT>
|
|
</td>
|
|
<td align='center'>
|
|
<select class="form-select" id="teinteAB" NAME="teinteAB" style='font-size:10pt; text-align:center;' disabled>
|
|
<?php liste_options($teinteAB, $optique['teinteAB']); ?>
|
|
</SELECT>
|
|
</td>
|
|
<td align='center'>
|
|
<select class="form-select" id="teinteB" NAME="teinteB" style='font-size:10pt; text-align:center;' disabled>
|
|
<?php liste_options($teinteB, $optique['teinteB']); ?>
|
|
</SELECT>
|
|
</td>
|
|
<td align='center'>
|
|
<select class="form-select" id="teinteC" NAME="teinteC" style='font-size:10pt; text-align:center;' disabled>
|
|
<?php liste_options($teinteC, $optique['teinteC']); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td width="1%" style='text-align:center;background-color: #fff;color: #fff;font-size:11pt;font-weight: bold;border-top : none;border-bottom : none;border-left : none;'> </td>
|
|
|
|
<td align='center' style="background-color: #dff2ff;">
|
|
<?= _("Photogray") ?>
|
|
</td>
|
|
<td align='center' >
|
|
<select class="form-select" id="photogray" NAME="photogray" style='font-size:10pt; text-align:center;' disabled>
|
|
<?php liste_options($photogray, $optique['photogray']); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
<td align='center' style="background-color: #dff2ff;">
|
|
<?= _("Antireflet") ?>
|
|
</td>
|
|
|
|
<td >
|
|
<select class="form-select" id="antireflet" NAME="antireflet" style='font-size:10pt; text-align:center;' disabled>
|
|
<?php liste_options($antireflet, $optique['antireflet']); ?>
|
|
</SELECT>
|
|
</td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
|
|
<table class="table table-bordered table-condensed table-responsive" style="font-size:10pt;">
|
|
<thead>
|
|
<tr>
|
|
<td colspan="9" style='text-align:center;font-size:10pt;background-color: #eeeeee;color: #000;font-weight: bold;'> FILTRES </td>
|
|
</tr>
|
|
<tr>
|
|
<th colspan="3" style='text-align:center'> <?= _("Photochromique") ?> </th>
|
|
<th style='text-align:center'> <?= _("AntiUV") ?> </th>
|
|
<th colspan="2" style='text-align:center'> <?= _("Transition") ?> </th>
|
|
<th style='text-align:center'> <?= _("AntiBuée") ?> </th>
|
|
<th colspan="2" style='text-align:center'> <?= _("FiltreBleu") ?> </th>
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody>
|
|
<tr>
|
|
<td align='center' colspan="3" >
|
|
<select class="form-select" id="photochromique" NAME="photochromique" style='font-size:10pt; text-align:center;'disabled>
|
|
<?php liste_options($photochromique, $optique['photochromique']); ?>
|
|
</SELECT>
|
|
</td>
|
|
<td align='center' >
|
|
<select class="form-select" id="antiUV" NAME="antiUV" style='font-size:10pt; text-align:center;' disabled>
|
|
<?php liste_options($antiUV, $optique['antiUV']); ?>
|
|
</SELECT>
|
|
</td>
|
|
<td align='center' colspan="2">
|
|
<select class="form-select" id="transition" NAME="transition" style='font-size:10pt; text-align:center;' disabled>
|
|
<?php liste_options($transition, $optique['transition']); ?>
|
|
</SELECT>
|
|
</td>
|
|
<td align='center'>
|
|
<select class="form-select" id="antiBuee" NAME="antiBuee" style='font-size:10pt; text-align:center;' disabled>
|
|
<?php liste_options($antiBuee, $optique['antiBuee']); ?>
|
|
</SELECT>
|
|
</td>
|
|
<td align='center' colspan="2">
|
|
<select class="form-select" id="filtreBleu" NAME="filtreBleu" style='font-size:10pt; text-align:center;' disabled>
|
|
<?php liste_options($filtreBleu, $optique['filtreBleu']); ?>
|
|
</SELECT>
|
|
</td>
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
<div>
|
|
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:10pt;'>
|
|
<thead>
|
|
<tr>
|
|
<th colspan="12" style='text-align:center;font-size:12pt;background-color: #4baf50; color: #fff;font-weight: bold;'> <?= _("LIVRE PAR") ?> </th>
|
|
</tr>
|
|
<tr>
|
|
<th style="text-align:center"> <?= _("Prestataire") ?> </th>
|
|
<th style="text-align:center"> <?= _("Actes") ?> </th>
|
|
<th style="text-align:center"> <?= _("Solde Plafond") ?> </th>
|
|
<th style="text-align:center;" width="15%"> <?= _("Prix Unitaire") ?> </th>
|
|
<th style="text-align:center;background-color:blue;color:white;"> <?= _("Total") ?> </th>
|
|
<th style="text-align:center"> <?= _("TM") ?> </th>
|
|
<th style="text-align:center"> <?= _("Montant TM") ?> </th>
|
|
<th style="text-align:center"> <?= _("A Rembourser") ?> </th>
|
|
<th style="text-align:center;background-color:red;color:white;"> <?= _("Dépassement") ?> </th>
|
|
<th style="text-align:center"> <?= _("Motif") ?> </th>
|
|
</tr>
|
|
</thead>
|
|
|
|
<tbody>
|
|
<?php
|
|
$i = 0;
|
|
foreach ($detailoptiques as $v):
|
|
$idDetail = $this->nettoyer($v['id']);
|
|
|
|
$libelleActe = $this->nettoyer($v['libelleActe']);
|
|
|
|
$plafond = format_N($this->nettoyer($v['plafond']));
|
|
|
|
$soldeNew = format_N($this->nettoyer($v['soldeNew']));
|
|
|
|
$ententePrealable = $this->nettoyer($v['ententePrealable']);
|
|
|
|
$codeMotifDepassement = $this->nettoyer($v['codeMotifDepassement']);
|
|
|
|
$motif = $this->nettoyer($v['motif']);
|
|
$motifEng = $this->nettoyer($v['motifEng']);
|
|
?>
|
|
<?php if($ententePrealable=='2'): ?>
|
|
<tr valign="top" style="background-color: yellow;">
|
|
<?php elseif($ententePrealable=='1'): ?>
|
|
<tr valign="top" style="background-color: #00ff00;">
|
|
<?php elseif($ententePrealable=='9'): ?>
|
|
<tr valign="top" style="background-color: red;color:white;">
|
|
<?php else: ?>
|
|
<tr valign="top">
|
|
<?php endif; ?>
|
|
<td align='center' > <?= $this->nettoyer($v['prestataire']); ?></td>
|
|
<td align='center' > <?= $libelleActe; ?></td>
|
|
<td align='center' width="13%"> <?= $plafond; ?></td>
|
|
<td align='center' width="10%"> <?= format_N($this->nettoyer($v['valeurActe'])) ?></td>
|
|
<td align='center' width="10%"> <?= format_N($this->nettoyer($v['fraisReel'])) ?></td>
|
|
<td align='center' width="6%"> <?= $this->nettoyer($v['tm']) ?></td>
|
|
|
|
<td align='center' width="10%"> <?= format_N($this->nettoyer($v['montantTm'])) ?></td>
|
|
<td align='center' width="10%"> <?= format_N($this->nettoyer($v['montantArembourser'])) ?></td>
|
|
|
|
<td align='center' width="10%" ><?= format_N($this->nettoyer($v['depassement'])) ?></td>
|
|
|
|
<?php if($codeMotifDepassement!=''): ?>
|
|
<td align='center'>
|
|
<button type="button" class="btn btn-info" title="<?= _("Voir le motif du dépassement...") ?>" onClick='javascript:alert_ebene("<?= $motif ?>","<?= $motifEng ?>");'>
|
|
<?= $codeMotifDepassement ?>
|
|
</button>
|
|
</td>
|
|
<?php else: ?>
|
|
<td > </td>
|
|
<?php endif; ?>
|
|
</tr>
|
|
<?php endforeach; ?>
|
|
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
|
|
<div id="div_ged_0">
|
|
<form enctype="multipart/form-data" action="Optiquecons" method="post">
|
|
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
|
|
<tbody>
|
|
<tr>
|
|
<td> <?= _("Document") ?> </td>
|
|
<td> <input style="font-size: 15px; height: 40px" class="form-control btn btn-info" name="fichier_upload" type="file" id="fichier_upload" /> </td>
|
|
|
|
<td> </td>
|
|
<td> <input style='font-size:10pt;' class="form-control btn btn-primary" type="submit" name="submit" value="<?= _("Envoyer") ?>" /> </td>
|
|
|
|
<td> </td>
|
|
<td > <button style='font-size:10pt;' type="button" class="form-control btn btn-primary" onclick="javascript:prescription_medicament();"><?= _("Actualiser...") ?></button> </td>
|
|
|
|
</tr>
|
|
|
|
</tbody>
|
|
</table>
|
|
</form>
|
|
|
|
<?php if((isset($msgErreurGed)) && ($msgErreurGed>" ")) : ?>
|
|
<INPUT style='font-size:12pt; color:red; text-align:center;' class="form-control" type="text" value="<?= $msgErreurGed ?>" readonly >
|
|
<?php endif; ?>
|
|
|
|
<table class="table table-striped table-hover table-condensed table-responsive" style="font-size:9pt;" >
|
|
<thead>
|
|
<th width="12%" style='text-align:center'> Date </th>
|
|
<th style='text-align:center'> <?= _("Document GED") ?></th>
|
|
<th width="11%" style='text-align:center'> <?= _("Télécharger") ?> </th>
|
|
</thead>
|
|
|
|
<tbody>
|
|
<?php foreach ($geds as $ged):
|
|
$idGed=$this->nettoyer($ged['idGed']);
|
|
$cheminFichier = $this->nettoyer($ged['cheminFichier']);
|
|
?>
|
|
<tr valign="top">
|
|
<td align='center'><?= dateheureLang($this->nettoyer($ged['dateSysteme'])) ?></td>
|
|
<td align='center'><?= $this->nettoyer($ged['nomOrigine']) ?></td>
|
|
<td align="center">
|
|
<a style="font-size:10pt;" href="<?= $cheminFichier ?>" target="_blank" > <?= _("Télécharger") ?> </a>
|
|
</td>
|
|
</tr>
|
|
<?php endforeach; ?>
|
|
</tbody>
|
|
</table>
|
|
</div>
|
|
|
|
<?php endif; ?>
|