X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fbase.html;h=9c6eb1b2cbd11adf1c27be54a308342e6da8c981;hb=97ec2a5ee64f66b19f3a40e10af824f2108eeb64;hp=29d1b3fe733516c7985e6f4162a99cc0345804fd;hpb=54aab2f417e26c5c2d1a4377c2f8eac661a8b188;p=unfold.git diff --git a/portal/templates/base.html b/portal/templates/base.html index 29d1b3fe..9c6eb1b2 100644 --- a/portal/templates/base.html +++ b/portal/templates/base.html @@ -1,13 +1,24 @@ {% load portal_filters %} {# This is required by insert_above #}{% insert_handler %} -OneLab - {{ section }} +{{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,30 +27,101 @@ {{ 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" %} {% 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/hashtable.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 "js/bootstrap-datepicker.js" %} +{% insert_str prelude "css/datepicker.css" %} +{% insert_str prelude "js/bootstrap-slider.js" %} +{% insert_str prelude "css/slider.css" %} {% 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...
+
 
+
+