X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ui%2Ftemplates%2Fbase.html;h=467b816799b0f908ba2cfeb8d6b3444338c23512;hb=17b63c6cadb1f641b328abadd2ca9c0cf34122f2;hp=49a57ad1829b88f1238603be2920656ac122668f;hpb=d9bbe0a36624c6fe558c05307964be1b3ed4e3b1;p=myslice.git diff --git a/ui/templates/base.html b/ui/templates/base.html index 49a57ad1..467b8167 100644 --- a/ui/templates/base.html +++ b/ui/templates/base.html @@ -1,15 +1,19 @@ -{# This is required by insert_above #}{% insert_handler %} - - MySlice - {{ title }} +{# This is required by insert_above #}{% insert_handler %} + +FIBRE - {{ section }} {# This is where insert_str will end up #}{% media_container prelude %} {% include 'messages-transient-header.html' %} + + + + {{ header_prelude }} {% block head %} {% endblock head %} -{# let's add these ones no matter what #} +{# let's add these ones no matter what #} {% insert_str prelude "js/jquery.min.js" %} {% insert_str prelude "js/jquery.html5storage.min.js" %} {% insert_str prelude "js/messages-runtime.js" %} @@ -18,20 +22,22 @@ {% 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" %} +{% insert_str prelude "js/bootstrap.js" %} +{% insert_str prelude "css/bootstrap.css" %} +{% insert_str prelude "css/topmenu.css" %} +{% insert_str prelude "js/logout.js" %} + + {% block container %} - {% block topmenu %} - {% include 'widget-topmenu.html' %} - {% endblock topmenu %} -{% include 'messages-transient.html' %} -
- {% block base_content%}{% endblock %} -
+ {% block topmenu %} + {% include theme|add:"__widget-topmenu.html" %} + {% endblock topmenu %} + {% include 'messages-transient.html' %} + {% block base_content %} + {% endblock %} {% endblock container %}