diff options
author | Lonnytunes <lonnytunes@gmx.fr> | 2014-02-02 19:10:35 +0100 |
---|---|---|
committer | Lonnytunes <lonnytunes@gmx.fr> | 2014-02-02 19:10:35 +0100 |
commit | ebae8c83154efc98518feee099d44f3feb69dd2d (patch) | |
tree | 24c0f5b27fab19ff7d7e2ae88fcd367a9323e9c9 /themes | |
parent | f4fbfaa7cbaaf07aae7d8f0533d293fa4dc605cc (diff) | |
download | wallabag-ebae8c83154efc98518feee099d44f3feb69dd2d.tar.gz wallabag-ebae8c83154efc98518feee099d44f3feb69dd2d.tar.zst wallabag-ebae8c83154efc98518feee099d44f3feb69dd2d.zip |
[del] courgette theme: Useless templates because they are identical to those of default theme and so inherited from it.
Diffstat (limited to 'themes')
-rwxr-xr-x | themes/courgette/_bookmarklet.twig | 3 | ||||
-rwxr-xr-x | themes/courgette/_footer.twig | 4 | ||||
-rwxr-xr-x | themes/courgette/_messages.twig | 1 | ||||
-rwxr-xr-x | themes/courgette/export.twig | 1 | ||||
-rwxr-xr-x | themes/courgette/install.twig | 28 |
5 files changed, 0 insertions, 37 deletions
diff --git a/themes/courgette/_bookmarklet.twig b/themes/courgette/_bookmarklet.twig deleted file mode 100755 index 2e3071ad..00000000 --- a/themes/courgette/_bookmarklet.twig +++ /dev/null | |||
@@ -1,3 +0,0 @@ | |||
1 | <script type="text/javascript"> | ||
2 | top["bookmarklet-url@wallabag.org"]=""+"<!DOCTYPE html>"+"<html>"+"<head>"+"<title>poche it !</title>"+'<link rel="icon" href="{{poche_url}}tpl/img/favicon.ico" />'+"</head>"+"<body>"+"<script>"+"window.onload=function(){"+"window.setTimeout(function(){"+"history.back();"+"},250);"+"};"+"</scr"+"ipt>"+"</body>"+"</html>" | ||
3 | </script> \ No newline at end of file | ||
diff --git a/themes/courgette/_footer.twig b/themes/courgette/_footer.twig deleted file mode 100755 index cce31f35..00000000 --- a/themes/courgette/_footer.twig +++ /dev/null | |||
@@ -1,4 +0,0 @@ | |||
1 | <footer class="w600p center mt3 mb3 smaller txtright"> | ||
2 | <p>{% trans "powered by" %} <a href="http://wallabag.org">wallabag</a></p> | ||
3 | {% if constant('DEBUG_POCHE') == 1 %}<p><strong>{% trans "debug mode is on so cache is off." %} {% trans "your poche version:" %}{{constant('POCHE_VERSION')}}. {% trans "storage:" %} {{constant('STORAGE')}}</strong></p>{% endif %} | ||
4 | </footer> \ No newline at end of file | ||
diff --git a/themes/courgette/_messages.twig b/themes/courgette/_messages.twig deleted file mode 100755 index 679aa098..00000000 --- a/themes/courgette/_messages.twig +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | {{ messages | raw }} \ No newline at end of file | ||
diff --git a/themes/courgette/export.twig b/themes/courgette/export.twig deleted file mode 100755 index 4adb9540..00000000 --- a/themes/courgette/export.twig +++ /dev/null | |||
@@ -1 +0,0 @@ | |||
1 | {{ export }} \ No newline at end of file | ||
diff --git a/themes/courgette/install.twig b/themes/courgette/install.twig deleted file mode 100755 index 20d15f18..00000000 --- a/themes/courgette/install.twig +++ /dev/null | |||
@@ -1,28 +0,0 @@ | |||
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 wallabag" %}</h2> | ||
7 | <p> | ||
8 | {% trans "wallabag is still not installed. Please fill the below form to install it. Don't hesitate to <a href='http://doc.wallabag.org'>read the documentation on wallabag 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 | ||