diff --git a/frontend/app/scripts/controllers/responsableFormationSpace.js b/frontend/app/scripts/controllers/responsableFormationSpace.js index 786ab42..63dea06 100755 --- a/frontend/app/scripts/controllers/responsableFormationSpace.js +++ b/frontend/app/scripts/controllers/responsableFormationSpace.js @@ -12,9 +12,9 @@ function init() { $scope.selectedIndex = 0; var tabs = [ - {//periode 1 + {//formation 1 "id":1, - "title": 'One', + "title": 'M2 ICE 16-17', "periodes": [//periodes pour tab0 {"id":1, "plages": [//Plage pour periode 1 {"id": 0,"name": "null"} @@ -22,13 +22,20 @@ } ], - "students": [ {"face" : imagePath, "nom_prenom": 'Normand Léa'} ] + "students": [ {"face" : imagePath, "nom_prenom": 'Normand Léa'} ], + "pagesLivret": [ + {"titre" : "Titre 1", "lienApercu": '#', "idMaj_ou_Supp": 1 }, + {"titre" : "Titre 2", "lienApercu": '#', "idMaj_ou_Supp": 2 }, + {"titre" : "Titre 3", "lienApercu": '#', "idMaj_ou_Supp": 3 } + ] + }, - {//periode 2 + {//formation 2 "id":2, - "title": 'Two', + "title": 'M2 ISMAG 16-17', "periodes": [], - "students": [] + "students": [], + "pagesLivret": [] }], selected = null, previous = null; diff --git a/frontend/app/views/responsableFormationSpace.html b/frontend/app/views/responsableFormationSpace.html index 858ccf3..26f3a86 100755 --- a/frontend/app/views/responsableFormationSpace.html +++ b/frontend/app/views/responsableFormationSpace.html @@ -19,7 +19,7 @@ + - - +
@@ -32,22 +32,20 @@ Créer une plage de saisie
-
+
- +
Entreprise Formation - - - - - - - - - +
+
+ +
+
+ +
@@ -94,7 +92,26 @@ -
+
+

Pages du livret et ordonnancement

+ +
+

{{ item.titre }}

+
+ +
+ Mettre à jour +
+
+ Supprimer +
+
+ Respond +
+
+