diff options
author | Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | 2013-02-26 10:09:41 +0100 |
---|---|---|
committer | Sébastien SAUVAGE <sebsauvage@sebsauvage.net> | 2013-02-26 10:09:41 +0100 |
commit | 450342737ced8ef2864b4f83a4107a7fafcc4add (patch) | |
tree | a6d2fe843c27b5c3d88dab5581b6a06828d544b9 /tpl/export.html | |
download | Shaarli-450342737ced8ef2864b4f83a4107a7fafcc4add.tar.gz Shaarli-450342737ced8ef2864b4f83a4107a7fafcc4add.tar.zst Shaarli-450342737ced8ef2864b4f83a4107a7fafcc4add.zip |
Initial commit (version 0.0.40 beta)v0.0.40beta
Diffstat (limited to 'tpl/export.html')
-rw-r--r-- | tpl/export.html | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tpl/export.html b/tpl/export.html new file mode 100644 index 00000000..938cbe64 --- /dev/null +++ b/tpl/export.html | |||
@@ -0,0 +1,15 @@ | |||
1 | <!DOCTYPE html> | ||
2 | <html> | ||
3 | <head>{include="includes"}</head> | ||
4 | <body> | ||
5 | <div id="pageheader"> | ||
6 | {include="page.header"} | ||
7 | <div id="toolsdiv"> | ||
8 | <a href="?do=export&what=all"><b>Export all</b> <span>: Export all links</span></a><br><br> | ||
9 | <a href="?do=export&what=public"><b>Export public</b> <span>: Export public links only</a><br><br> | ||
10 | <a href="?do=export&what=private"><b>Export private</b> <span>: Export private links only</a><br><br style="clear:both;"> | ||
11 | </div> | ||
12 | </div> | ||
13 | {include="page.footer"} | ||
14 | </body> | ||
15 | </html> \ No newline at end of file | ||