a
This commit is contained in:
parent
b766665398
commit
b4ae51534a
|
|
@ -50,6 +50,7 @@ class ControleurRechercheprestations extends Controleur {
|
||||||
|
|
||||||
var_dump(
|
var_dump(
|
||||||
array(
|
array(
|
||||||
|
/*
|
||||||
"numeroBeneficiaire" => $numeroBeneficiaire,
|
"numeroBeneficiaire" => $numeroBeneficiaire,
|
||||||
"numeroAdherent" => $numeroAdherent,
|
"numeroAdherent" => $numeroAdherent,
|
||||||
"nomBeneficiaire" => $nomBeneficiaire,
|
"nomBeneficiaire" => $nomBeneficiaire,
|
||||||
|
|
@ -63,10 +64,12 @@ class ControleurRechercheprestations extends Controleur {
|
||||||
"numeroBonExamen" => $numeroBonExamen,
|
"numeroBonExamen" => $numeroBonExamen,
|
||||||
"numeroBonKine" => $numeroBonKine,
|
"numeroBonKine" => $numeroBonKine,
|
||||||
"numeroBonSeance" => $numeroBonSeance,
|
"numeroBonSeance" => $numeroBonSeance,
|
||||||
|
*/
|
||||||
|
"csrf_token" => $csrf_token,
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
exit;
|
exit;
|
||||||
|
|
||||||
if ($numeroBonConsultation=="0")
|
if ($numeroBonConsultation=="0")
|
||||||
{
|
{
|
||||||
$numeroBonConsultation="";
|
$numeroBonConsultation="";
|
||||||
|
|
|
||||||
|
|
@ -1,10 +1,12 @@
|
||||||
<?php
|
<?php
|
||||||
$this->titre = "INTER SANTE - "._("Rechercher sinistre") ;
|
$token = $_SESSION['csrf_token_submieted'];
|
||||||
?>
|
?>
|
||||||
|
|
||||||
|
|
||||||
<form id="frmrechercheprestation" name="frmrechercheprestation" method="post" action="Rechercheprestations/index/" style='font-size:10pt;' >
|
<form id="frmrechercheprestation" name="frmrechercheprestation" method="post" action="Rechercheprestations/index/" style='font-size:10pt;' >
|
||||||
<legend> <?= _("Critères de recherche sinistres") ?> </legend>
|
<legend> <?= _("Critères de recherche sinistres") ?> </legend>
|
||||||
|
<input type="hidden" id="csrf_token" name="csrf_token" value="<?= htmlspecialchars($token) ?>">
|
||||||
|
csrf_token : <input type="text" value="<?= htmlspecialchars($token) ?>">
|
||||||
|
|
||||||
<table class="table table-condensed table-responsive" style='font-size:10pt;'>
|
<table class="table table-condensed table-responsive" style='font-size:10pt;'>
|
||||||
<tbody>
|
<tbody>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user