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