X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_home-view.html;h=5fb5dcf68e15a833f3a770d1619caa58558e7064;hb=3b78ac598a00cdd5c3e079381fa3e1d6466e54e8;hp=b29702412ede99b636ae74183db40c4c04918d62;hpb=3dbd8f411705ccb59e4fa7508794c970daca3c9d;p=unfold.git diff --git a/portal/templates/onelab/onelab_home-view.html b/portal/templates/onelab/onelab_home-view.html index b2970241..5fb5dcf6 100644 --- a/portal/templates/onelab/onelab_home-view.html +++ b/portal/templates/onelab/onelab_home-view.html @@ -1,90 +1,51 @@ -{% 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' %} +{% block content %} + +
+
+
+
+

+ Your Easy Access to Computer Networking Testbeds: +

+

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

+
+
+ {% if person %} +
+ +
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
{% 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 %} - - - -
-
-
+ Email: {{person.email}} +
+
+ {% else %} +
+ {% widget '_widget-login-user.html' %} +
+ {% endif %} + + {% if person %} + +
Loading Slices
+ {% else %} + {% endif %} + + + +
- -{% endblock unfold_main %} +{% endblock %}