From 7368c5f37749eac22890b1138a6ba3871e96f4fe Mon Sep 17 00:00:00 2001 From: Killy Date: Sun, 5 Nov 2017 19:11:32 +0300 Subject: www: responsive layout --- .../src/main/webapp/WEB-INF/layouts/content.html | 2 +- .../main/webapp/WEB-INF/views/partial/message.html | 14 ++++---- .../webapp/WEB-INF/views/partial/navigation.html | 42 ++++++++++++++++++---- .../webapp/WEB-INF/views/partial/usercolumn.html | 22 +++--------- .../src/main/webapp/WEB-INF/views/thread.html | 19 +++++----- 5 files changed, 59 insertions(+), 40 deletions(-) (limited to 'juick-www/src/main/webapp') diff --git a/juick-www/src/main/webapp/WEB-INF/layouts/content.html b/juick-www/src/main/webapp/WEB-INF/layouts/content.html index f4ca0d84..d3260acf 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -47,7 +47,7 @@ {% include "views/partial/navigation" %}
{% if visitor.uid == 0 %} -
+

{{ i18n("messages","message.loginForSending", "/login") | raw }}.

{% endif %} diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html index 5950ac7d..a3ce959a 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/partial/message.html +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/message.html @@ -27,35 +27,35 @@
diff --git a/juick-www/src/main/webapp/WEB-INF/views/partial/usercolumn.html b/juick-www/src/main/webapp/WEB-INF/views/partial/usercolumn.html index edf218a1..0906218a 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/partial/usercolumn.html +++ b/juick-www/src/main/webapp/WEB-INF/views/partial/usercolumn.html @@ -2,6 +2,7 @@ {{ user.name }} +
{% if visitor is not empty and visitor.uid > 0 and visitor.uid != user.uid %}