From 6eafe49eb9afad21b0ce2069489ef1dfc1daf941 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Sat, 15 Oct 2016 17:01:37 +0200 Subject: Import/export templates and minor fixes --- tpl/default/export.html | 73 +++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 73 insertions(+) create mode 100644 tpl/default/export.html (limited to 'tpl/default/export.html') diff --git a/tpl/default/export.html b/tpl/default/export.html new file mode 100644 index 00000000..f6419763 --- /dev/null +++ b/tpl/default/export.html @@ -0,0 +1,73 @@ + + + + {include="includes"} + + +{include="page.header"} + +{$ratioLabel='5-12'} +{$ratioLabelMobile='7-8'} +{$ratioInput='7-12'} +{$ratioInputMobile='1-8'} + +
+
+
+
+
+

{"Export Database"|t}

+
+ + + +
+
+
+ +
+
+
+
+
+ + {'All'|t} +
+
+ + {'Private'|t} +
+
+ + {'Public'|t} +
+
+
+
+ +
+
+
+ +
+
+
+
+ +
+
+
+ +
+ +
+
+
+
+ +{include="page.footer"} + + -- cgit v1.2.3