X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=views%2Ftemplates%2Flayout-unfold1.html;h=9633a2989d9911f9e4bf928249594b8193d7ac47;hb=b1fec7eab10ccbe34963e067343bf13d15872f75;hp=9f7de2c341e634014be72881d1e6313542b6ab40;hpb=f834f2597628bacf96cb0ab4c8225c6f7cf240c1;p=myslice.git diff --git a/views/templates/layout-unfold1.html b/views/templates/layout-unfold1.html index 9f7de2c3..9633a298 100644 --- a/views/templates/layout-unfold1.html +++ b/views/templates/layout-unfold1.html @@ -1,5 +1,4 @@ -{# This is required by insert_above #}{% insert_handler %} - +{# This is required by insert_above #}{% insert_handler %} MySlice - {{ title }} @@ -7,10 +6,13 @@ {{ header_prelude }} +{% block head %} {% endblock head %} {# let's add these ones no matter what #} -{% insert_str prelude "css/layout-unfold1.css" %} -{% insert_str prelude "js/jquery.js" %} -{% insert_str prelude "js/init-all-plugins.js" %} +{# not yet needed {% insert_str prelude "css/layout-unfold1.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/plugin.js" %} {% block container %}
@@ -19,16 +21,11 @@ {% endblock topmenu %}
-
+
{% block unfold1_main %} "The main content area (define block 'unfold1_main')" {% endblock unfold1_main %} -
-
- {% block unfold1_margin %} - "The related content area (define block 'related_main')" - {% endblock unfold1_margin %} -
+
{% endblock container %}