Merge branch 'main' of git.ebene.ovh:ebene/radiantrh

This commit is contained in:
2026-01-05 13:22:00 +00:00
3 changed files with 15 additions and 11 deletions

View File

@@ -1,11 +1,12 @@
<?php
// $this->titre = "INTER SANTE - "._("Rechercher assuré") ;
/*
var_dump(
array(
"idPolice" => $_SESSION['idPolice_C'],
)
);
*/
?>
<form id="frmrecherche" name="frmrecherche" method="post" action="Rechercherassure/index/">
@@ -17,11 +18,11 @@
<table class="table table-condensed table-responsive" style='font-size:8pt;'>
<tbody>
<tr>
<td width="10%" > <?= _("Numéro Bénéficiaire") ?> </td>
<td width="40%" ><INPUT class="form-control" TYPE="text" id="numeroBeneficiaire" name="numeroBeneficiaire" autofocus AUTOCOMPLETE="OFF"></td>
<td align="center" width="10%"> <?= _("Numéro Famille") ?> </td>
<td align="center"><INPUT class="form-control" TYPE="text" id="numeroAdherent" name="numeroAdherent" AUTOCOMPLETE="OFF"></td>
<td> <?= _("Numéro Famille") ?> </td>
<td width="30%" ><INPUT class="form-control" TYPE="text" id="numeroAdherent" name="numeroAdherent" AUTOCOMPLETE="OFF"></td>
<td align="center"> <?= _("Numéro Bénéficiaire") ?> </td>
<td width="45%" ><INPUT class="form-control" TYPE="text" id="numeroBeneficiaire" name="numeroBeneficiaire" autofocus AUTOCOMPLETE="OFF"></td>
</tr>
<tr>