diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 09:43:33 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 09:43:33 +0200 |
commit | a62788c61ef80e6b0f1cf0b6304b2dfd2223aa38 (patch) | |
tree | 9fae636bd0d7006e8adcf16783e69130cd6b03d9 /tpl/login.twig | |
parent | 3208d538a750866221fa231d4230082eef90ca69 (diff) | |
download | wallabag-a62788c61ef80e6b0f1cf0b6304b2dfd2223aa38.tar.gz wallabag-a62788c61ef80e6b0f1cf0b6304b2dfd2223aa38.tar.zst wallabag-a62788c61ef80e6b0f1cf0b6304b2dfd2223aa38.zip |
#100: welcome to you, instapaper users
Diffstat (limited to 'tpl/login.twig')
-rw-r--r-- | tpl/login.twig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tpl/login.twig b/tpl/login.twig index c3028795..b24674e2 100644 --- a/tpl/login.twig +++ b/tpl/login.twig | |||
@@ -5,15 +5,15 @@ | |||
5 | <form method="post" action="?login" name="loginform"> | 5 | <form method="post" action="?login" name="loginform"> |
6 | <fieldset class="w500p center"> | 6 | <fieldset class="w500p center"> |
7 | <h2 class="mbs txtcenter">{% trans "login to your poche" %}</h2> | 7 | <h2 class="mbs txtcenter">{% trans "login to your poche" %}</h2> |
8 | {% if demo == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %} | 8 | {% if constant('MODE_DEMO') == 1 %}<p>{% trans "you are in demo mode, some features may be disabled." %}</p>{% endif %} |
9 | <div class="row"> | 9 | <div class="row"> |
10 | <label class="col w150p" for="login">{% trans "Login" %}</label> | 10 | <label class="col w150p" for="login">{% trans "Login" %}</label> |
11 | <input class="col" type="text" id="login" name="login" placeholder="Login" tabindex="1" autofocus {% if demo == 1 %}value="poche"{% endif %} /> | 11 | <input class="col" type="text" id="login" name="login" placeholder="Login" tabindex="1" autofocus {% if constant('MODE_DEMO') == 1 %}value="poche"{% endif %} /> |
12 | </div> | 12 | </div> |
13 | 13 | ||
14 | <div class="row"> | 14 | <div class="row"> |
15 | <label class="col w150p" for="password">{% trans "Password" %}</label> | 15 | <label class="col w150p" for="password">{% trans "Password" %}</label> |
16 | <input class="col" type="password" id="password" name="password" placeholder="Password" tabindex="2" {% if demo == 1 %}value="poche"{% endif %} /> | 16 | <input class="col" type="password" id="password" name="password" placeholder="Password" tabindex="2" {% if constant('MODE_DEMO') == 1 %}value="poche"{% endif %} /> |
17 | </div> | 17 | </div> |
18 | <div class="row"> | 18 | <div class="row"> |
19 | <label class="col w150p" for="longlastingsession">{% trans "Stay signed in" %}</label> | 19 | <label class="col w150p" for="longlastingsession">{% trans "Stay signed in" %}</label> |