From 6341948f453d78e9c3ea21bfdb87b544f7dc3b35 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Tue, 21 Jun 2016 12:30:00 -0600 Subject: [PATCH] Added export words, cleaned up looks a bit --- EXPORT.form | 18 ++++++++++++++++ IMPORT.form | 1 + announcement.php | 2 +- index.php | 12 ++++++----- js/dictionaryBuilder.js | 47 ++++++++++++++++++++++++++++++++++++----- js/ui.js | 19 ++++++++++++----- 6 files changed, 83 insertions(+), 16 deletions(-) create mode 100644 EXPORT.form diff --git a/EXPORT.form b/EXPORT.form new file mode 100644 index 0000000..bbadae5 --- /dev/null +++ b/EXPORT.form @@ -0,0 +1,18 @@ +

Export

+
+
+ +

This process exports all of the words in the dictionary as a CSV format file.

+

You can either use the exported file to re-import them into a different dictionary in Lexiconga, or taken and used somewhere else you might need them!

+ +
+
+ +
+
diff --git a/IMPORT.form b/IMPORT.form index 2671fa1..4300766 100644 --- a/IMPORT.form +++ b/IMPORT.form @@ -15,6 +15,7 @@ diff --git a/announcement.php b/announcement.php index b587137..b2ab541 100644 --- a/announcement.php +++ b/announcement.php @@ -1 +1 @@ -The Filter system has been updated—you can now filter on as many parts of speech as you want! \ No newline at end of file +June 21, 2016 — So much has been updated! Check the Updates page to see all the changes! \ No newline at end of file diff --git a/index.php b/index.php index 7c566fb..b8b3cff 100644 --- a/index.php +++ b/index.php @@ -303,16 +303,17 @@ if ($display_mode != "build") { - +
0) { //If logged in, show the special options. ?> +
- + + +

0) { //If logged in, show the log out button. ?> @@ -422,7 +423,7 @@ if ($display_mode != "build") {