X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fonelab%2Fonelab_home-view.html;h=bacc2b235e3e8bdd6d8d761d7379cf15e716305e;hb=111d0fcb9681bf94ff184fe43bf636b6d672cbff;hp=f5d6cf14e3ba4024abaff55d8e0368a8bdb1ea31;hpb=3aae671a1ca0cef870a268b88ddcde8d520d7621;p=unfold.git diff --git a/portal/templates/onelab/onelab_home-view.html b/portal/templates/onelab/onelab_home-view.html index f5d6cf14..bacc2b23 100644 --- a/portal/templates/onelab/onelab_home-view.html +++ b/portal/templates/onelab/onelab_home-view.html @@ -6,9 +6,17 @@ {% widget '_widget-news.html' %} --> {% if username %} +{% widget "_widget-no_credentials.html" %}
+ {%if 'no_creds' in user_cred %} +

NO CREDENTIALS are delegated to the portal!

+ {%endif%} + {%if 'creds_expired' in user_cred %} +

EXPIRED CREDENTIALS Please delegate again your credentials to the portal!

+ {%endif%} +
- {%if 'is_pi' in pi %} + {% if pi %}

EXPERIMENT @@ -17,14 +25,17 @@

- +

Your slices - - + + +

@@ -85,7 +96,9 @@

Your slices

@@ -93,6 +106,18 @@
Loading Slices
+ {% if pending_slices %} +

Pending slices + +

    + {% for slices in pending_slices %} +
  • {{slices}}
  • + {% endfor %} +
+ +

+ {%endif%}

@@ -170,11 +195,12 @@ $('button#slicerequestbtn').click(function() { window.location="/portal/slice_request/"; }); -/*------- -List of slices has been moved in -portal/templates/base.html -This should go into session ---------*/ + + myslice.loadSlices(); + }); +{% widget "_widget-monitor.html" %} +{# widget "_widget-stats-top-slices.html" #} + {% endblock %}