X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=portal%2Ftemplates%2Fhome-view.html;h=45b464556a4313eefd5b0fdb84a973a9676c1298;hb=8dac4f0bbfda0b99d1b5b077522cd11e03ee590e;hp=cfd63a8ad204a2b58fe83c7a3e9cd79a2d7d24f4;hpb=73136626a3010dac4fe3c42041a1c324aa659b1d;p=unfold.git diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index cfd63a8a..45b46455 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -1,41 +1,137 @@ -{% extends "layout-unfold1.html" %} - -{% block unfold_main %} - -
- -
- - - - - - - - - - - - - - - - -
PROFILESLICESSUPPORT
- {% block unfold_margin %} - {% include 'widget-login.html' %} - {% endblock unfold_margin %} - - - - -
-
-
- +{% 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 %}