]> git.immae.eu Git - github/wallabag/wallabag.git/blame - tpl/install.twig
Revert "Add SHAARLI support to view template"
[github/wallabag/wallabag.git] / tpl / install.twig
CommitLineData
a4565e88 1{% extends "layout.twig" %}
2b840e0c 2{% block title %}{% trans "installation" %}{% endblock %}
a4565e88
NL
3{% block content %}
4 <form method="post" action="?install" name="loginform">
5 <fieldset class="w500p center">
6 <h2 class="mbs txtcenter">{% trans "install your poche" %}</h2>
7 <p>
8 {% trans "poche is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://inthepoche.com/?pages/Documentation'>read the documentation on poche website</a>." %}
9 </p>
4a291288 10 <p class="row">
a4565e88
NL
11 <label class="col w150p" for="login">{% trans "Login" %}</label>
12 <input class="col" type="text" id="login" name="login" placeholder="Login" tabindex="1" autofocus />
4a291288
NL
13 </p>
14 <p class="row">
a4565e88
NL
15 <label class="col w150p" for="password">{% trans "Password" %}</label>
16 <input class="col" type="password" id="password" name="password" placeholder="Password" tabindex="2">
4a291288
NL
17 </p>
18 <p class="row">
a4565e88
NL
19 <label class="col w150p" for="password_repeat">{% trans "Repeat your password" %}</label>
20 <input class="col" type="password" id="password_repeat" name="password_repeat" placeholder="Password" tabindex="3">
4a291288
NL
21 </p>
22 <p class="row mts txtcenter">
a4565e88 23 <button class="bouton" type="submit" tabindex="4">{% trans "Install" %}</button>
4a291288 24 </p>
a4565e88
NL
25 </fieldset>
26 <input type="hidden" name="token" value="{{ token }}">
27 </form>
28{% endblock %}