diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-21 13:11:14 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-21 13:11:14 +0200 |
commit | 016989b79af1f950f449e33c76f368c307c28c19 (patch) | |
tree | c01d932f93e4d507457175fb04728901e53bdfa3 /tpl/config.html | |
parent | a58cd56c4fdc9cb86a4b7c056ff31d39cf1cfe8c (diff) | |
download | wallabag-016989b79af1f950f449e33c76f368c307c28c19.tar.gz wallabag-016989b79af1f950f449e33c76f368c307c28c19.tar.zst wallabag-016989b79af1f950f449e33c76f368c307c28c19.zip |
contenu de la page de config
Diffstat (limited to 'tpl/config.html')
-rw-r--r-- | tpl/config.html | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/tpl/config.html b/tpl/config.html new file mode 100644 index 00000000..a19a84fe --- /dev/null +++ b/tpl/config.html | |||
@@ -0,0 +1,6 @@ | |||
1 | <div id="content"> | ||
2 | <h2>Bookmarklet</h2> | ||
3 | <p>Thanks to the bookmarklet, you will be able to easily add a link to your poche. If you don't know how use a bookmarklet, <a href="http://support.mozilla.org/en-US/kb/bookmarklets-perform-common-web-page-tasks">have a look here</a>.</p> | ||
4 | <p>Drag & drop this link to your bookmarks bar and have fun with poche.</p> | ||
5 | <p><a style="cursor: move; border: 1px dashed grey; background: white;" title="i am a bookmarklet, use me !" href="javascript:(function(){var%20url%20=%20location.href%20||%20url;window.open('{$poche_url}?action=add&url='%20+%20encodeURIComponent(url),'_self');})();">poche it !</a></p> | ||
6 | </div> \ No newline at end of file | ||