aboutsummaryrefslogtreecommitdiffhomepage
path: root/tpl/export.html
diff options
context:
space:
mode:
Diffstat (limited to 'tpl/export.html')
-rw-r--r--tpl/export.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/tpl/export.html b/tpl/export.html
new file mode 100644
index 00000000..ccfcfcf1
--- /dev/null
+++ b/tpl/export.html
@@ -0,0 +1,14 @@
1<html>
2<head>{include="includes"}</head>
3<body>
4<div id="pageheader">
5 {include="page.header"}
6 <div id="toolsdiv">
7 <a href="?do=export&what=all"><b>Export all</b> <span>: Export all links</span></a><br><br>
8 <a href="?do=export&what=public"><b>Export public</b> <span>: Export public links only</a><br><br>
9 <a href="?do=export&what=private"><b>Export private</b> <span>: Export private links only</a><br><br style="clear:both;">
10 </div>
11</div>
12{include="page.footer"}
13</body>
14</html> \ No newline at end of file