X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Ffed4fire%2Ffed4fire_home-view.html;h=76fc42e473cc2bfed4daa3c5803f43280a2b9dfa;hb=43dd8dc20325568d7026c352737e52f3a3750686;hp=e5ce3f0f79ce8617afde5cba9711caf5d7da0b49;hpb=bcbf670f15c16f3a26369f5498b9ebcadb496b72;p=unfold.git diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index e5ce3f0f..76fc42e4 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -6,216 +6,101 @@ {% widget '_widget-news.html' %} --> {% if username %} - - + +{% block head %} + +{% endblock head %} + +{% 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 %} -
-

- EXPERIMENT -

-
- -
-
- -
-
-

Your slices - - - -

-
-
-
Loading Slices
-
-

Experiment now

- +
+
+
+
+

+ EXPERIMENT +

+ +
+ Your projects and slices +   +
+ +
+
Loading projects
+
+
+ Create slice + Create/Join project +
+ +
+

Experiment now

+ jFed -
-
-

MANAGEMENT

-
- -
-
- -
-
-
-

- SUPPORT -

-
- -
-
- -
-

-
- -
-
- -
-
- -
-

- ACCOUNT -

-
- -
-
- -
-
- {% if person.last_name %} - {{person.first_name}} {{person.last_name}}
- {% endif %} - Username: {{person.email}} -
-
-
- {%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 %} - Username: {{person.email}} -
-
-
- {%endif%} - +
+
+
+
+

+ ACCOUNT +

+ {% if person.last_name %} +

+ {{person.first_name}} {{person.last_name}} +

+ {% endif %} +

+ {{person.email}} +

+
+
+

+ MANAGEMENT +

+ +
+ Validate Requests +
+
+
+
+
+

+ SUPPORT +

+

+ Contact +

+

+ Testbeds' status +
+ Testbeds' reputation + +

+

+ Documentation +

+ +
+ + +
+
{% else %}
@@ -245,59 +130,34 @@ - + {% endblock %}