From 66cc496918a594b49164c7f2e98fc1d8132cf37e Mon Sep 17 00:00:00 2001 From: Loic Baron Date: Thu, 7 May 2015 17:49:05 +0200 Subject: [PATCH] Templates: Homeview ok --- portal/templates/_slogan.html | 8 ++++++++ portal/templates/fed4fire/fed4fire_slogan.html | 14 ++++++++++++++ portal/templates/home-view.html | 13 ++++++++++--- portal/templates/onelab/onelab_slogan.html | 8 ++++++++ 4 files changed, 40 insertions(+), 3 deletions(-) create mode 100644 portal/templates/_slogan.html create mode 100644 portal/templates/fed4fire/fed4fire_slogan.html create mode 100644 portal/templates/onelab/onelab_slogan.html diff --git a/portal/templates/_slogan.html b/portal/templates/_slogan.html new file mode 100644 index 00000000..44246954 --- /dev/null +++ b/portal/templates/_slogan.html @@ -0,0 +1,8 @@ +
+

+ Your Easy Access to Computer Networking Testbeds: +

+

+ A wide variety of world class testbeds available through your one account +

+
diff --git a/portal/templates/fed4fire/fed4fire_slogan.html b/portal/templates/fed4fire/fed4fire_slogan.html new file mode 100644 index 00000000..181d3ee0 --- /dev/null +++ b/portal/templates/fed4fire/fed4fire_slogan.html @@ -0,0 +1,14 @@ +
+

+ Fed4FIRE Portal +

+

+ Your easy access to Future Internet Research and Experimentation testbeds belonging to the + Fed4FIRE federation. +

+
+

+ Want to learn more? +

+
+ diff --git a/portal/templates/home-view.html b/portal/templates/home-view.html index 45b46455..57c1e679 100644 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@ -92,9 +92,16 @@ {% else %}
- {% include theme|add:"_login.html" %} -
-
+
+ {% include theme|add:"_slogan.html" %} +
+
+ {% widget '_widget-login-user.html' %} +
+
+
+ +