X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Ffed4fire%2Ffed4fire_home-view.html;h=5b0fc20c1a23fb74ebaa8bc85709b5a5cf97d7b1;hb=3018b838efd77bc3b7b9ee1df727e328c8464db1;hp=f7da2da129a82effb1d2787d7bcf8ffb1c3915b7;hpb=97bbf7ec1d09ef9837b9b2471fdfa8bf8bd4d959;p=unfold.git diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html index f7da2da1..5b0fc20c 100644 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -1,91 +1,110 @@ -{% 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 %} +
+
+
+

+ EXPERIMENT +

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

Experiment now

+
+
+ +
+
+
+

MANAGEMENT

+
+ +
+
+ +
+
+
+

+ SUPPORT +

+
+ +
+
+ +
+

+
+ +
+
+ +
+

+ ACCOUNT +

+
+ +
+
+ +
+
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
{% endif %} -
- - -
+ Email: {{person.email}} +
+
-
- - - - - - - - - - - - - {% if person %} - - - - -
INSTITUTIONSLICESREQUESTS
- - {% else %} - - {% include '_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' %} +
+
+
- + + {% endblock %}