]> git.immae.eu Git - github/wallabag/wallabag.git/commitdiff
[del] courgette theme: Useless templates because they are identical to those of defau...
authorLonnytunes <lonnytunes@gmx.fr>
Sun, 2 Feb 2014 18:10:35 +0000 (19:10 +0100)
committerLonnytunes <lonnytunes@gmx.fr>
Sun, 2 Feb 2014 18:10:35 +0000 (19:10 +0100)
themes/courgette/_bookmarklet.twig [deleted file]
themes/courgette/_footer.twig [deleted file]
themes/courgette/_messages.twig [deleted file]
themes/courgette/export.twig [deleted file]
themes/courgette/install.twig [deleted file]

diff --git a/themes/courgette/_bookmarklet.twig b/themes/courgette/_bookmarklet.twig
deleted file mode 100755 (executable)
index 2e3071a..0000000
+++ /dev/null
@@ -1,3 +0,0 @@
-        <script type="text/javascript">
-          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>"
-        </script>
\ No newline at end of file
diff --git a/themes/courgette/_footer.twig b/themes/courgette/_footer.twig
deleted file mode 100755 (executable)
index cce31f3..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-        <footer class="w600p center mt3 mb3 smaller txtright">
-            <p>{% trans "powered by" %} <a href="http://wallabag.org">wallabag</a></p>
-            {% 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 %}
-        </footer>
\ No newline at end of file
diff --git a/themes/courgette/_messages.twig b/themes/courgette/_messages.twig
deleted file mode 100755 (executable)
index 679aa09..0000000
+++ /dev/null
@@ -1 +0,0 @@
-                {{ messages | raw }}
\ No newline at end of file
diff --git a/themes/courgette/export.twig b/themes/courgette/export.twig
deleted file mode 100755 (executable)
index 4adb954..0000000
+++ /dev/null
@@ -1 +0,0 @@
-{{ export }}
\ No newline at end of file
diff --git a/themes/courgette/install.twig b/themes/courgette/install.twig
deleted file mode 100755 (executable)
index 20d15f1..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-{% extends "layout.twig" %}
-{% block title %}{% trans "installation" %}{% endblock %}
-{% block content %}
-        <form method="post" action="?install" name="loginform">
-            <fieldset class="w500p center">
-                <h2 class="mbs txtcenter">{% trans "install your wallabag" %}</h2>
-                <p>
-                    {% 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>." %}
-                </p>
-                <p class="row">
-                    <label class="col w150p" for="login">{% trans "Login" %}</label>
-                    <input class="col" type="text" id="login" name="login" placeholder="Login" tabindex="1" autofocus />
-                </p>
-                <p class="row">
-                    <label class="col w150p" for="password">{% trans "Password" %}</label>
-                    <input class="col" type="password" id="password" name="password" placeholder="Password" tabindex="2">
-                </p>
-                <p class="row">
-                    <label class="col w150p" for="password_repeat">{% trans "Repeat your password" %}</label>
-                    <input class="col" type="password" id="password_repeat" name="password_repeat" placeholder="Password" tabindex="3">
-                </p>
-                <p class="row mts txtcenter">
-                    <button class="bouton" type="submit" tabindex="4">{% trans "Install" %}</button>
-                </p>
-            </fieldset>
-            <input type="hidden" name="token" value="{{ token }}">
-        </form>
-{% endblock %}
\ No newline at end of file