diff --git a/Controleur/ControleurBaremepriseenchargelettreclecons.php b/Controleur/ControleurBaremepriseenchargelettreclecons.php new file mode 100755 index 00000000..1c3b1719 --- /dev/null +++ b/Controleur/ControleurBaremepriseenchargelettreclecons.php @@ -0,0 +1,29 @@ +menuvue = new Menuvueutilisateur(); + $this->menuvue->getMenuVue('Baremepriseenchargelettreclecons'); + + $this->garantie = new Garantiesbaremepriseencharge(); + } + + public function index() + { + $idBaremePriseEnCharge = $_SESSION['idBaremePriseEnCharge']; + $idCollegeTemp = $_SESSION['idCollegeTemp']; + + $actes = $this->garantie->getLettreclesGarantieBaremeTemp($idBaremePriseEnCharge, $idCollegeTemp); + + $this->genererVue(array( + 'actes' => $actes, + )); + } +} \ No newline at end of file diff --git a/Js/fonctions.js b/Js/fonctions.js index a192363c..4f43e9c9 100755 --- a/Js/fonctions.js +++ b/Js/fonctions.js @@ -92582,3 +92582,15 @@ function inserer_bareme_lettre_cle_temp() } }); } + +function retour_consulter_bareme_college_lettre() +{ + idBaremePriseEnCharge=$("#idBaremePriseEnCharge").val(); + alert("idBaremePriseEnCharge => "+idBaremePriseEnCharge); + return; + + if (idBaremePriseEnCharge>"0") + { + consulter_detail_bareme_college(idBaremePriseEnCharge); + } +} diff --git a/Vue/Baremepriseenchargelettreclcons/index.php b/Vue/Baremepriseenchargelettreclcons/index.php new file mode 100755 index 00000000..5df8f1a1 --- /dev/null +++ b/Vue/Baremepriseenchargelettreclcons/index.php @@ -0,0 +1,20 @@ + + + + + +
+ + + +
+ +Baremepriseenchargelettreclecons + +
+ +
diff --git a/Vue/gabarit.php b/Vue/gabarit.php index 6eb77bfd..7e8f9eae 100755 --- a/Vue/gabarit.php +++ b/Vue/gabarit.php @@ -976,7 +976,7 @@ - +