X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=portal%2Ftemplates%2Fbase.html;h=268c9aa68c0945f6c97306deb2090249378f3e14;hb=13da78a3a067fa976585ce56b85362df82211a61;hp=decd041ebf251a589393f06cfa5d215e1971a9c4;hpb=ed078cce90a313ddd6e5b41ecff6c14344a99220;p=myslice.git diff --git a/portal/templates/base.html b/portal/templates/base.html index decd041e..268c9aa6 100644 --- a/portal/templates/base.html +++ b/portal/templates/base.html @@ -7,7 +7,9 @@ {# This is where insert_str will end up #}{% media_container prelude %} {% include 'messages-transient-header.html' %} + + @@ -17,20 +19,28 @@ {% 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" %} {% insert_str prelude "js/plugin-helper.js" %} {% insert_str prelude "js/mustache.js" %} +{% insert_str prelude "js/hashtable.js" %} {% insert_str prelude "js/plugin.js" %} {% insert_str prelude "js/manifold.js" %} {% insert_str prelude "css/manifold.css" %} {% 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" %} {% endblock topmenu %} - {% include 'messages-transient.html' %} {% block base_content %} {% endblock %} {% endblock container %} + +
+
Loading...
+
 
+
+