]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/CoreBundle/Resources/views/themes/material/Static/howto.html.twig
More translations
[github/wallabag/wallabag.git] / src / Wallabag / CoreBundle / Resources / views / themes / material / Static / howto.html.twig
CommitLineData
b7dd5f82
NL
1{% extends "WallabagCoreBundle::layout.html.twig" %}
2
4aafa7f0 3{% block title %}{% trans %}howto{% endtrans %}{% endblock %}
b7dd5f82
NL
4
5{% block content %}
6
7 <div class="row">
8 <div class="col s12">
9 <div class="card-panel settings">
10
11 <div class="row">
12 <div class="div_tabs col s12">
13 <ul class="tabs">
14 <li class="tab col s3"><a class="active" href="#set1">{% trans %}Form{% endtrans %}</a></li>
15 <li class="tab col s3"><a href="#set2">{% trans %}Browser addons{% endtrans %}</a></li>
16 <li class="tab col s3"><a href="#set3">{% trans %}Mobile apps{% endtrans %}</a></li>
17 <li class="tab col s3"><a href="#set4">{% trans %}Bookmarklet{% endtrans %}</a></li>
18 </ul>
19 </div>
20
b7dd5f82 21 <div id="set1" class="col s12">
053b9568 22 <a href="{{ path('new') }}">{% trans %}Thanks to this form{% endtrans %}</a>
b7dd5f82
NL
23 </div>
24
b7dd5f82
NL
25 <div id="set2" class="col s12">
26 <ul>
27 <li><a href="https://addons.mozilla.org/firefox/addon/wallabag/" target="_blank">{% trans %}Standard Firefox Add-On{% endtrans %}</a></li>
28 <li><a href="https://chrome.google.com/webstore/detail/wallabag/bepdcjnnkglfjehplaogpoonpffbdcdj" target="_blank">{% trans %}Chrome Extension{% endtrans %}</a></li>
29 </ul>
30 </div>
31
b7dd5f82
NL
32 <div id="set3" class="col s12">
33 <ul>
daa2b7e7 34 <li>Android: <a href="https://f-droid.org/app/fr.gaulupeau.apps.InThePoche" target="_blank">via F-Droid</a> {% trans %} or {% endtrans %} <a href="https://play.google.com/store/apps/details?id=fr.gaulupeau.apps.InThePoche" target="_blank">via Google Play</a></li>
b7dd5f82
NL
35 <li>iOS: <a href="https://itunes.apple.com/app/wallabag/id828331015?mt=8" target="_blank">{% trans %}download the application{% endtrans %}</a></li>
36 <li>Windows Phone: <a href="http://www.windowsphone.com/en-US/store/app/wallabag/d5226cf1-f422-4e00-996c-88e9c5233332" target="_blank">{% trans %}download the application{% endtrans %}</a></li>
37 </ul>
38 </div>
39
b7dd5f82 40 <div id="set4" class="col s12">
880a0e1c
NL
41 {% trans %}Drag &amp; drop this link to your bookmarks bar:{% endtrans %}
42 {% include 'WallabagCoreBundle::_bookmarklet.html.twig' %}
b7dd5f82
NL
43 </div>
44
45 </div>
46
47 </div>
48 </div>
49 </div>
50{% endblock %}