X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ui%2Ftemplates%2Fbase.html;h=49a57ad1829b88f1238603be2920656ac122668f;hb=fac3356ae454fee22237adf1cc62459a4fbd7ed9;hp=8c49b4a66970e6e42024fd061a325cbacfb3b214;hpb=78df408072b4777a4a20540e70c38c0896645a5b;p=myslice.git diff --git a/ui/templates/base.html b/ui/templates/base.html index 8c49b4a6..49a57ad1 100644 --- a/ui/templates/base.html +++ b/ui/templates/base.html @@ -10,17 +10,19 @@ {{ header_prelude }} {% block head %} {% endblock head %} {# let's add these ones no matter what #} -{% insert_str prelude "css/layout-unfold2.css" %} {% insert_str prelude "js/jquery.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/plugin-helper.js" %} {% insert_str prelude "js/mustache.js" %} {% insert_str prelude "js/plugin.js" %} {% insert_str prelude "js/manifold.js" %} {% insert_str prelude "js/topmenu.js" %} +{% insert_str prelude "css/layout-unfold.css" %} {% insert_str prelude "css/manifold.css" %} +{% insert_str prelude "css/plugin.css" %} +{% insert_str prelude "css/onelab_marko.css" %} {% block container %} {% block topmenu %}