From df8b82feee3da14f1e52c979967e584a0c0f3699 Mon Sep 17 00:00:00 2001 From: KONE SOREL Date: Wed, 18 Mar 2026 12:39:56 +0000 Subject: [PATCH] df --- Vue/Prestataireparlot/index.php | 208 +++++++++++++++++++++----------- 1 file changed, 137 insertions(+), 71 deletions(-) diff --git a/Vue/Prestataireparlot/index.php b/Vue/Prestataireparlot/index.php index abf6e02a..4d5fd82c 100755 --- a/Vue/Prestataireparlot/index.php +++ b/Vue/Prestataireparlot/index.php @@ -1,80 +1,146 @@ titre = "INTER SANTE - Prestataire"; - - $codeReseau = $this->nettoyer($reseau['codeReseau']); - $idReseau = $this->nettoyer($reseau['id']); - $nomReseau = $this->nettoyer($reseau['libelle']); - - if (est_anglophone()){ - - $libbouton = "Check all"; - }else{ - $libbouton = "Cocher tous"; - } - + $codeReseau = $this->nettoyer($reseau['codeReseau']); + $idReseau = $this->nettoyer($reseau['id']); + $nomReseau = $this->nettoyer($reseau['libelle']); + + $isAnglais = est_anglophone(); + $libbouton = $isAnglais ? "Check all" : "Cocher tous"; ?> - ")." ".$nomReseau." (".$codeReseau.")"; ?> +
+
+
+
+
+ +
+
+

+

+ () +

+
+
+
+ +
+
+
- - - + + + - - - - - - - - - - - - - - +
+
+
+
+
+
+
+
+ + +
-
- - - - - - - - - - - - -
- - Type - -
- - -
- -
-
-
- -
-
+
+ +
+ + "> +
+
+
+ + +
-
- +
+ + +
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ +
+ +
+
+ +
+ + + +
+
+ +

+
+
+ + + + \ No newline at end of file