X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ui%2Ftemplates%2Fbase.html;h=85139519eea5ae6b96a08f6c71219b2c50bf2d91;hb=6b18097c8867ce4c5b7388e527926fd3054c3e64;hp=908f0f40353d5083839da824d4aefac9fe917d04;hpb=f7ed6e816b00fabaf57d2946638a988a3043c3f5;p=unfold.git diff --git a/ui/templates/base.html b/ui/templates/base.html index 908f0f40..85139519 100644 --- a/ui/templates/base.html +++ b/ui/templates/base.html @@ -1,37 +1,43 @@ -{# This is required by insert_above #}{% insert_handler %} - - MySlice - {{ title }} +{# This is required by insert_above #}{% insert_handler %} + +OneLab - {{ 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" %} {% 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" %} +{% 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 %}