X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Ffed4fire%2Ffed4fire_home-view.html;h=5e6a51082d5b323f2375609dec05c687e75494d5;hb=bc0ddf61d3ba190e05ce93672270009170e04806;hp=bc018a455d337ee72190039343af0a839520b4d7;hpb=4f70001534beb026fea80433221dfe45c4530a8b;p=myslice.git diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index bc018a45..5e6a5108 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -1,19 +1,170 @@ -{# fine for either layout-unfold1.html (logged in) or layout-unfold2.html (needs a login prompt) #} -{% extends layout_1_or_2 %} - -{% block unfold_margin %} -{% include 'fed4fire/_widget-login.html' %} -{% endblock unfold_margin %} - -{% block unfold_main %} -
-

Welcome to Fed4Fire portal !

-

New to Fed4fire? Please register or learn more about the project.

+{% extends "layout_base.html" %} +{% load portal_filters %} + +{% block content %} + +{% 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 +

+ + +
+
+
+
+
+ +
+
+
-
-

-A federation of experimentation facilities will significantly accelerate Future Internet research. Fed4FIRE will deliver open and easily accessible facilities to the FIRE experimentation communities, which focus on fixed and wireless infrastructures, services and applications, and combinations thereof. -

-

This UI server is connected to the manifold backend running at {{ MANIFOLD_URL }}.

+{% 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' %} +
+
+
-{% endblock unfold_main %} +{% endif %} + + + + + + + +{% endblock %}