X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_home-view.html;h=c9be8b6b117c449ddee14d84373e94e8e80f1eda;hb=16a4bf955a76fee81209cd60458745040ed3c711;hp=812b36fc7c596357f70203f1a3ffc6461985d7a1;hpb=da0b290c0d86afe3d388f4b1a8be60a70b39ed92;p=unfold.git diff --git a/portal/templates/onelab/onelab_home-view.html b/portal/templates/onelab/onelab_home-view.html index 812b36fc..c9be8b6b 100644 --- a/portal/templates/onelab/onelab_home-view.html +++ b/portal/templates/onelab/onelab_home-view.html @@ -1,115 +1,168 @@ -{% 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
+
+ +
+
+
+
+

+ ACCOUNT +

+ {% if person.last_name %} +

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

+ {% endif %} +

+ {{person.email}} +

+
+
+
+
+

+ MANAGEMENT +

+ + +
+
+
+
+
+
+

+ SUPPORT +

+

+ Contact +

+
+
+
+
+
+{% else %} +
+
+
+
+

+ Your Easy Access to Computer Networking Testbeds: +

+

+ A wide variety of world class testbeds available through your one account +

+
+
+
+ {% widget '_widget-login-user.html' %} +
+
+
+
- + +{% endif %} + + + -{% endblock unfold_main %} + + + + + +{% widget "_widget-monitor.html" %} +{% endblock %}