diff --git a/Js/fonctions.js b/Js/fonctions.js index 0c404af..d63388b 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -18359,7 +18359,6 @@ function selectionner_rdv(idDemande) }); } - function ouvrir_rdv() { window.location.assign($("#racineWeb" ).val()+"Rendezvous/"); @@ -19062,3 +19061,8 @@ function listerdemandesconsultation() } }); } + +function selectionner_demande_consultation(idDemande) +{ + alert("selectionner_demande_consultation"); +} diff --git a/Vue/Ajaxdemanderdv/listerdemandesconsultation.php b/Vue/Ajaxdemanderdv/listerdemandesconsultation.php new file mode 100755 index 0000000..12cdd7b --- /dev/null +++ b/Vue/Ajaxdemanderdv/listerdemandesconsultation.php @@ -0,0 +1,204 @@ +
+
+
+ + + +
+
+ +
+
+ + + + + + + + + + + + + + + + 0): ?> + nettoyer($v['id']); + $numeroDemandeConsultation = $this->nettoyer($v['numeroDemandeConsultation']); + $dateSysteme = $this->nettoyer($v['dateSysteme']); + $effectuee = $this->nettoyer($v['effectuee']); + $prestataire = $this->nettoyer($v['prestataire']); + $specialite = $this->nettoyer($v['specialite']); + + 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']); + } + ?> + + + + + + + + + + + + + + + + + + + +
Date
+ + nettoyer($v['numeroBeneficiaire']) ?>nettoyer($v['beneficiaire']) ?> + + + + + + + + + + + nettoyer($v['motifConsultation']) ?> + nettoyer($v['heureExpiration'], $_SESSION['lang']) ?>
+
+ + + + +
+
+
+
+ +
+ nettoyer($v['id']); + $numeroDemandeConsultation = $this->nettoyer($v['numeroDemandeConsultation']); + $dateSysteme = $this->nettoyer($v['dateSysteme']); + $effectuee = $this->nettoyer($v['effectuee']); + $prestataire = $this->nettoyer($v['prestataire']); + $specialite = $this->nettoyer($v['specialite']); + + 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']).")" ?> +
+
+ +
+
+ + + + +
+
+ +
+
+ + + + +
+
+ +
+
+ + + + + +
+
+ +
+ +
+ +
+
+ + nettoyer($v['heureExpiration'], $_SESSION['lang']) ?> +
+
+ +
+
+ +
+
diff --git a/Vue/Consultationsinitiees/index.php b/Vue/Consultationsinitiees/index.php index fa9ad90..0108b0d 100755 --- a/Vue/Consultationsinitiees/index.php +++ b/Vue/Consultationsinitiees/index.php @@ -60,7 +60,9 @@
- +