13 lines
407 B
PHP
Executable File
13 lines
407 B
PHP
Executable File
<?php $this->titre = "INTER SANTE - COnsultations Sinistres"; ?>
|
|
|
|
|
|
|
|
<legend> <?= _("DIVERSES CONSULTATIONS") ?> </legend>
|
|
|
|
<div class="div_list_puce" class="row">
|
|
<ul>
|
|
<h3><li><a href="javascript:consulter_un_dossier();"> <?= _("Factures d'un dossier") ?> </a></li></h3>
|
|
|
|
<h3><li><a href="javascript:consulter_une_factures();"> <?= _("Consulter une Facture") ?> </a></li></h3>
|
|
</ul>
|
|
</div>
|