From: Loic Baron Date: Mon, 18 Apr 2016 09:19:16 +0000 (+0200) Subject: Fed4Fire Doc on Dashboard X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=2ed44c2694a3bb5a0a8ccde8316d0d76849226da;p=unfold.git Fed4Fire Doc on Dashboard --- diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html new file mode 100644 index 00000000..7189d0b0 --- /dev/null +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -0,0 +1,151 @@ +{% extends "layout_base.html" %} +{% load portal_filters %} + +{% block content %} + +{% if username %} + +{% block head %} + +{% endblock head %} + +{% widget "_widget-no_credentials.html" %} +
+
+ +
+
+
+

+ EXPERIMENT +

+
+ Create/Join project +
+ +
+ 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 +

+

+ Documentation & Tutorials +

+ {% include theme|add:"_dashboard_links.html" %} +
+
+
+
+
+{% else %} +
+
+
+ {% widget '_slogan.html' %} +
+
+ {% widget '_widget-login-user.html' %} +
+
+
+
+
+ + + +{% endif %} + + + + + + + + +{% if theme == 'onelab' %} +{% widget "_widget-monitor.html" %} +{% endif %} +{% endblock %}