X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=55d740351bdf9b22bc8cdaaa48cced9c080fd52b;hb=02a8b0acf7a47f0cb740239d0a035a4e53f1af19;hp=c88902d2b67aabc621e43c3cbca1750f7136a1e8;hpb=d251934bd71c678f552dc9a1d49c3f8efe102e1e;p=unfold.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index c88902d2..55d74035 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,63 +1,148 @@ -{% extends "layout.html" %} +{% extends "layout_base.html" %} +{% load portal_filters %} {% block content %} - -
- -
- - - - - - - - - - - - - - - - -
ACCOUNTSLICESSUPPORT
- {% include '_widget-login-user.html' %} - - - - - -
-
-
- - - - - - - - - - - - - - - - -
INSTITUTIONSLICESSUPPORT
- {% include '_widget-login-manager.html' %} - - - - - -
-
+ +{% 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" %} +
+
+
+
+{% else %} +
+
+
+ {% widget '_slogan.html' %} +
+
+ {% widget '_widget-login-user.html' %} +
+
+
+
+
+ + + +{% endif %} + + + + + + + + +{% if theme == 'onelab' %} +{% widget "_widget-monitor.html" %} +{% endif %} {% endblock %}