From 6c8ad60e9888fa5625dad2460ca073f93ac1ae0d Mon Sep 17 00:00:00 2001 From: Christian Weiske Date: Tue, 14 Oct 2014 23:24:40 +0200 Subject: Add database management page --- templates/gui-database.php | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 templates/gui-database.php (limited to 'templates/gui-database.php') diff --git a/templates/gui-database.php b/templates/gui-database.php new file mode 100644 index 0000000..6fc057a --- /dev/null +++ b/templates/gui-database.php @@ -0,0 +1,40 @@ + + + +printPage(); ?> + + + +
+

Manage database

+

+ In case something went seriously wrong during synchronization, you may reset your + database. + It will delete all your notes and the synchronization status - as if you + never synced to this server before. +

+ + printPage(); ?> + +

Reset database

+ +

+ Database has been reset! +

+ +

+ Database has not been reset! +

+ + +

+ To reset the database, enter your user name and click "reset database": +

+
+ +

+ + +

+
+
-- cgit v1.2.3