X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Ffed4fire%2Ffed4fire_home-view.html;h=f0d2387b19d3c0b9779276da2ad53f4bdbb798e2;hb=cd417eba7221258a2d0cc204d545cd7bed01cd6a;hp=f7da2da129a82effb1d2787d7bcf8ffb1c3915b7;hpb=dd64244a2dfe1ae24c9fb6b2cde38ff455b21687;p=unfold.git diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index f7da2da1..f0d2387b 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -1,91 +1,243 @@ -{% extends "layout.html" %} +{% extends "layout_base.html" %} +{% load portal_filters %} {% block content %} -
- -
- - - - - - - - - - - - - {% if person %} - - - - -
ACCOUNTSLICESSUPPORT
- -
- {% if person.last_name %} - {{person.first_name}} {{person.last_name}}
- {% endif %} - Email: {{person.email}} -
- {% else %} -
- {% include '_widget-login-user.html' %} - {% endif %} - - {% if person %} - -
Loading Slices
- {% else %} + +{% if username %} + + +
+
+ {%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 %} +
+

+ EXPERIMENT +

+
+ +
+
+ +
+
+

Your slices + + + +

+
+
+
Loading Slices
+
+

Experiment now

+ + jFed +
+
+

MANAGEMENT

+
+ +
+
+ +
+
+
+

+ SUPPORT +

+
+ +
+
+ +
+

+
+ +
+
+ +
+

+ ACCOUNT +

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

+ EXPERIMENT +

+
+ +
+
+ +
+
+

Your slices + + +

+
+
+
Loading Slices
+
+ {% if pending_slices %} +

Pending slices + +

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

+ {%endif%} +

Experiment now

+ + jFed +
+
+

+ SUPPORT +

+
+ +
+
+ +
+

+
+ +
+
+ +
+

+ ACCOUNT +

+
+ +
+
+ +
+
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
{% endif %} -
- {% if person %} - - {% endif %} - - {% if person %} - - {% endif %} -
+ Username: {{person.email}} +
+ + {%endif%} + - + + + + +{# widget "_widget-monitor.html" #} +{# widget "_widget-stats-top-slices.html" #} + {% endblock %}