From 6ecd3e3ffb7e814861cf380913bf116431e0f889 Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Thu, 7 May 2015 17:38:42 +0200 Subject: [PATCH] Templates: removed previous Homeview tpl --- .../fed4fire/fed4fire_home-view.html | 137 ---------------- portal/templates/onelab/onelab_home-view.html | 154 ------------------ 2 files changed, 291 deletions(-) delete mode 100644 portal/templates/fed4fire/fed4fire_home-view.html delete mode 100644 portal/templates/onelab/onelab_home-view.html diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html deleted file mode 100644 index 45b46455..00000000 --- a/portal/templates/fed4fire/fed4fire_home-view.html +++ /dev/null @@ -1,137 +0,0 @@ -{% 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 -

- {% include theme|add:"_dashboard_links.html" %} -
-
-
-
-
-{% else %} -
-
- {% include theme|add:"_login.html" %} -
-
- - - -{% endif %} - - - - - - - -{% endblock %} diff --git a/portal/templates/onelab/onelab_home-view.html b/portal/templates/onelab/onelab_home-view.html deleted file mode 100644 index 3cf79907..00000000 --- a/portal/templates/onelab/onelab_home-view.html +++ /dev/null @@ -1,154 +0,0 @@ -{% 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
-
- -
-
-
-
-

- ACCOUNT -

- {% if person.last_name %} -

- {{person.first_name}} {{person.last_name}} -

- {% endif %} -

- {{person.email}} -

-
-
-
-
-

- MANAGEMENT -

- - -
-
-
-
-
-
-

- SUPPORT -

-

- Contact -

-
-
-
-
-
-{% else %} -
-
- {% include theme|add:"_login.html" %} -
-
- - -{% endif %} - - - - - - - - -{% widget "_widget-monitor.html" %} -{% endblock %} -- 2.43.0