diff --git a/infoscreen/static/img/otaolutbanner.jpg b/infoscreen/static/img/otaolutbanner.jpg new file mode 100644 index 0000000..a3dfbcc Binary files /dev/null and b/infoscreen/static/img/otaolutbanner.jpg differ diff --git a/infoscreen/static/js/infoscreen_controllers.js b/infoscreen/static/js/infoscreen_controllers.js index 4efe481..41df5c2 100644 --- a/infoscreen/static/js/infoscreen_controllers.js +++ b/infoscreen/static/js/infoscreen_controllers.js @@ -10,6 +10,9 @@ app.controller('infoscreen_main', function($scope,$timeout){ onload: function(){$scope.imagepath = "/static/img/otaajot16fb.png";} },{ template: "/static/html/abb.html" + },{ + template: "/static/html/test1.html?img=otaolut", + onload: function(){$scope.imagepath = "/static/img/otaolutbanner.jpg";} },{ template: "/static/html/test1.html?img=kaukkarit", onload: function(){$scope.imagepath = "/static/img/kaukkarit.jpg";}