X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fbase.html;h=aed282c1847adaf61fd325cdcd725a7b725a90a7;hb=690cbb6c4847ded7833a0c5f05c4e767522ff0e5;hp=66eb50982108a2bf3dde05033acab0f1bb627452;hpb=1d7b0fb8b69c6eca9880a3966acf0352341882bb;p=unfold.git diff --git a/portal/templates/base.html b/portal/templates/base.html index 66eb5098..aed282c1 100644 --- a/portal/templates/base.html +++ b/portal/templates/base.html @@ -1,21 +1,39 @@ {% load portal_filters %} {# This is required by insert_above #}{% insert_handler %} - + + {{theme}} portal - {{ section }} - + + +{% if theme == "fed4fire" %} + +{% elif theme == "smartfire" %} + +{% else %} + +{% endif %} + {# 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 #} +{#NOTE: DO NOT ADD JQUERY-UI JS & CSS HERE. IT BREAKS THE RESOURCE BROWSING PAGE -- DETAILS WITH JORDAN AUGE#} {% insert_str prelude "js/jquery.min.js" %} {% insert_str prelude "js/angular/angular.min.js" %} {% insert_str prelude "js/jquery.html5storage.min.js" %} @@ -37,6 +55,8 @@ {% insert_str prelude "css/topmenu.css" %} {% insert_str prelude "js/logout.js" %} + + +
+{% widget '_widget-message.html' %} +
{% block container %} {% block topmenu %} {% widget "_widget-topmenu.html" %} {% endblock topmenu %} - {% include 'messages-transient.html' %} {% block base_content %} {% endblock %} {% endblock container %} +{% widget "_footer.html" %} +
+
Loading...
+
 
+
+