production/Vue/Consultations/index.php
2025-12-01 16:12:12 +00:00

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>