From b98f1750d9d8f20397e72c0a769b49e57f6fa0a0 Mon Sep 17 00:00:00 2001 From: Robbie Antenesse Date: Mon, 21 Dec 2015 17:52:56 -0700 Subject: [PATCH] Added Public View option! --- css/styles.css | 5 + index.php | 19 ++++ js/dictionaryBuilder.js | 18 +-- js/publicView.js | 138 +++++++++++++++++++++++ js/ui.js | 59 +++++----- php/ajax_dictionarymanagement.php | 5 +- view/index.php | 181 ++++++++++++++++++++++++++++++ 7 files changed, 386 insertions(+), 39 deletions(-) create mode 100644 js/publicView.js create mode 100644 view/index.php diff --git a/css/styles.css b/css/styles.css index 1c23cc6..d8a5347 100644 --- a/css/styles.css +++ b/css/styles.css @@ -354,6 +354,11 @@ searchTerm { margin: 0; } +#publicLink { + font-size:12px; + font-style: italic; +} + #dictionaryDescriptionEdit, #dictionaryPartsOfSpeechEdit { width: 100%; max-width: 360px; diff --git a/index.php b/index.php index b99167b..d65e0af 100644 --- a/index.php +++ b/index.php @@ -164,6 +164,11 @@ require_once(SITE_LOCATION . '/php/notificationconditiontree.php'); Dictionary is Complete + ? +