From 566faa14760112f81eea78fe441d5adc1b872da1 Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 27 Dec 2011 21:09:22 +0400 Subject: implement neutral-format personal data export --- classes/dlg.php | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'classes/dlg.php') diff --git a/classes/dlg.php b/classes/dlg.php index bd18f54dc..2d1cb9cc5 100644 --- a/classes/dlg.php +++ b/classes/dlg.php @@ -16,6 +16,24 @@ class Dlg extends Protected_Handler { print ""; } + function exportData() { + + print "

You need to prepare exported data first by clicking the button below.

"; + + print "
"; + print ""; + + print ""; + + print "
"; + + + } + function importOpml() { header("Content-Type: text/html"); # required for iframe -- cgit v1.2.3