X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_home-view.html;h=c8ee2d81c381bc0ef2ceed15d6b490c3597d4b8f;hb=8fc0e86ef1f2bae962a75732f4f71db26befbfb7;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..c8ee2d81 100644 --- a/portal/templates/onelab/onelab_home-view.html +++ b/portal/templates/onelab/onelab_home-view.html @@ -1,95 +1,161 @@ -{% extends "layout.html" %} +{% extends "layout_base.html" %} {% load portal_filters %} {% block content %} -
+ +{% if username %} +
+
+ {%if 'is_pi' in pi %} +
+

+ EXPERIMENT +

+
+ +
+
+ +
+
+

Your slices + + + +

+
+
+
Loading Slices
+
+
+
+

MANAGEMENT

+
+ +
+
+ +
+
+
+

+ SUPPORT +

+
+ +
+
+ +
+
+ +
+

+ ACCOUNT +

+
+ +
+
+ +
+
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
{% endif %} - - - - - - - + Username: {{person.email}} +
+
-
- - - - - - - - - - - - - {% if person %} - - - - -
INSTITUTIONSLICESREQUESTS
- - {% else %} - - {% include 'onelab__widget-login-manager.html' %} + {%else%} +
+
+

+ EXPERIMENT +

+
+ +
+
+ +
+
+

Your slices + + +

+
+
+
Loading Slices
+
+
+
+

+ SUPPORT +

+
+ +
+
+ +
+
+ +
+

+ ACCOUNT +

+
+ +
+
+ +
+
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
{% endif %} -
- {% if person %} - - {% endif %} - - {% if person %} - - {% endif %} -
+ Username: {{person.email}} +
+
+ {%endif%} + - -{% endblock %} +{% widget "_widget-monitor.html" %} +{% endblock %} \ No newline at end of file