X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=c5f3bfc679a0378dff22bfad1d72f52f1e99c912;hb=cd4ef6cdd7ea6d4ead183970d20d4c3739481251;hp=5072e5251ccc728f78b3206c9b401b200f2f6c55;hpb=1aea42c3668602aacfe22bc762ee939672129f53;p=myslice.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index 5072e525..c5f3bfc6 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,16 +1,15 @@ -{% 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.

@@ -25,7 +24,7 @@ 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 %}