diff --git a/Controleur/ControleurTableauajustementprimesgarant.php b/Controleur/ControleurTableauajustementprimesgarant.php index 9a5a525b..88f2c4fd 100755 --- a/Controleur/ControleurTableauajustementprimesgarant.php +++ b/Controleur/ControleurTableauajustementprimesgarant.php @@ -2,24 +2,25 @@ require_once 'Framework/Controleur.php'; require_once 'Modele/Menuvueutilisateur.php'; require_once 'Modele/Baremeaccessoiregarant.php'; +require_once 'Modele/Gestionconfiee.php'; class ControleurTableauajustementprimesgarant extends Controleur { private $menuvue; private $bareme; + private $garant; public function __construct() { - $this->menuvue = new Menuvueutilisateur(); + $this->menuvue = new Menuvueutilisateur(); $this->menuvue->getMenuVue('Tableauajustementprimesgarant'); - $this->bareme = new Baremeaccessoiregarant(); + $this->bareme = new Baremeaccessoiregarant(); + $this->garant = (new Gestionconfiee())->getListe(); } public function index() { - $garant = $this->bareme->getgarant(); - $chemin = $this->menuvue->getChemin('Baremeaccessoiregarant'); - - $this->genererVue(array('garant' => $garant, 'chemin' => $chemin, 'chemin' => $chemin)); + $this->genererVue(array('garant' => $this->garant)); + } } diff --git a/Vue/Tableauajustementprimesgarant/index.php b/Vue/Tableauajustementprimesgarant/index.php index f17ac81f..27ff2f9b 100755 --- a/Vue/Tableauajustementprimesgarant/index.php +++ b/Vue/Tableauajustementprimesgarant/index.php @@ -1,30 +1,66 @@ -titre = "INTER SANTE - Grille des taux d'ajustement garnt "; ?> +
+
+
+
+
+ +
+
+

+

+
+
+
+ +
+
+
- +
+
+
+
+ +
+
+
+ + + + +
+
+
+
+
+
+
- - - - - - - - -
- -
- -
- +
+
+ +

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