X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_home-view.html;h=11fa2ee364293cd8b9b48a754fcfd1c0c119d73d;hb=680cc88d626b7a9fa309d85428918b0db42b93cb;hp=a1206de151dcfae0fbf4f2863e2df29b6d79598a;hpb=cc3925accfc3e466072e77420cb3682d67a67894;p=unfold.git diff --git a/portal/templates/onelab/onelab_home-view.html b/portal/templates/onelab/onelab_home-view.html index a1206de1..11fa2ee3 100644 --- a/portal/templates/onelab/onelab_home-view.html +++ b/portal/templates/onelab/onelab_home-view.html @@ -1,87 +1,91 @@ -{% 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 %} +{% block content %} + +{% if username %} +
+
+
+

+ EXPERIMENT +

+
+ +
+
+ +
+
+
Loading Slices
+
+
+
+

MANAGEMENT

+
+ +
+
+ +
+
+
+

+ SUPPORT +

+
+ +
+
+ +
+
+ +
+

+ ACCOUNT +

+
+ +
+
+ +
+
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
{% endif %} -
- - -
+ Email: {{person.email}} +
+
-
- - - - - - - - - - - - - {% if person %} - - - - -
INSTITUTIONSLICESREQUESTS
- - {% else %} - - {% include 'onelab__widget-login-manager.html' %} - {% endif %} - - - - -
+
+{% 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' %} +
+
+
- -{% endblock unfold_main %} +{% endblock %}