From ff106a64431e6510267ab0677c41d95d555b3956 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Thu, 19 Oct 2017 16:34:02 +0300 Subject: www: new design --- juick-www/src/main/webapp/WEB-INF/layouts/content.html | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'juick-www/src/main/webapp/WEB-INF/layouts') 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 9ced2d76..73d140f1 100644 --- a/juick-www/src/main/webapp/WEB-INF/layouts/content.html +++ b/juick-www/src/main/webapp/WEB-INF/layouts/content.html @@ -46,8 +46,13 @@ 0 %}data-hash="{{visitor.authHash}}"{% endif %}> {% include "views/partial/navigation" %}
-
+ {% if visitor.uid == 0 %} +
+

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

+
+ {% endif %} +
{% block content %} {% endblock %}
-- cgit v1.2.3