X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=1c887a3b3d466da1e7b8ec39ba86664e44a4951d;hb=83f238a32f62a34370f24d69e85823c709d95627;hp=42265a59ead6d8130522e73cee713eea80dd59df;hpb=e11594d82379b519df0968cc3c6a21628b270b27;p=myslice.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index 42265a59..1c887a3b 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,20 +1,20 @@ -{% 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 %} - -
-
-

Welcome to the OneLab portal !

-

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

-
-

-

+{% 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 @@ -23,9 +23,8 @@ 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 }}.

+

+

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

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