X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_home-view.html;h=d7689fcbb0d567e05ab509f9a56d0cc13715ff2f;hb=refs%2Fheads%2Fonelab;hp=2855aeed39ee7081075fdaab2f2630008898ed90;hpb=ff6408f68dcb6231d5ad7941dc7db3d9cd9fa6bb;p=myslice.git diff --git a/portal/templates/onelab/onelab_home-view.html b/portal/templates/onelab/onelab_home-view.html index 2855aeed..d7689fcb 100644 --- a/portal/templates/onelab/onelab_home-view.html +++ b/portal/templates/onelab/onelab_home-view.html @@ -1,115 +1,171 @@ -{% extends "layout-unfold1.html" %} +{% extends "layout_base.html" %} +{% load portal_filters %} -{% block unfold_main %} -
- -
- - - - - - - - - - - - - {% 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
- {% if person.last_name %} -
{{person.first_name}} {{person.last_name}}
{% endif %} - - {% else %} -
- {% include 'onelab__widget-login-manager.html' %} - {% endif %} - - - -
-
-
-
+{% 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 +

+
+
+
+
- + +{% endif %} + + + -{% endblock unfold_main %} + + + + + +{% if theme == 'onelab' %} +{% widget "_widget-monitor.html" %} +{% endif %} +{% endblock %}