From: Thierry Parmentelat Date: Wed, 13 Nov 2013 07:08:36 +0000 (+0100) Subject: Merge branch 'master' into newnames X-Git-Tag: myslice-0.3-0~113^2~7^2~20 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=0120bc491b3464f4981270a28ac153fa62f3b08b;hp=-c;p=unfold.git Merge branch 'master' into newnames Conflicts: portal/templates/validate_pending.html --- 0120bc491b3464f4981270a28ac153fa62f3b08b diff --combined portal/templates/account-view.html index f3c731a9,60f05bcf..4b042468 --- a/portal/templates/account-view.html +++ b/portal/templates/account-view.html @@@ -8,32 -8,8 +8,8 @@@ {% endblock %} -{% block unfold1_main %} +{% block unfold_main %} - -

Platform Access

-
-
- - - - - - - - {% for row in data %} - - - - - - - {%endfor%} -
PlatformAccount Typeuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
-
-
- -

MySlice Account

{% if messages %} @@@ -154,4 -130,28 +130,28 @@@ +

Platform Access

+
+
+ + + + + + + + {% for row in data %} + + + + + + + {%endfor%} +
PlatformAccount Typeuser_hrnPub Key
{{ row.platform_name }} {{ row.account_type }} {{ row.usr_hrn }} {{ row.usr_pubkey }}
+
+
+ + + {% endblock %} diff --combined portal/templates/contact.html index 3aa9f191,8ffbf9c9..b256d37a --- a/portal/templates/contact.html +++ b/portal/templates/contact.html @@@ -4,10 -4,10 +4,10 @@@ {{ wizard.form.media }} {% endblock %} -{% block unfold1_main %} +{% block unfold_main %} -
+

Onelab Support

If you have already registered, then please send an e-mail or visit us

diff --combined portal/templates/home-view.html index 1c887a3b,446cc31e..c5f3bfc6 --- a/portal/templates/home-view.html +++ b/portal/templates/home-view.html @@@ -1,15 -1,16 +1,15 @@@ -{% extends 'layout-unfold2.html' %} +{# fine for either layout-unfold1.html (logged in) or layout-unfold2.html (needs a login prompt) #} +{% extends layout_1_or_2 %} -{% block unfold2_margin %} -{% if not username %} +{% block unfold_margin %} {% include 'widget-login.html' %} -{% endif %} -{% endblock unfold2_margin %} +{% endblock unfold_margin %} -{% block unfold2_main %} +{% block unfold_main %} -
+

Welcome to the OneLab portal !

New to OneLab? Please register or learn more about the project.

@@@ -27,4 -28,4 +27,4 @@@ federated testbeds

This UI server is connected to the manifold backend running at {{ MANIFOLD_URL }}.

-{% endblock unfold2_main %} +{% endblock unfold_main %} diff --combined portal/templates/registration_view.html index b942b171,b0bb3896..52cb402d --- a/portal/templates/registration_view.html +++ b/portal/templates/registration_view.html @@@ -1,8 -1,8 +1,8 @@@ {% extends "layout-unfold1.html" %} -{% block unfold1_main %} +{% block unfold_main %} -
+

OneLab Experimenter Registration

For First Line Support please Contact Support

diff --combined portal/templates/resource.html index 63466674,d379470a..5b59f73e --- a/portal/templates/resource.html +++ b/portal/templates/resource.html @@@ -4,10 -4,17 +4,17 @@@ {% endblock %} -{% block unfold1_main %} +{% block unfold_main %} +

Resource

+
{{resource}} +
+
{{resource_as_map}} +
+
{{resource_stats}} +
{% endblock %} diff --combined portal/templates/slice-request-view.html index 7c7a53f0,b9e0e22d..4568864a --- a/portal/templates/slice-request-view.html +++ b/portal/templates/slice-request-view.html @@@ -5,13 -5,13 +5,13 @@@ {{ wizard.form.media }} {% endblock %} -{% block unfold1_main %} +{% block unfold_main %} -
+

Request a Slice

diff --combined portal/templates/validate_pending.html index c46fda39,9ddf01c9..0ab0e572 --- a/portal/templates/validate_pending.html +++ b/portal/templates/validate_pending.html @@@ -45,10 -45,10 +45,10 @@@ {% endblock %} -{% block unfold1_main %} +{% block unfold_main %} - +

Pending requests

- +

My authorities

@@@ -56,7 -56,8 +56,8 @@@ {% for authority, requests in my_authorities.items %}

{{authority}}

- +
+
@@@ -161,5 -162,6 +162,6 @@@ {% endif %} - + + {% endblock %} diff --combined unfold/static/css/onelab_marko.css index c1079f28,ab82706b..a49457b7 --- a/unfold/static/css/onelab_marko.css +++ b/unfold/static/css/onelab_marko.css @@@ -5,8 -5,14 +5,14 @@@ /* GENERAL */ .container { - padding: 0 !important; - /* color: #fff; */ + padding: 0 !important; + color: #fff; + background: url(http://new.fit-equipex.fr/images/background.jpg) no-repeat; + margin: 0; + width: 100%; + max-width: 100%; + min-height: 100%; + height: 100%; } .container h1, .container h2 { @@@ -49,7 -55,15 +55,15 @@@ a.plugin-tooltip:hover /* LIST VIEW */ - + div.well-lg { + background-color: rgba(168, 32, 202, 0.5) !important; + } + div.onelab-title { + background-color: rgba(168, 32, 202, 0.5) !important; + } + div.well { + background-color: rgba(0, 0, 0, 0.5) !important; + } h2.well.well-lg { border-radius:0; border: 0; @@@ -156,7 -170,8 +170,8 @@@ /* TOPMENU.CSS */ body { - background: #30196d !important; + /* background: #30196d !important; */ + background: black !important; padding-top: 60px; padding-bottom: 0px; } @@@ -268,9 -283,9 +283,9 @@@ div.dataTables_info -/* HAZELNUT */ +/* QUERYTABLE */ -div.Hazelnut table.dataTable th { +div.QueryTable table.dataTable th { font: bold 12px/22px Ubuntu, Arial, sans-serif; color: #333 !important; border-right: 0px solid #333 !important; @@@ -284,18 -299,18 +299,18 @@@ background: url('../img/tablesort-header.jpg') no-repeat !important; } -div.Hazelnut table.dataTable td, div.Hazelnut table.dataTable textarea, div.Hazelnut table.dataTable input [type="text"] { +div.QueryTable table.dataTable td, div.QueryTable table.dataTable textarea, div.QueryTable table.dataTable input [type="text"] { font: normal 12px Ubuntu, Arial, Helvetica, sans-serif; border-right: 0px solid #fff !important; border-bottom: 1px solid #fff !important; } -div.Hazelnut table.dataTable thead { +div.QueryTable table.dataTable thead { background: url('../img/tablesort-header.png') repeat-x !important; background-color: #caebea; } -div.Hazelnut table.dataTable tfoot { +div.QueryTable table.dataTable tfoot { background: url('../img/tablesort-header.png') repeat-x !important; /* background-color: # !important; */ } @@@ -312,7 -327,7 +327,7 @@@ table.query-editor } .query-editor-spacer, -.plugin.ResourcesSelected, +.plugin.QueryUpdater, .plugin.Tabs { margin-top: 60px !important; }
type id