X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=955ab16a88403b722b1458f46537a7934d4e750c;hb=eae0d6c8743dfdc653efb1517a549d82b9776c67;hp=42265a59ead6d8130522e73cee713eea80dd59df;hpb=e11594d82379b519df0968cc3c6a21628b270b27;p=unfold.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index 42265a59..955ab16a 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,31 +1,148 @@ -{% extends 'layout-unfold2.html' %} +{% extends "layout_base.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.

-
-

-

-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 }}.

+{% block content %} + +{% if username %} + +{% block head %} + +{% endblock head %} + +{% widget "_widget-no_credentials.html" %} +
+
+ +
+
+
+

+ EXPERIMENT +

+
+ Create/Join project +
+ +
+ Your projects and slices +   + +
Loading projects
+
+ {% include theme|add:"_jfed_button.html" %} +
+
+
+
+

+ ACCOUNT +

+ {% if person.last_name %} +

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

+ {% endif %} +

+ {{person.email}} +

+
+
+
+
+

+ MANAGEMENT +

+ + +
+
+
+
+
+
+

+ SUPPORT +

+

+ Contact +

+ {% include theme|add:"_dashboard_links.html" %} +
+
+
+
+{% else %} +
+
+
+ {% include theme|add:"_slogan.html" %} +
+
+ {% widget '_widget-login-user.html' %} +
+
+
+
+
+ + + +{% endif %} -{% endblock unfold2_main %} + + + + + + + +{% if theme == 'onelab' %} +{% widget "_widget-monitor.html" %} +{% endif %} +{% endblock %}