From a78d6afeaafb372cb5d620db7361b8ad98f070dc Mon Sep 17 00:00:00 2001 From: Jeremy Benoist Date: Mon, 24 Aug 2015 19:58:23 +0200 Subject: Move baggy theme in its folder --- .../views/themes/baggy/Static/about.html.twig | 47 ++++++++++++++++++++++ .../views/themes/baggy/Static/howto.html.twig | 28 +++++++++++++ 2 files changed, 75 insertions(+) create mode 100755 src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig create mode 100644 src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/howto.html.twig (limited to 'src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static') diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig new file mode 100755 index 00000000..311b5067 --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/about.html.twig @@ -0,0 +1,47 @@ +{% extends "WallabagCoreBundle::layout.html.twig" %} + +{% block title %}{% trans %}About{% endtrans %}{% endblock %} + +{% block content %} +

{% trans %}Who is behind wallabag{% endtrans %}

+ +
+
{% trans %}Developed by{% endtrans %}
+
Nicolas Lœuillet{% trans %}website{% endtrans %}
+
Thomas Citharel — {% trans %}website{% endtrans %}
+
Jérémy Benoist — {% trans %}website{% endtrans %}
+ +
{% trans %}And many others contributors ♥{% endtrans %} {% trans %}on Github{% endtrans %}
+ +
{% trans %}Project website{% endtrans %}
+
https://www.wallabag.org
+ +
{% trans %}License{% endtrans %}: MIT
+ +
{% trans %}Version{% endtrans %}: {{ version }}
+
+ +

{% trans %}Getting help{% endtrans %}

+ +
+
{% trans %}Documentation{% endtrans %}
+
english
+
français
+
deutsch
+ +
{% trans %}Bug reports{% endtrans %}
+
{% trans %}On our support website{% endtrans %} {% trans %}or{% endtrans %} {% trans %}on Github{% endtrans %}
+
+ +

{% trans %}Helping wallabag{% endtrans %}

+ +

{% trans %}wallabag is free and opensource. You can help us:{% endtrans %}

+ +
+
{% trans %}wallabag is free and opensource. You can help us:{% endtrans %}
+
by contributing to the project: an issue lists all our needs
+
{% trans %}via Paypal{% endtrans %}
+ +
{% trans %}via Flattr{% endtrans %}
+
+{% endblock %} diff --git a/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/howto.html.twig b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/howto.html.twig new file mode 100644 index 00000000..58cb316b --- /dev/null +++ b/src/Wallabag/CoreBundle/Resources/views/themes/baggy/Static/howto.html.twig @@ -0,0 +1,28 @@ +{% extends "WallabagCoreBundle::layout.html.twig" %} + +{% block title %}{% trans %}Howto{% endtrans %}{% endblock %} + +{% block content %} +

{% trans %}Howto{% endtrans %}

+ +

{% trans %}There are several ways to save an article:{% endtrans %}

+ +

{% trans %}Browser Addons{% endtrans %}

+ +

{% trans %}Mobile Apps{% endtrans %}

+ +

{% trans %}Bookmarklet{% endtrans %}

+

+ {% trans %}Drag & drop this link to your bookmarks bar:{% endtrans %} {% trans %}bag it!{% endtrans %} +

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