]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - tpl/export.html
Version 0.0.32 beta:
[github/shaarli/Shaarli.git] / tpl / export.html
diff --git a/tpl/export.html b/tpl/export.html
new file mode 100644 (file)
index 0000000..ccfcfcf
--- /dev/null
@@ -0,0 +1,14 @@
+<html>
+<head>{include="includes"}</head>
+<body>
+<div id="pageheader">
+       {include="page.header"}
+       <div id="toolsdiv">
+           <a href="?do=export&what=all"><b>Export all</b> <span>: Export all links</span></a><br><br>
+           <a href="?do=export&what=public"><b>Export public</b> <span>: Export public links only</a><br><br>
+           <a href="?do=export&what=private"><b>Export private</b> <span>: Export private links only</a><br><br style="clear:both;">
+       </div>
+</div>
+{include="page.footer"}
+</body>
+</html>
\ No newline at end of file