From 7a919daacf786e5f96d18316777454c98f851298 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Wed, 27 Sep 2017 16:50:32 +0200 Subject: [PATCH] changed templates regarding conrols section --- ordr2/static/css/style.css | 4 + ordr2/templates/account/login.jinja2 | 60 ++++++------ ordr2/templates/errors/forbidden.jinja2 | 20 ++-- ordr2/templates/errors/not_found.jinja2 | 20 ++-- ordr2/templates/layout.jinja2 | 15 +-- ordr2/templates/pages/faq.jinja2 | 120 ++++++++++++------------ ordr2/templates/pages/welcome.jinja2 | 66 ++++++------- 7 files changed, 160 insertions(+), 145 deletions(-) diff --git a/ordr2/static/css/style.css b/ordr2/static/css/style.css index ca5b5ba..40904e2 100755 --- a/ordr2/static/css/style.css +++ b/ordr2/static/css/style.css @@ -718,3 +718,7 @@ hgroup .info { .page-controls h1 { font-size: 25px; } } + +/*================ STYLES FOR php2python BRANCH ================*/ + +input[value="password:mapping"] + div { margin-bottom:10px; } diff --git a/ordr2/templates/account/login.jinja2 b/ordr2/templates/account/login.jinja2 index 54f2651..e15da2e 100644 --- a/ordr2/templates/account/login.jinja2 +++ b/ordr2/templates/account/login.jinja2 @@ -4,34 +4,36 @@ {% block subtitle %} Login {% endblock subtitle %} {% block content %} -
-
-
-

Log in

- {{ macros.flash_messages() }} -
-
-
-
-
-
- -
- -
-
-
- -
- -
-
-
- - -
-
-
-
+
+
+
+
+

Log in

+ {{ macros.flash_messages() }} +
+
+
+
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ + +
+
+
+
+
{% endblock content %} diff --git a/ordr2/templates/errors/forbidden.jinja2 b/ordr2/templates/errors/forbidden.jinja2 index d221f77..e7fe398 100644 --- a/ordr2/templates/errors/forbidden.jinja2 +++ b/ordr2/templates/errors/forbidden.jinja2 @@ -3,16 +3,18 @@ {% block subtitle %} Access Denied {% endblock subtitle %} {% block content %} -
-
+
+
+
-
-
-

Access Denied!!!

-

You do not have the permission to access this page.

-
-
+
+
+

Access Denied!!!

+

You do not have the permission to access this page.

+
+
-
+
+
{% endblock content %} diff --git a/ordr2/templates/errors/not_found.jinja2 b/ordr2/templates/errors/not_found.jinja2 index 0beb0b2..0ab532a 100644 --- a/ordr2/templates/errors/not_found.jinja2 +++ b/ordr2/templates/errors/not_found.jinja2 @@ -3,16 +3,18 @@ {% block subtitle %} Not Found {% endblock subtitle %} {% block content %} -
-
+
+
+
-
-
-

These are not the droids
you are looking for

-

Whatever you wanted to see was not found on this server.

-
-
+
+
+

These are not the droids
you are looking for

+

Whatever you wanted to see was not found on this server.

+
+
-
+
+
{% endblock content %} diff --git a/ordr2/templates/layout.jinja2 b/ordr2/templates/layout.jinja2 index f5b6dce..3a59f72 100644 --- a/ordr2/templates/layout.jinja2 +++ b/ordr2/templates/layout.jinja2 @@ -11,7 +11,8 @@ - + +