radiantprestation/Vue/Prescriptionseance/index.php

511 lines
25 KiB
PHP

<?php
$this->titre = "INTER-SANTE - Prescription Séances";
$numeroBonKine = $seance['numeroBonKine'];
$numeroPrescriptionKine = $seance['numeroPrescriptionKine'];
$codeActePrescription = $seance['codeActePrescription'];
$ententePrealableKine = $this->nettoyer($seance['ententePrealable']);
$facture = $seance['facture'];
$_SESSION['p_numeroBonKine_C'] = $numeroBonKine;
$_SESSION['p_numeroPrescriptionKine_C'] = $numeroPrescriptionKine;
// $acteExclu
$badcodeGestionBon = "1";
$tab_gestion_bon = array("0", "1", "2");
if (in_array($codeGestionBon, $tab_gestion_bon))
{
$badcodeGestionBon = "0";
}
$actVisible = $_SESSION['p_actVisible'];
if (isset($_SESSION['p_lang']) && $_SESSION['p_lang']=="en_US")
{
$libelleActePrescription = $this->nettoyer($seance['libelleActePrescriptionEng']);
}
else
{
$libelleActePrescription = $this->nettoyer($seance['libelleActePrescription']);
}
$agePrescription = $this->nettoyer($seance['agePrescription']);
$bonCaduc = $this->nettoyer($seance['bonCaduc']);
$modeSaisieFacture = $_SESSION['p_modeSaisieFacture'];
if($modeSaisieFacture=="1")
{
$bonCaduc = "0";
}
?>
<script type="text/javascript">
</script>
<input class="sr-only" id="badcodeGestionBon" name="badcodeGestionBon" type="text" value= "<?= $badcodeGestionBon ?>" >
<input class="sr-only" id="bonCaduc" name="bonCaduc" type="text" value= "<?= $bonCaduc ?>" >
<?php if ($numeroBonKine<="0" && $badcodeGestionBon=="1") : ?>
<div class="alert alert-danger" style="height:30px; padding:5px; text-align:center;" >
<H4> <?= _("REVOIR LE TYPE DE GESTION DES BONS") ?> </H4>
</div>
<?php else: ?>
<input class="sr-only" id="codeTypePrestation" name="codeTypePrestation" type="text" value="SEA">
<input class="sr-only" id="facture" name="facture" type="text" value= "<?= $facture ?>" >
<input class="sr-only" id="numeroBonKine" name="numeroBonKine" type="text" value= "<?= $numeroBonKine ?>" >
<input class="sr-only" id="codeMedecin" name="codeMedecin" type="text" value= "<?= $seance['codeMedecin'] ?>">
<input class="sr-only" id="codeActePrescription" name="codeActePrescription" type="text" value= "<?= $codeActePrescription ?>">
<input class="sr-only" type="text" id="nbBonsOrd" name="nbBonsOrd" Value="<?= $nbBonsOrd ?>" >
<input class="sr-only" type="text" id="codeGestionBon" name="codeGestionBon" Value="<?= $codeGestionBon ?>" >
<?php if ($numeroBonKine>"0") : ?>
<legend><?= _("Prescription KINE") ?></legend>
<?php else: ?>
<legend> <?= _("Nouvelle prescription KINE") ?> </legend>
<?php endif; ?>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="10%" > Date Prescription </td>
<td width="24%" > <INPUT class="form-control" TYPE="text" value="<?= dateLang($this->nettoyer($seance['datePrescription'])) ?>" readonly style="text-align: center; font-size:10pt;" > </td>
<td width="15%" align="center"> <?= _("Médecin") ?> </td>
<td>
<?php if ($numeroBonKine>"0" or $facture=="1") : ?>
<INPUT class="form-control" TYPE="text" value="<?= $this->nettoyer($seance['medecinPrescription']) ?>" readonly style='font-size:10pt;'>
<?php else: ?>
<button type="button" class="form-control btn btn-primary" data-toggle="modal" data-target="#popRechercheMedecin" style='font-size:10pt;' ><span id="nomMedecin" name="nomMedecin"> <?= $this->nettoyer($seance['medecinPrescription']) ?> </span></button>
<?php endif; ?>
</td>
</tr>
</tbody>
</table>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="10%" > <?= _("Bons Disponibles") ?> </td>
<td width="24%" > <input class="form-control" style="text-align: center; font-size:10pt;" Value="<?= $nbBonsOrd ?>" readonly > </td>
<td width="15%" align="center" > <?= _("Gestion") ?> </td>
<td>
<?php if($badcodeGestionBon=="1") : ?>
<input class="form-control" style="text-align: center; font-size:10pt; background-color: red;color:white;" Value="<?= _("INCONNU") ?>" readonly >
<?php else: ?>
<input class="form-control" style="text-align: center; font-size:10pt;" Value="<?= $typeGestionbon ?>" readonly >
<?php endif; ?>
</td>
</tr>
</tbody>
</table>
<div id="infosbon">
<!-- debut new -->
<?php if($codeGestionBon!="0"): ?>
<?php if ($numeroBonKine>"0") : ?>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="10%" > <?= _("No Bon") ?> </td>
<td width="24%" > <input class="form-control" style="text-align: center; font-size:10pt; background-color:blue;color:white;" type="number" id="numeroBon" name="numeroBon" value="<?= $numeroBonKine ?>" readonly > </td>
<td width="15%" > </td>
<?php if ($facture=="1"): ?>
<div class="alert alert-danger" style="height:30px; padding:5px; text-align:center;" >
<H4> <?= _("Dejà facturée !") ?> </H4>
</div>
<?php elseif($bonCaduc!="1"): ?>
<?php if ($codeActePrescription>" ") : ?>
<td> <button type="button" id="btn_prescrire" name="btn_prescrire" class="form-control btn btn-primary" data-toggle="modal" data-target="#popPrescrireSeance" style='font-size:10pt;' > <?= _("Modifier Prescription...") ?> </button> </td>
<?php else: ?>
<td> <button type="button" id="btn_prescrire" name="btn_prescrire" class="form-control btn btn-primary" data-toggle="modal" data-target="#popPrescrireSeance" style='font-size:10pt;' > <?= _("Prescrire...") ?> </button> </td>
<?php endif; ?>
<?php else: ?>
<?php if ($codeActePrescription>" ") : ?>
<td> <button type="button" id="btn_prescrire" name="btn_prescrire" disabled class="form-control btn btn-primary" data-toggle="modal" data-target="#popPrescrireSeance" style='font-size:10pt;' > <?= _("Modifier Prescription...") ?> </button> </td>
<?php else: ?>
<td> <button type="button" id="btn_prescrire" name="btn_prescrire" disabled class="form-control btn btn-primary" data-toggle="modal" data-target="#popPrescrireSeance" style='font-size:10pt;' > <?= _("Prescrire...") ?> </button> </td>
<?php endif; ?>
<?php endif; ?>
</tr>
</tbody>
</table>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="10%" > <?= _("Acte") ?> </td>
<?php if($actVisible=="1"): ?>
<?php if($ententePrealableKine=='2'): ?>
<td colspan="5" style='background-color: yellow;'> <?= $libelleActePrescription ?> </td>
<?php elseif($ententePrealableKine=='1'): ?>
<td colspan="5" style='background-color: #00ff00;'> <?= $libelleActePrescription ?> </td>
<?php elseif($ententePrealableKine=='9'): ?>
<td colspan="5" style='background-color: red;color:white;'> <?= $libelleActePrescription ?> </td>
<?php else: ?>
<td colspan="5"> <?= $libelleActePrescription ?> </td>
<?php endif; ?>
<?php else: ?>
<td colspan="5"> KINE </td>
<?php endif; ?>
</td>
</tr>
<tr>
<td> <?= _("Nb Prescrits") ?> </td>
<td width="24%" > <input class="form-control" style="text-align: center; font-size:10pt;" type="number" id="nbSeance" name="nbSeance" value="<?= $this->nettoyer($seance['nbSeance']) ?>" readonly > </td>
<td width="10%" align="center"> <?= _("Nb Effectués") ?> </td>
<td width="24%" > <input class="form-control" style="text-align: center; font-size:10pt;" type="number" id="nbLivreOld" name="nbLivreOld" value="<?= $this->nettoyer($seance['nbLivreOld']) ?>" readonly > </td>
<td width="15%" align="center"> <?= _("Nb Restant") ?> </td>
<td > <input class="form-control" style="text-align: center; font-size:10pt;" type="number" id="nbRestant" name="nbRestant" value="<?= $this->nettoyer($seance['nbRestant']) ?>" readonly > </td>
</tr>
</tbody>
</table>
<?php else: ?>
<input class="sr-only" type="text" id="codeEtatBon" name="codeEtatBon" value="1">
<input class="sr-only" type="text" id="numeroBonSave" name="numeroBonSave" value="1">
<input class="sr-only" type="text" id="numeroBon" name="numeroBon" value="1">
<?php if($codeGestionBon=="1" && $nbBonsOrd<1): ?>
<div class="alert alert-danger" style="height:30px; padding:5px; text-align:center;" >
<H4> <?= _("STOCK DE BON EPUISE") ?> </H4>
</div>
<?php else: ?>
<?php if ($facture=="1"): ?>
<div class="alert alert-danger" style="height:30px; padding:5px; text-align:center;" >
<H4> <?= _("Dejà facturée !") ?> </H4>
</div>
<?php elseif($bonCaduc!="1"): ?>
<input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrer") ?>" onClick="javascript:enregistrerprescriptionseance();" style='font-size:10pt;' >
<?php else: ?>
<input id="btn_enreg" name="btn_enreg" disabled class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrer") ?>" style='font-size:10pt;' >
<?php endif; ?>
<?php endif; ?>
<?php endif; ?>
<?php else: ?>
<!-- Fin new -->
<input class="sr-only" type="text" id="codeEtatBon" name="codeEtatBon" value="">
<input class="sr-only" type="text" id="numeroBonSave" name="numeroBonSave" value="0">
<?php if ($numeroBonKine>"0") : ?>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="10%" > <?= _("No Bon") ?> </td>
<td width="24%" > <input class="form-control" style="text-align: center; font-size:10pt; background-color:blue;color:white;" type="number" id="numeroBon" name="numeroBon" value="<?= $numeroBonKine ?>" readonly > </td>
<td width="15%" > </td>
<?php if ($facture=="1"): ?>
<div class="alert alert-danger" style="height:30px; padding:5px; text-align:center;" >
<H4> <?= _("Dejà facturée !") ?> </H4>
</div>
<?php elseif($bonCaduc!="1"): ?>
<?php if ($codeActePrescription>" ") : ?>
<td> <button type="button" id="btn_prescrire" name="btn_prescrire" class="form-control btn btn-primary" data-toggle="modal" data-target="#popPrescrireSeance" style='font-size:10pt;' > <?= _("Modifier Prescription...") ?> </button> </td>
<?php else: ?>
<td> <button type="button" id="btn_prescrire" name="btn_prescrire" class="form-control btn btn-primary" data-toggle="modal" data-target="#popPrescrireSeance" style='font-size:10pt;' > <?= _("Prescrire...") ?> </button> </td>
<?php endif; ?>
<?php else: ?>
<?php if ($codeActePrescription>" ") : ?>
<td> <button type="button" id="btn_prescrire" name="btn_prescrire" disabled class="form-control btn btn-primary" style='font-size:10pt;' > <?= _("Modifier Prescription...") ?> </button> </td>
<?php else: ?>
<td> <button type="button" id="btn_prescrire" name="btn_prescrire" disabled class="form-control btn btn-primary" style='font-size:10pt;' > <?= _("Prescrire...") ?> </button> </td>
<?php endif; ?>
<?php endif; ?>
</tr>
</tbody>
</table>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="10%" > <?= _("Acte") ?> </td>
<?php if($actVisible=="1"): ?>
<INPUT class="form-control" TYPE="text" value="<?= $libelleActePrescription ?>" readonly style='font-size:10pt;'>
<?php if($ententePrealableKine=='2'): ?>
<td colspan="5" style='background-color: yellow;'> <?= $libelleActePrescription ?> </td>
<?php elseif($ententePrealableKine=='1'): ?>
<td colspan="5" style='background-color: #00ff00;'> <?= $libelleActePrescription ?> </td>
<?php elseif($ententePrealableKine=='9'): ?>
<td colspan="5" style='background-color: red;color:white;'> <?= $libelleActePrescription ?> </td>
<?php else: ?>
<td colspan="5"> <?= $libelleActePrescription ?> </td>
<?php endif; ?>
<?php else: ?>
<td colspan="5"> KINE </td>
<?php endif; ?>
</tr>
<tr>
<td> <?= _("Nb Prescrits") ?> </td>
<td width="24%" > <input class="form-control" style="text-align: center; font-size:10pt;" type="number" id="nbSeance" name="nbSeance" value="<?= $this->nettoyer($seance['nbSeance']) ?>" readonly > </td>
<td width="10%" align="center"> <?= _("Nb Effectués") ?> </td>
<td width="24%" > <input class="form-control" style="text-align: center; font-size:10pt;" type="number" id="nbLivreOld" name="nbLivreOld" value="<?= $this->nettoyer($seance['nbLivreOld']) ?>" readonly > </td>
<td width="10%" align="center"> <?= _("Nb Restant") ?> </td>
<td > <input class="form-control" style="text-align: center; font-size:10pt;" type="number" id="nbRestant" name="nbRestant" value="<?= $this->nettoyer($seance['nbRestant']) ?>" readonly > </td>
</tr>
</tbody>
</table>
<?php else: ?>
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<?php if($nbBonsOrd<1): ?>
<tr>
<input class="sr-only" type="number" id="numeroBon" name="numeroBon" required >
<td>
<div class="alert alert-danger" style="height:30px; padding:5px; text-align:center;" >
<H4> <?= _("STOCK DE BON EPUISE") ?> </H4>
</div>
</td>
</tr>
<?php else: ?>
<tr>
<td width="10%" > <?= _("No Bon") ?> </td>
<?php if ($facture=="1"): ?>
<td width="24%" > <input class="form-control" style="text-align: center; font-size:10pt; background-color:blue;color:white;" type="number" id="numeroBon" name="numeroBon" value="<?= $numeroBonKine ?>" readonly > </td>
<?php elseif($bonCaduc!="1"): ?>
<td width="24%" > <input class="form-control" style="text-align: center; font-size:10pt;" type="number" id="numeroBon" name="numeroBon" required
onChange="ajaxinfosbonprescriptionseance();" onkeypress="javascript:ctrlkeypress_numeroBon(event);" autofocus ></td>
<?php else: ?>
<td width="24%" > <input class="form-control" style="text-align: center; font-size:10pt;" type="number" id="numeroBon" name="numeroBon" readonly ></td>
<?php endif; ?>
<td width="15%" > </td>
<td><input id="btn_enreg" name="btn_enreg" class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrer") ?>" disabled style='font-size:10pt;' ></td>
</tr>
<?php endif; ?>
</tbody>
</table>
<?php endif; ?>
<?php endif; ?>
<?php if (isset($msgErreur)): ?>
<div id ="msgErreur" class="alert alert-danger">
<H4><?= $msgErreur ?></H4>
</div>
<?php endif; ?>
</div>
<?php if($bonCaduc=="1") : ?>
<div class="alert alert-danger" style="height:30px; padding:5px; text-align:center; margin-bottom:5px;" >
<H4> <?= " Age => ".$agePrescription . " "._("jours") . " => " . _("BON CADUC") ?> </H4>
</div>
<?php endif; ?>
<div id="prescriptionseances">
<?php if ($numeroBonKine>"0") : ?>
<legend> <?= _("Séances Effectuées") ?> </legend>
<?php $nbSeances = 0; ?>
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style="font-size:10pt;">
<thead>
<tr>
<th style="text-align:center"> <?= _("Acte") ?> </th>
<th style="text-align:center"> Date </th>
<th style="text-align:center"> <?= _("Qté") ?> </th>
<th style="text-align:center"> <?= _("Prestataire") ?> </th>
<th style="text-align:center"> <?= _("Bon Séance") ?> </th>
</tr>
</thead>
<tbody>
<?php foreach ($detailseances as $detailseance):
$idSeance=$this->nettoyer($detailseance['id']);
$ententePrealable = $this->nettoyer($detailseance['ententePrealable']);
$nbSeances++;
if (isset($_SESSION['p_lang']) && $_SESSION['p_lang']=="en_US")
{
$libelleActeSeance = $this->nettoyer($detailseance['libelleActeSeanceEng']);
}
else
{
$libelleActeSeance = $this->nettoyer($detailseance['libelleActeSeance']);
}
?>
<?php if($ententePrealable=='2'): ?>
<tr style="background-color: yellow;" >
<?php elseif($ententePrealable=='1'): ?>
<tr style="background-color: #00ff00;" >
<?php elseif($ententePrealable=='9'): ?>
<tr style="background-color: red; color:white;" >
<?php else: ?>
<tr valign="top">
<?php endif; ?>
<td align="center">
<?php if($actVisible=="1"): ?>
<?= $libelleActeSeance ?> </td>
<?php else: ?>
KINE
<?php endif; ?>
</td>
<td align="center"> <?= dateLang($this->nettoyer($detailseance['datePrestation'])) ?> </td>
<td align="center"> <?= $this->nettoyer($detailseance['quantite']) ?> </td>
<td align="center"> <?= $this->nettoyer($detailseance['prestataireSeance']) ?> </td>
<td align="center"> <?= $this->nettoyer($detailseance['numeroBonSeance']) ?> </td>
</tr>
<?php endforeach; ?>
</tbody>
</table>
<div class="modal fade" id="popPrescrireSeance" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button id="btn_close_pop" name="btn_close_pop" type="button" class="close" data-dismiss="modal"> <?= _("Fermer") ?> </button>
<h3 class="modal-title"> <?= _("Prescrire des séances") ?> </h3>
</div>
<div class="modal-body">
<div id="div_ajout_chambre">
<form id="frmchambre" name="frmchambre" method="post" >
<input class="sr-only" type="text" id="codeTypePrestation" name="codeTypePrestation" value="SEA">
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="15%" > <?= _("T M") ?> </td>
<td width="20%" > <input class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;'" type="number" id="tauxCouverture" name="tauxCouverture" value="<?= $_SESSION['p_tm_C'] ?>" readonly ></td>
<td width="15%" align="center"> <?= _("Acte") ?> </td>
<td colspan="3">
<div id="listeacte">
<SELECT class="form-control" id="codeActe" NAME="codeActe" required onChange="ajaxprixseance();" style='font-size:10pt;' required autofocus >
<?php liste_options($acte,$this->nettoyer($seance['codeActePrescription'])); ?>
</SELECT>
</div>
</td>
</tr>
</tbody>
</table>
<div id="infosacte" style='font-size:10pt;'>
<input class="sr-only" type="number" id="prixActe" name="prixActe" value="<?= $this->nettoyer($seance['valeurActe']) ?>" >
<input class="sr-only" type="number" id="valeurActe" name="valeurActe" value="<?= $this->nettoyer($seance['valeurActe']) ?>" >
<input class="sr-only" type="number" id="montantTm" name="montantTm" value="<?= $this->nettoyer($seance['montantTm']) ?>" >
<input class="sr-only" type="number" id="aRembourser" name="aRembourser" value="<?= $this->nettoyer($seance['montantArembourser']) ?>" >
<input class="sr-only" type="number" id="totalActe" name="totalActe" value="<?= $this->nettoyer($seance['fraisReel']) ?>" >
<input class="sr-only" type="text" id="ententePrealableSea" name="ententePrealableSea" value="<?= $this->nettoyer($seance['ententePrealable']) ?>" >
<table class="table table-responsive table-condensed" style='font-size:10pt;'>
<tbody>
<tr>
<td width="15%" > <?= _("Valeur") ?> </td>
<td width="20%" > <input class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;'" type="text" value="<?= format_N($this->nettoyer($seance['valeurActe'])) ?>" readonly> </td>
<td width="15%" align="center" > <?= _("Quantité") ?> </td>
<td width="15%" >
<input class="form-control" id="quantite" name="quantite" type="number" value="<?= $this->nettoyer($seance['quantitePrescrite']) ?>" style="text-align: center; font-size:10pt; '"
onBlur="ajaxprixseance();" >
</td>
<td width="15%" align="center"> Total </td>
<td width="20%" > <input class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;'" type="text" value="<?= format_N($this->nettoyer($seance['fraisReel'])) ?>" readonly ></td>
</tr>
<tr>
<td> <?= _("T M") ?> </td>
<td> <input class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;'" type="text" value="<?= format_N($this->nettoyer($seance['montantTm'])) ?>" readonly ></td>
<td align="center" > <?= _("A Remb") ?> </td>
<td > <input class="form-control" style="background-color: rgb(190,190,190);text-align: center; font-size:10pt;'" type="text" value="<?= format_N($this->nettoyer($seance['montantArembourser'])) ?>" readonly ></td>
<td colspan="2" >
<?php if ($bonCaduc!="1"): ?>
<input id="btn_enreg_seance" name="btn_enreg_seance" class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrer") ?>" onClick="javascript:modifierprescriptionseance();" style='font-size:10pt;' >
<?php else: ?>
<input id="btn_enreg_seance" name="btn_enreg_seance" disabled class = "form-control btn btn-primary" type="button" value="<?= _("Enregistrer") ?>" style='font-size:10pt;' >
<?php endif; ?>
</td>
</tr>
</tbody>
</table>
</div>
</form>
</div>
</div>
<div class="modal-footer">
<button type="button" class="btn btn-default" data-dismiss="modal"> <?= _("Fermer") ?> </button>
</div>
</div>
</div>
</div>
<input class="sr-only" type="text" id="nbSeances" name="nbSeances" value="<?= $nbSeances ?>" >
<?php endif; ?>
</div>
<div class="modal fade" id="popRechercheMedecin" role="dialog">
<div class="modal-dialog modal-lg">
<div class="modal-content">
<div class="modal-header">
<button id="btn_close_pop" name="btn_close_pop" type="button" class="close" data-dismiss="modal"> <?= _("Fermer") ?> </button>
<h4 class="modal-title"><?= _("Rechercher un Médecin...") ?></h4>
</div>
<div class="modal-body">
<div id="div_listemedecins" onkeypress="javascript:ctrlkeypress_medecin(event);">
<table class="table table-striped table-bordered table-hover table-condensed table-responsive" style='font-size:10pt;'>
<thead>
<tr>
<th style="text-align:center" width="15%" > Code </th>
<th width="50%" style="text-align:center" > <?= _("Nom contenant...") ?> </th>
<th style="text-align:center" > <?= _("Spécialité") ?> </th>
</tr>
</thead>
<tbody>
<tr>
<td><input type="text" class="form-control" id="noOrdreMedecin" name="noOrdreMedecin" autofocus style='font-size:10pt;' ></td>
<td><input type="text" class="form-control" id="nomsearch" name="nomsearch" autofocus style='font-size:10pt;' ></td>
<td><input type="button" class = "form-control btn btn-info" style='font-size:10pt;' value="<?= _("Rechercher...") ?>" onclick="javascript:afficher_pop_recherche_medecin();" /></td>
</tr>
</tbody>
</table>
</div>
</div>
<div class="modal-footer">
<button id="close_pop" name="close_pop" type="button" class="btn btn-default" data-dismiss="modal"> <?= _("Fermer") ?> </button>
</div>
</div>
</div>
</div>
<?php endif; ?>