X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_home-view.html;h=d7689fcbb0d567e05ab509f9a56d0cc13715ff2f;hb=c8b6a26a8961884128fbc393c389a8332251cacd;hp=b69ff12b48dccd87aa54c736ac66dbec3b08ff94;hpb=26ed6e23b884206e663e7927ee32361d59793624;p=myslice.git diff --git a/portal/templates/onelab/onelab_home-view.html b/portal/templates/onelab/onelab_home-view.html index b69ff12b..d7689fcb 100644 --- a/portal/templates/onelab/onelab_home-view.html +++ b/portal/templates/onelab/onelab_home-view.html @@ -1,125 +1,171 @@ -{% 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 +

+

+ Documentation & Tutorials +

+ {% include theme|add:"_dashboard_links.html" %} +
+
+
+
+
+

+ + SERVICES +

+

+ +
+ + + Connect to AiC + +
+ + Documentation +

+
+
+
+
-
- -
- - - - - - - - - - - - - {% if person %} - - - - -
ACCOUNTSLICESSUPPORT
- -
- {% if person.last_name %} - {{person.first_name}} {{person.last_name}}
- {% endif %} - Email: {{person.email}} -
- {% else %} -
- {% include 'onelab__widget-login-user.html' %} - {% endif %} - - {% if person %} - -
Loading Slices
- {% else %} - {% endif %} -
- - -
-
-
- - - - - - - - - - - - - {% if person %} - - - - -
INSTITUTIONSLICESREQUESTS
- - {% else %} - - {% include 'onelab__widget-login-manager.html' %} - {% endif %} - - {% if person %} - - {% endif %} - - {% if person %} - - {% endif %} -
-
-
- + +{% endif %} + + + + + + + + +{% if theme == 'onelab' %} +{% widget "_widget-monitor.html" %} +{% endif %} {% endblock %}