X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=8cf7ca47382b1faca114745749ee787a485500ac;hb=66c79c18f86fdef0abfdd077b6e6858324b01b6d;hp=446cc31eda622d683f41083cbb061f8b2576e28c;hpb=e6184193b74ac6d5c52289546dae9121bdd99008;p=myslice.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index 446cc31e..8cf7ca47 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,31 +1,116 @@ -{% extends 'layout-unfold2.html' %} +{% extends "layout.html" %} +{% load portal_filters %} -{% block unfold2_margin %} -{% if not username %} -{% include 'widget-login.html' %} -{% endif %} -{% endblock unfold2_margin %} - -{% block unfold2_main %} - - - -
-

Welcome to the OneLab portal !

-

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

+{% block content %} +
+{% widget '_widget_news.html' %}
-
-

-Experimentally-driven research is key to success in exploring the possible -futures of the Internet. The OneLab initiative provides an open, -general-purpose, shared experimental facility, both large-scale and -sustainable, which allows European industry and academia to innovate and assess -the performance of their solutions. Based on the results of several different -European and national projects, OneLab offers access to a range of tools and -testbeds including PlanetLab Europe, the NITOS wireless testbed, and other -federated testbeds. -

-

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

+
+ +
+ + + + + + + + + + + + + {% 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 %} +
+
- -{% endblock unfold2_main %} + +{% endblock %}