From 93fd4692f6eb753cae16358131c8049d84cfbb41 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Thu, 22 Jan 2015 08:30:07 +0100 Subject: symfony is there --- app/Resources/views/default/login.twig | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 app/Resources/views/default/login.twig (limited to 'app/Resources/views/default/login.twig') diff --git a/app/Resources/views/default/login.twig b/app/Resources/views/default/login.twig new file mode 100644 index 00000000..b9f8b497 --- /dev/null +++ b/app/Resources/views/default/login.twig @@ -0,0 +1,34 @@ +{% extends "layout.twig" %} + +{% block title %}{% trans "login to your wallabag" %}{% endblock %} +{% block content %} + {% if http_auth == 0 %} +
+
+

{% trans "Login to wallabag" %}

+ {% if constant('MODE_DEMO') == 1 %}

{% trans "you are in demo mode, some features may be disabled." %}

{% endif %} +
+ + +
+ +
+ + +
+
+ +
+ + {% trans "(Do not check on public computers)" %} +
+
+
+ +
+
+ + +
+ {% endif %} +{% endblock %} -- cgit v1.2.3