diff --git a/admin/static/js/app.js b/admin/static/js/app.js index b8391160..4a04e8a0 100644 --- a/admin/static/js/app.js +++ b/admin/static/js/app.js @@ -535,6 +535,7 @@ angular.module("FICApp") "countdown": "Compte à rebours", "message": "Message", "panel": "Boîte", + "themes": "Carousel de thèmes", "exercice": "Exercice", "table": "Tableau", "rank": "Classement", @@ -585,6 +586,10 @@ angular.module("FICApp") type: "welcome", params: { kind: "public" }, }, + { + type: "themes", + params: { color: "light", title: "Présentation des entreprises ciblées"}, + }, ]; else if (scene == "start") $scope.scenes = [ diff --git a/frontend/static/js/common.js b/frontend/static/js/common.js index 71b9b485..67f965ea 100644 --- a/frontend/static/js/common.js +++ b/frontend/static/js/common.js @@ -23,6 +23,14 @@ angular.module("FICApp") }); } } + }]) + .directive('autocarousel', [function() { + return { + restrict: 'A', + link : function() { + $('#carouselThemes').carousel(); + } + } }]); angular.module("FICApp") diff --git a/frontend/static/public.html b/frontend/static/public.html index ebca91c1..5556eb92 100644 --- a/frontend/static/public.html +++ b/frontend/static/public.html @@ -173,6 +173,28 @@ +
+
+

+

+
+
+ +
+
+ @@ -215,7 +237,7 @@ Réserve Citoyenne Cyberdéfense - -