X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=383aa9514a1788a68822284fb6cbac5284dcb844;hb=cee44fa48fde5073d590879135c49b360ac411eb;hp=cfd63a8ad204a2b58fe83c7a3e9cd79a2d7d24f4;hpb=73136626a3010dac4fe3c42041a1c324aa659b1d;p=myslice.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index cfd63a8a..383aa951 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,41 +1,116 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout.html" %} +{% load portal_filters %} -{% block unfold_main %} - -
+{% block content %} +
+{% widget '_widget-news.html' %} +
+
-
+
- + - - - + + + + {% if person %} + -
PROFILEACCOUNT SLICES SUPPORT
+ +
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
+ {% endif %} + Email: {{person.email}} +
+ {% else %} +
+ {% widget '_widget-login-user.html' %} + {% endif %} + - {% block unfold_margin %} - {% include 'widget-login.html' %} - {% endblock unfold_margin %} - + {% if person %} + +
Loading Slices
+ {% else %} + + {% endif %}
- - +
-
- +
+ + + + + + + + + + + + + {% if person %} + + + + +
INSTITUTIONSLICESREQUESTS
+ + {% else %} + + {% widget '_widget-login-manager.html' %} + {% endif %} + + {% if person %} + + {% endif %} + + {% if person %} + + {% endif %} +
-{% endblock unfold_main %} + +{% endblock %}