X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fbase.html;h=1b83737fa9a07bf5aa1904efb442ff5171bc657c;hb=c8d5c8180ee140b573188ca78b0df1995f20e908;hp=d5ab2da266074b54f5cdb1cf5b767c6bf91943d5;hpb=6eb1d8c9d03d2b10b514c317b6fff11172097346;p=unfold.git diff --git a/portal/templates/base.html b/portal/templates/base.html index d5ab2da2..1b83737f 100644 --- a/portal/templates/base.html +++ b/portal/templates/base.html @@ -3,11 +3,13 @@ {{theme}} portal - {{ section }} - + {# This is where insert_str will end up #}{% media_container prelude %} {% include 'messages-transient-header.html' %} + + @@ -17,6 +19,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,9 +32,15 @@ {% 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" %} + + - + {% block container %} {% block topmenu %} {% widget "_widget-topmenu.html" %} @@ -79,5 +92,10 @@ $(document).ready(function() { {% block base_content %} {% endblock %} {% endblock container %} +
+
Loading...
+
 
+
+