73 lines
2.2 KiB
PHP
Executable File
73 lines
2.2 KiB
PHP
Executable File
<?php
|
|
// $this->titre = nettoyerf("Intersanté - Accueil Assuré");
|
|
$this->titre = "Intersante - "._("Accueil Assure");
|
|
?>
|
|
|
|
<legend>
|
|
<marquee behavior="scroll" direction="left" scrollamount="5">
|
|
<?= _("FAMILLE") ?> <?= $this->nettoyer($_SESSION['adherent_C'] . " ( ". $_SESSION['numeroAdherent_C']) . " ) " ?>
|
|
</marquee>
|
|
</legend>
|
|
|
|
<table class="table table-condensed table-responsive" style="font-size:12pt;">
|
|
<tbody>
|
|
<tr valign="top">
|
|
|
|
<td>
|
|
<div class="div_list_puce row">
|
|
<ul >
|
|
<h4><li><a href="javascript:exclusionstandards();"> <?= _("EXCLUSIONS") ?> </a></li></h4>
|
|
|
|
<h4><li><a href="Dossiersfamille/"> <?= _("DOSSIERS DE LA FAMILLE") ?> </a></li></h4>
|
|
|
|
<h4><li><a href="Facturecons/"> <?= _("CONSULTER UNE FACTURE") ?> </a></li></h4>
|
|
|
|
<h4><li><a href="Spadherent/"> <?= _("RAPPORT S/P") ?> </a></li></h4>
|
|
|
|
<h4><li><a href="Listeententeprealables/"> <?= _("ACCORDS PREALABLES") ?> </a></li></h4>
|
|
|
|
<h4><li><a href="Histsupprempreinte/"> <?= _("HISTORIQUE SUPPRESSION EMPREINTE") ?> </a></li></h4>
|
|
|
|
<h4><li><a href="Changermotpass/"> <?= _("CHANGER MOT DE PASS") ?> </a></li></h4>
|
|
|
|
<!--
|
|
<h4><li><a href="Listedemandebon/"> REQUETES </a></li></h4>
|
|
-->
|
|
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
|
|
<td>
|
|
<div class="div_list_puce row">
|
|
<ul>
|
|
<h4><li><a href="javascript:afficher_adherent_id();"> <?= _("MEMBRES DE LA FAMILLE") ?> </a></li></h4>
|
|
|
|
<h4><li><a href="Facturesfamille/"> <?= _("CONSOMMATIONS DE LA FAMILLE") ?> </a></li></h4>
|
|
|
|
<h4><li><a href="Dossiercons/"> <?= _("CONSULTER UN DOSSIER") ?> </a></li></h4>
|
|
|
|
<h4><li><a href="Rechercheprestations/"> <?= _("RECHERCHER...") ?> </a></li></h4>
|
|
|
|
<h4><li><a href="Listederogations/"> <?= _("DEROGATIONS") ?> </a></li></h4>
|
|
|
|
|
|
<h4><li><a href="Prestataires/"> <?= _("RESEAU DE SOINS") ?> </a></li></h4>
|
|
|
|
<h4><li><a href="Consultertableauprestation/"> <?= _("TABLEAU DE PRESTATIONS") ?> </a></li></h4>
|
|
<!--
|
|
<h4><li><a href="Listegenererbon/"> MESSAGERIE </a></li></h4>
|
|
-->
|
|
</ul>
|
|
</div>
|
|
</td>
|
|
|
|
</tr>
|
|
</tbody>
|
|
</table>
|
|
|
|
|
|
|
|
|
|
|