aboutsummaryrefslogtreecommitdiffhomepage
path: root/themes/courgette/install.twig
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-01-08 11:28:46 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-01-08 11:28:46 +0100
commit5ed8050791ef562ff4351ede3a077ab1e8b0d916 (patch)
tree8e0a6bb5cc584b0710fb01048dc08bc26189d71e /themes/courgette/install.twig
parent8905191413f20e7fba1d635a06cf5ec2ff86cbb3 (diff)
downloadwallabag-5ed8050791ef562ff4351ede3a077ab1e8b0d916.tar.gz
wallabag-5ed8050791ef562ff4351ede3a077ab1e8b0d916.tar.zst
wallabag-5ed8050791ef562ff4351ede3a077ab1e8b0d916.zip
[add] courgette theme
Diffstat (limited to 'themes/courgette/install.twig')
-rwxr-xr-xthemes/courgette/install.twig28
1 files changed, 28 insertions, 0 deletions
diff --git a/themes/courgette/install.twig b/themes/courgette/install.twig
new file mode 100755
index 00000000..6e85e5cb
--- /dev/null
+++ b/themes/courgette/install.twig
@@ -0,0 +1,28 @@
1{% extends "layout.twig" %}
2{% block title %}{% trans "installation" %}{% endblock %}
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/doc'>read the documentation on poche website</a>." %}
9 </p>
10 <p class="row">
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 />
13 </p>
14 <p class="row">
15 <label class="col w150p" for="password">{% trans "Password" %}</label>
16 <input class="col" type="password" id="password" name="password" placeholder="Password" tabindex="2">
17 </p>
18 <p class="row">
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">
21 </p>
22 <p class="row mts txtcenter">
23 <button class="bouton" type="submit" tabindex="4">{% trans "Install" %}</button>
24 </p>
25 </fieldset>
26 <input type="hidden" name="token" value="{{ token }}">
27 </form>
28{% endblock %} \ No newline at end of file