X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;ds=sidebyside;f=portal%2Ftemplates%2Fhome-view.html;h=383aa9514a1788a68822284fb6cbac5284dcb844;hb=6035cf31001888b4b21c91ace8d758c9756f3fa8;hp=a2f6c67961551f5ff2d56c102f25c4a659a0e21a;hpb=3d16aa36af64e8e0e5ce3a48c34df158fbfaae29;p=unfold.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index a2f6c679..383aa951 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,13 +1,16 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} +{% load portal_filters %} -{% block unfold_main %} - -
+{% block content %} +
+{% widget '_widget-news.html' %} +
+
-
+
@@ -15,49 +18,99 @@ - - - + + + -
ACCOUNTSUPPORT
- {% include 'onelab/_widget-login-user.html' %} + {% if person %} + + +
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
+ {% endif %} + Email: {{person.email}} +
+ {% else %} +
+ {% widget '_widget-login-user.html' %} + {% endif %} - + {% if person %} + +
Loading Slices
+ {% else %} + + {% endif %}
- - +
-
+
- + - - - + + + -
INSTITUTION SLICESSUPPORTREQUESTS
- {% include 'onelab/_widget-login-manager.html' %} + {% if person %} + + + {% else %} + + {% widget '_widget-login-manager.html' %} + {% endif %} - + {% if person %} + + {% endif %} - - + {% if person %} + + {% endif %}
-{% endblock unfold_main %} + +{% endblock %}