X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Ffed4fire%2Ffed4fire_home-view.html;h=f4e6b4ffb0ca16515fed7586aae5b16e2908677c;hb=08cf8f5ad12df97137284f2d474582bc5851cb45;hp=0414be918d1563eef1dfa4980623337b37fdff55;hpb=6d9a5af668992c16380c53f975cf02d92626a9c0;p=myslice.git diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index 0414be91..f4e6b4ff 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -1,116 +1,171 @@ -{% extends "layout.html" %} +{% extends "layout_base.html" %} {% load portal_filters %} {% block content %} -
-{% 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%} +
+
+
+
+

+ EXPERIMENT +

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

Experiment now

+ +

+ +

+
+

The latest version of jFed is only compatible with Java 8 or higher. We detected that you are using an older version.

+

Please upgrade to Java 8 to get access to the newest version of jFed. Otherwise, you can use jFed 5.3.2, which is Java 7-compatible.

+
+ +
+

jFed requires Java to run. We however couldn't detect a Java installation in your browser.

+

Please install the latest version of Java to continue.

+
+ +
+
+
+
+
+

+ ACCOUNT +

+ {% if person.last_name %} +

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

+ {% endif %} +

+ {{person.email}} +

+
+
+
+
+

+ MANAGEMENT +

+ + +
+
+
+
+
+
+

+ SUPPORT +

+

+ Contact +

+

+ Testbeds' status +
+ Testbeds' reputation + +

+

+ Documentation +

+
+
+
+
-
- -
- - - - - - - - - - - - - {% if person %} - - - - -
ACCOUNTSLICESSUPPORT
- -
- {% if person.last_name %} - {{person.first_name}} {{person.last_name}}
- {% endif %} - Email: {{person.email}} -
- {% else %} -
- {% widget '_widget-login-user.html' %} - {% endif %} - - {% if person %} - -
Loading Slices
- {% else %} - - {% endif %} -
- -
-
-
- - - - - - - - - - - - - {% if person %} - - - - -
INSTITUTIONSLICESREQUESTS
- - {% else %} - - {% widget '_widget-login-manager.html' %} - {% endif %} - - {% if person %} - - {% endif %} - - {% if person %} - - {% endif %} -
+{% else %} +
+
+
+

+ Fed4FIRE Portal +

+

+ Your easy access to Future Internet Research and Experimentation testbeds belonging to the + Fed4FIRE federation. +

+
+

+ Want to learn more? +

+
+
+
+ {% widget '_widget-login-user.html' %} +
+
+{% endif %} + + + + + + {% endblock %}