X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fbase.html;h=66eb50982108a2bf3dde05033acab0f1bb627452;hb=1d7b0fb8b69c6eca9880a3966acf0352341882bb;hp=d5ab2da266074b54f5cdb1cf5b767c6bf91943d5;hpb=6eb1d8c9d03d2b10b514c317b6fff11172097346;p=myslice.git diff --git a/portal/templates/base.html b/portal/templates/base.html index d5ab2da2..66eb5098 100644 --- a/portal/templates/base.html +++ b/portal/templates/base.html @@ -17,6 +17,7 @@ {% block head %} {% endblock head %} {# let's add these ones no matter what #} {% insert_str prelude "js/jquery.min.js" %} +{% insert_str prelude "js/angular/angular.min.js" %} {% insert_str prelude "js/jquery.html5storage.min.js" %} {% insert_str prelude "js/messages-runtime.js" %} {% insert_str prelude "js/class.js" %} @@ -29,6 +30,10 @@ {% insert_str prelude "css/plugin.css" %} {% insert_str prelude "js/bootstrap.js" %} {% insert_str prelude "css/bootstrap.css" %} +{% insert_str prelude "js/bootstrap-datepicker.js" %} +{% insert_str prelude "css/datepicker.css" %} +{% insert_str prelude "js/bootstrap-slider.js" %} +{% insert_str prelude "css/slider.css" %} {% insert_str prelude "css/topmenu.css" %} {% insert_str prelude "js/logout.js" %} @@ -70,7 +75,7 @@ $(document).ready(function() { }); - + {% block container %} {% block topmenu %} {% widget "_widget-topmenu.html" %}