X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=ui%2Ftemplates%2Fbase.html;fp=ui%2Ftemplates%2Fbase.html;h=4a05badd0a248db00418da6cb875eac9fa7bb5a0;hb=e662708d2f2f1ba05daefe1db50ee08c5439aadc;hp=0000000000000000000000000000000000000000;hpb=6fc8f34d4a718825ea7d083a470b1802b7ee9023;p=myslice.git diff --git a/ui/templates/base.html b/ui/templates/base.html new file mode 100644 index 00000000..4a05badd --- /dev/null +++ b/ui/templates/base.html @@ -0,0 +1,34 @@ +{# This is required by insert_above #}{% insert_handler %} + + MySlice - {{ title }} + + +{# 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" %} +{% 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/mustache.js" %} +{% insert_str prelude "js/plugin.js" %} +{% insert_str prelude "js/manifold.js" %} +{% insert_str prelude "css/manifold.css" %} + +{% block container %} + {% block topmenu %} + {% include 'widget-topmenu.html' %} + {% endblock topmenu %} +{% include 'messages-transient.html' %} +
+ {% block base_content%}{% endblock %} +
+{% endblock container %} + +