X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Ffed4fire%2Ffed4fire_home-view.html;h=1b4549def51f5ce635a2fe67154214e8da4a1f77;hb=299cc74138342ebb5c10409babe39364f989c7b2;hp=bc018a455d337ee72190039343af0a839520b4d7;hpb=4f70001534beb026fea80433221dfe45c4530a8b;p=unfold.git diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index bc018a45..1b4549de 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -1,19 +1,143 @@ -{# 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 %} +{% extends "layout_base.html" %} +{% load portal_filters %} -{% block unfold_main %} -
-

Welcome to Fed4Fire portal !

-

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

+{% block content %} + +{% if username %} +
+
+
+

+ EXPERIMENT +

+
+ +
+
+ +
+
+
Loading Slices
+
+
+ +
+
+ +
+
+
+

MANAGEMENT

+
+ +
+
+ +
+
+
+

+ SUPPORT +

+
+ +
+
+ +
+
+ +
+

+ ACCOUNT +

+
+ +
+
+ +
+
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
+ {% endif %} + Email: {{person.email}} +
+
+
-
-

-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 %} +
+
+
+
+

+ Your Easy Access to Computer Networking Testbeds. +

+

+ A wide variety of world class testbeds available through your one account. +

+

+ Want to learn more? +

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