diff --git a/Vue/Ajaxdemanderdv/listerdemandesconsultation_sav.php b/Vue/Ajaxdemanderdv/listerdemandesconsultation_sav.php new file mode 100755 index 0000000..706d20a --- /dev/null +++ b/Vue/Ajaxdemanderdv/listerdemandesconsultation_sav.php @@ -0,0 +1,218 @@ +KANE DEBUT +
+
+
+ + + +
+
+ +
+
+ + + + + + + + + + + + + + + 0): ?> + nettoyer($v['id']); + $numeroDemandeConsultation = $this->nettoyer($v['numeroDemandeConsultation']); + $dateSysteme = $this->nettoyer($v['dateSysteme']); + $effectuee = $this->nettoyer($v['effectuee']); + $specialite = $this->nettoyer($v['specialite']); + $demandeExpiree = $this->nettoyer($v['demandeExpiree']); + + $idBeneficiaire = $this->nettoyer($v['idBeneficiaire']); + $numeroBeneficiaire = $this->nettoyer($v['numeroBeneficiaire']); + + if($effectuee=="1"){ + if (est_anglophone()){ + $demandeEffectuee = "Yes"; + }else{ + $demandeEffectuee = "Oui"; + } + }else{ + if (est_anglophone()){ + $demandeEffectuee = "No"; + }else{ + $demandeEffectuee = "Non"; + } + } + + if (est_anglophone()){ + $specialite = $this->nettoyer($v['specialiteEng']); + } + ?> + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Date
+ + nettoyer($v['numeroBeneficiaire']) ?>nettoyer($v['beneficiaire']) ?> + + + + + + + + + nettoyer($v['motifConsultation']) ?> + nettoyer($v['heureExpiration']), $_SESSION['p_lang']) ?>nettoyer($v['heureExpiration']), $_SESSION['p_lang']) ?>
+
+ + + + +
+
+
+
+ +
+ nettoyer($v['id']); + $numeroDemandeConsultation = $this->nettoyer($v['numeroDemandeConsultation']); + $dateSysteme = $this->nettoyer($v['dateSysteme']); + $effectuee = $this->nettoyer($v['effectuee']); + $specialite = $this->nettoyer($v['specialite']); + $demandeExpiree = $this->nettoyer($v['demandeExpiree']); + $heureExpiration = $this->nettoyer($v['heureExpiration']); + + if($effectuee=="1"){ + if (est_anglophone()){ + $demandeEffectuee = "Yes"; + }else{ + $demandeEffectuee = "Oui"; + } + }else{ + if (est_anglophone()){ + $demandeEffectuee = "No"; + }else{ + $demandeEffectuee = "Non"; + } + } + + if (est_anglophone()){ + $specialite = $this->nettoyer($v['specialiteEng']); + $etatRdv = $this->nettoyer($v['etatRdvEng']); + } + ?> +
+
+
+
+ + + + +
+
+ +
+
+ + + + +
+
+ +
+
+ + + nettoyer($v['beneficiaire'])." (".$this->nettoyer($v['numeroBeneficiaire']).")" ?> + +
+
+ +
+
+ + + + +
+
+ +
+
+ + + + + + + + +
+
+ +
+ +
+ +
+
+ + + + + + + + + + +
+
+ +
+
+ +
+
+ + +KANE FIN \ No newline at end of file diff --git a/Vue/Recherche/index.php b/Vue/Recherche/index.php index d626f1c..9802e6e 100755 --- a/Vue/Recherche/index.php +++ b/Vue/Recherche/index.php @@ -248,7 +248,7 @@