X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fbase.html;h=9c6eb1b2cbd11adf1c27be54a308342e6da8c981;hb=111d0fcb9681bf94ff184fe43bf636b6d672cbff;hp=66eb50982108a2bf3dde05033acab0f1bb627452;hpb=1d7b0fb8b69c6eca9880a3966acf0352341882bb;p=unfold.git diff --git a/portal/templates/base.html b/portal/templates/base.html index 66eb5098..9c6eb1b2 100644 --- a/portal/templates/base.html +++ b/portal/templates/base.html @@ -3,11 +3,22 @@ {{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' %} + + @@ -16,6 +27,7 @@ {{ 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 +49,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...
+
 
+
+