X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_home-view.html;h=c8ee2d81c381bc0ef2ceed15d6b490c3597d4b8f;hb=8fc0e86ef1f2bae962a75732f4f71db26befbfb7;hp=87f3b14e7064acbeddceb95e72a358cadd16322c;hpb=9d4a0883ee7e5bc5cf5b990c400ddf573ef9937c;p=myslice.git diff --git a/portal/templates/onelab/onelab_home-view.html b/portal/templates/onelab/onelab_home-view.html index 87f3b14e..c8ee2d81 100644 --- a/portal/templates/onelab/onelab_home-view.html +++ b/portal/templates/onelab/onelab_home-view.html @@ -8,6 +8,7 @@ {% if username %}
+ {%if 'is_pi' in pi %}

EXPERIMENT @@ -19,15 +20,20 @@

-

- Your slices

+

Your slices + + + +

Loading Slices
- {%if 'is_pi' in pi %}

MANAGEMENT

@@ -37,7 +43,6 @@
- {%endif%}

SUPPORT @@ -68,6 +73,64 @@

+ {%else%} +
+
+

+ EXPERIMENT +

+
+ +
+
+ +
+
+

Your slices + + +

+
+
+
Loading Slices
+
+
+
+

+ SUPPORT +

+
+ +
+
+ +
+
+ +
+

+ ACCOUNT +

+
+ +
+
+ +
+
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
+ {% endif %} + Username: {{person.email}} +
+
+
+ {%endif%} + {% else %}
@@ -101,7 +164,7 @@ $('div#'+$(this).data('panel')).show(); }); $('button#validaterequestbtn').click(function() { - window.location="/portal/validate/"; + window.location="/portal/institution#requests"; }); $('button#ticketbtn').click(function() { window.location="/portal/contact/"; @@ -119,4 +182,5 @@ This should go into session --------*/ }); -{% endblock %} +{% widget "_widget-monitor.html" %} +{% endblock %} \ No newline at end of file