X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=45b464556a4313eefd5b0fdb84a973a9676c1298;hb=8dac4f0bbfda0b99d1b5b077522cd11e03ee590e;hp=93e1f1501bc3a5088571bb32c85aebb47c5ea14a;hpb=c624b017611ae21cda21f28529cd8412dfc12669;p=unfold.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index 93e1f150..45b46455 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,117 +1,137 @@ -{% extends "layout.html" %} +{% extends "layout_base.html" %} {% load portal_filters %} {% block content %} -
- -
- - - - - - - - - - - - - {% if person %} - - - - -
ACCOUNTSLICESSUPPORT
- -
- {% 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 %} -
- - -
-
-
- - - - - - - - - - - - - {% if person %} - - - - -
INSTITUTIONSLICESREQUESTS
- - {% else %} - - {% widget '_widget-login-manager.html' %} - {% endif %} - - {% if person %} - - {% endif %} - - {% if person %} - - {% endif %} -
+ +{% if username %} + +{% block head %} + +{% endblock head %} + +{% widget "_widget-no_credentials.html" %} +
+
+ +
+
+
+

+ EXPERIMENT +

+ + +
+ Your projects and slices +   + +
Loading projects
+
+ {% include theme|add:"_jfed_button.html" %} +
+
+
+
+

+ ACCOUNT +

+ {% if person.last_name %} +

+ {{person.first_name}} {{person.last_name}} +

+ {% endif %} +

+ {{person.email}} +

+
+
+
+
+

+ MANAGEMENT +

+ + +
+
+
+
+
+
+

+ SUPPORT +

+

+ Contact +

+ {% include theme|add:"_dashboard_links.html" %} +
+
+
+
+
+{% else %} +
+
+ {% include theme|add:"_login.html" %}
+ + +{% endif %} + + + + + + {% endblock %}