From 943ac3c77ec1dd93d14a780b25fa147d0f882760 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 12 Feb 2014 21:58:40 +0100 Subject: new theme, baggy one cf #448 --- themes/baggy/config.twig | 119 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 119 insertions(+) create mode 100644 themes/baggy/config.twig (limited to 'themes/baggy/config.twig') diff --git a/themes/baggy/config.twig b/themes/baggy/config.twig new file mode 100644 index 00000000..d0ec0ca7 --- /dev/null +++ b/themes/baggy/config.twig @@ -0,0 +1,119 @@ +{% extends "layout.twig" %} + +{% block title %}{% trans "config" %}{% endblock %} +{% block menu %} +{% include '_menu.twig' %} +{% endblock %} +{% block content %} +

{% trans "Saving articles" %}

+

{% trans "There are several ways to save an article:" %} (?)

+ + +

{% trans "Upgrading wallabag" %}

+ + +

{% trans "Feeds" %}

+ {% if token == '' %} +

{% trans "Your feed token is currently empty and must first be generated to enable feeds. Click here to generate it." %}

+ {% else %} + +

{% trans "Your token:" %} {{token}}

+

{% trans "Your user id:" %} {{user_id}}

+

{% trans "You can regenerate your token: generate!." %}

+ {% endif %} + +

{% trans "Change your theme" %}

+
+
+
+ + +
+
+ +
+
+ + +
+ +

{% trans "Change your language" %}

+
+
+
+ + +
+
+ +
+
+ + +
+ + {% if http_auth == 0 %} +

{% trans "Change your password" %}

+
+
+
+ + +
+
+ + +
+
+ +
+
+ + +
+ {% endif %} + +

{% trans "Import" %}

+

{% trans "Please execute the import script locally as it can take a very long time." %}

+

{% trans "More info in the official documentation:" %} wallabag.org

+ + +

{% trans "Export your wallabag data" %}

+ {% if constant('STORAGE') == 'sqlite' %} +

{% trans "Click here" %} {% trans "to download your database." %}

{% endif %} +

{% trans "Click here" %} {% trans "to export your wallabag data." %}

+{% endblock %} -- cgit v1.2.3