X-Git-Url: http://git.onelab.eu/?p=myslice.git;a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=ec1f54b6a908636e7f4a12dc210c1f95c4e955b5;hp=123bc28b34fdb5d5eec575847bb1c969c98ffe78;hb=ccbd6e9fc2ff9e6683e38d13220ffc9dccfb20ea;hpb=a387c58445b7cde5ecf05a022c5a875645eeb463 diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index 123bc28b..ec1f54b6 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,31 +1,40 @@ -{% extends 'layout-unfold2.html' %} +{# fine for either layout-unfold1.html (logged in) or layout-unfold2.html (needs a login prompt) #} +{% extends layout_1_or_2 %} -{% block unfold2_margin %} -{% if not username %} +{% block unfold_margin %} {% include 'widget-login.html' %} -{% endif %} -{% endblock unfold2_margin %} +{% endblock unfold_margin %} -{% block unfold2_main %} - +{% block unfold_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 }}.

+
+ +
+ + + + + + + + + + + + + + +
PROFILESLICESSUPPORT
+ Register +
+
+
+ +
-{% endblock unfold2_main %} +{% endblock unfold_main %}