X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ui%2Ftemplates%2Fbase.html;h=467b816799b0f908ba2cfeb8d6b3444338c23512;hb=17b63c6cadb1f641b328abadd2ca9c0cf34122f2;hp=4a05badd0a248db00418da6cb875eac9fa7bb5a0;hpb=e662708d2f2f1ba05daefe1db50ee08c5439aadc;p=myslice.git diff --git a/ui/templates/base.html b/ui/templates/base.html index 4a05badd..467b8167 100644 --- a/ui/templates/base.html +++ b/ui/templates/base.html @@ -1,34 +1,43 @@ -{# 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 #} -{% insert_str prelude "css/layout-unfold2.css" %} +{# 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 "css/manifold.css" %} +{% insert_str prelude "css/plugin.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 %}