diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-10 14:41:58 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-10 14:41:58 +0200 |
commit | ce4a1dcc193d3124fc51c4942137621d3d806a19 (patch) | |
tree | 437baacae734dd62426329fa4fa830beb78c7aea /tpl/_menu.twig | |
parent | d5ce28df67fcddfb957ce28424f3e5751f433695 (diff) | |
download | wallabag-ce4a1dcc193d3124fc51c4942137621d3d806a19.tar.gz wallabag-ce4a1dcc193d3124fc51c4942137621d3d806a19.tar.zst wallabag-ce4a1dcc193d3124fc51c4942137621d3d806a19.zip |
changes to add url directly from poche
Diffstat (limited to 'tpl/_menu.twig')
-rw-r--r-- | tpl/_menu.twig | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/tpl/_menu.twig b/tpl/_menu.twig index b39ce35f..523d63cc 100644 --- a/tpl/_menu.twig +++ b/tpl/_menu.twig | |||
@@ -3,13 +3,5 @@ | |||
3 | <li><a href="./?view=fav" {% if view == 'fav' %}class="current"{% endif %}>{% trans "favorites" %}</a></li> | 3 | <li><a href="./?view=fav" {% if view == 'fav' %}class="current"{% endif %}>{% trans "favorites" %}</a></li> |
4 | <li><a href="./?view=archive" {% if view == 'archive' %}class="current"{% endif %}>{% trans "archive" %}</a></li> | 4 | <li><a href="./?view=archive" {% if view == 'archive' %}class="current"{% endif %}>{% trans "archive" %}</a></li> |
5 | <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li> | 5 | <li><a href="./?view=config" {% if view == 'config' %}class="current"{% endif %}>{% trans "config" %}</a></li> |
6 | <li><a id="addurlbutton" onclick="showinput();" href="#" title="{% trans "addlink" %}">{% trans "addlink" %}</a></li> | 6 | <li><a href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li> |
7 | <li><a href="./?logout" title="{% trans "logout" %}">{% trans "logout" %}</a></li> | 7 | </ul> \ No newline at end of file |
8 | </ul> | ||
9 | <div id="inputform"> | ||
10 | <form method="get" action="index.php"> | ||
11 | <label class="addurl" for="plainurl">Entrez ici votre URL</label><br /> | ||
12 | <input autofocus required placeholder="Ex:monsite.net/article" class="addurl" id="plainurl" name="plainurl" type="url" /> | ||
13 | <input type="submit" value="Envoyer" /> | ||
14 | </form> | ||
15 | </div> \ No newline at end of file | ||