X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=955ab16a88403b722b1458f46537a7934d4e750c;hb=eae0d6c8743dfdc653efb1517a549d82b9776c67;hp=440ba28b405f0d9e328404ae2cbc1c5954d14b2b;hpb=6049329c319ed167723f805f732977fc1c462b39;p=unfold.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index 440ba28b..955ab16a 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,118 +1,148 @@ -{% extends "layout.html" %} +{% extends "layout_base.html" %} {% load portal_filters %} {% block content %} -
+ +{% if username %} +{% block head %} + +{% endblock head %} + +{% widget "_widget-no_credentials.html" %} +
+
+ +
+
+
+

+ EXPERIMENT +

+
+ Create/Join project +
+ +
+ 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" %} +
+
+
+
-
- -
- - - - - - - - - - - - - {% 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 %} -
-
-
+{% else %} +
+
+
+ {% include theme|add:"_slogan.html" %} +
+
+ {% widget '_widget-login-user.html' %} +
+
+
+
+
+ + + +{% endif %} + + + + + + + +{% if theme == 'onelab' %} +{% widget "_widget-monitor.html" %} +{% endif %} {% endblock %}