aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-21 18:09:25 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-21 18:09:25 +0200
commit44e77bfa2481090e559b56fd8ffbe5b175ab55ca (patch)
tree5a55ef08bd91ff9b989497acd01327f306d05a41 /tpl
parent016989b79af1f950f449e33c76f368c307c28c19 (diff)
downloadwallabag-44e77bfa2481090e559b56fd8ffbe5b175ab55ca.tar.gz
wallabag-44e77bfa2481090e559b56fd8ffbe5b175ab55ca.tar.zst
wallabag-44e77bfa2481090e559b56fd8ffbe5b175ab55ca.zip
Fixed #55 - export des données au format json
Diffstat (limited to 'tpl')
-rw-r--r--tpl/config.html2
-rw-r--r--tpl/export.html1
2 files changed, 3 insertions, 0 deletions
diff --git a/tpl/config.html b/tpl/config.html
index a19a84fe..7d1c6afe 100644
--- a/tpl/config.html
+++ b/tpl/config.html
@@ -3,4 +3,6 @@
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> 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> 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> 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 <h2>Export</h2>
7 <p><a href="?view=export" target="_blank">Click here</a> to export your poche datas.</p>
6 </div> \ No newline at end of file 8 </div> \ No newline at end of file
diff --git a/tpl/export.html b/tpl/export.html
new file mode 100644
index 00000000..d22d05fc
--- /dev/null
+++ b/tpl/export.html
@@ -0,0 +1 @@
export {$export} \ No newline at end of file