X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=45b464556a4313eefd5b0fdb84a973a9676c1298;hb=8dac4f0bbfda0b99d1b5b077522cd11e03ee590e;hp=ec1f54b6a908636e7f4a12dc210c1f95c4e955b5;hpb=ccbd6e9fc2ff9e6683e38d13220ffc9dccfb20ea;p=unfold.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index ec1f54b6..45b46455 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,40 +1,137 @@ -{# fine for either layout-unfold1.html (logged in) or layout-unfold2.html (needs a login prompt) #} -{% extends layout_1_or_2 %} - -{% block unfold_margin %} -{% include 'widget-login.html' %} -{% endblock unfold_margin %} - -{% block unfold_main %} - - -
- -
- - - - - - - - - - - - - - -
PROFILESLICESSUPPORT
- Register -
-
-
- +{% extends "layout_base.html" %} +{% load portal_filters %} + +{% block content %} + +{% if username %} + +{% block head %} + +{% endblock head %} + +{% widget "_widget-no_credentials.html" %} +
+
+ +
+
+
+

+ EXPERIMENT +

+ + +
+ 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:"_login.html" %}
-{% endblock unfold_main %} + + +{% endif %} + + + + + + + +{% endblock %}