From 6d9a5af668992c16380c53f975cf02d92626a9c0 Mon Sep 17 00:00:00 2001 From: Yasin Date: Tue, 29 Apr 2014 15:59:12 +0200 Subject: [PATCH] Fed4Fire: templates specific to Fed4fire theme added --- .../fed4fire/fed4fire_home-view.html | 116 ++++++++++++++++++ .../fed4fire/fed4fire_slice-tab-testbeds.html | 2 + .../fed4fire/fed4fire_supportview.html | 46 ------- 3 files changed, 118 insertions(+), 46 deletions(-) create mode 100644 portal/templates/fed4fire/fed4fire_home-view.html create mode 100644 portal/templates/fed4fire/fed4fire_slice-tab-testbeds.html delete mode 100644 portal/templates/fed4fire/fed4fire_supportview.html diff --git a/portal/templates/fed4fire/fed4fire_home-view.html b/portal/templates/fed4fire/fed4fire_home-view.html new file mode 100644 index 00000000..0414be91 --- /dev/null +++ b/portal/templates/fed4fire/fed4fire_home-view.html @@ -0,0 +1,116 @@ +{% extends "layout.html" %} +{% load portal_filters %} + +{% block content %} +
+{% widget '_widget_news.html' %} +
+
+ +
+ + + + + + + + + + + + + {% if person %} + + + + +
ACCOUNTSLICESSUPPORT
+ +
+ {% if person.last_name %} + {{person.first_name}} {{person.last_name}}
+ {% endif %} + Email: {{person.email}} +
+ {% else %} +
+ {% widget '_widget-login-user.html' %} + {% endif %} + + {% if person %} + +
Loading Slices
+ {% else %} + + {% endif %} +
+ +
+
+
+ + + + + + + + + + + + + {% if person %} + + + + +
INSTITUTIONSLICESREQUESTS
+ + {% else %} + + {% widget '_widget-login-manager.html' %} + {% endif %} + + {% if person %} + + {% endif %} + + {% if person %} + + {% endif %} +
+
+
+ +{% endblock %} diff --git a/portal/templates/fed4fire/fed4fire_slice-tab-testbeds.html b/portal/templates/fed4fire/fed4fire_slice-tab-testbeds.html new file mode 100644 index 00000000..80b32ba9 --- /dev/null +++ b/portal/templates/fed4fire/fed4fire_slice-tab-testbeds.html @@ -0,0 +1,2 @@ +