From e9680d03c1a97981855fa4690e01be0733d933dc Mon Sep 17 00:00:00 2001 From: M Date: Sun, 22 Nov 2015 13:26:48 -0500 Subject: + Added view for Master MVC --- app/view/master/head.view.php | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 app/view/master/head.view.php (limited to 'app/view/master') diff --git a/app/view/master/head.view.php b/app/view/master/head.view.php new file mode 100644 index 0000000..0c9178f --- /dev/null +++ b/app/view/master/head.view.php @@ -0,0 +1,5 @@ + + + + + -- cgit v1.2.3 From 45b1481e4d3a8ce5d92fee955468616588bb51f0 Mon Sep 17 00:00:00 2001 From: M Date: Sun, 22 Nov 2015 16:57:16 -0500 Subject: + Added footer view to Master MVC (for placing JS includes at the bottom of pages) --- app/view/master/foot.view.php | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 app/view/master/foot.view.php (limited to 'app/view/master') diff --git a/app/view/master/foot.view.php b/app/view/master/foot.view.php new file mode 100644 index 0000000..5c52563 --- /dev/null +++ b/app/view/master/foot.view.php @@ -0,0 +1,2 @@ + + -- cgit v1.2.3 From dfd10529bb00ed344cb118219abab98cb1769760 Mon Sep 17 00:00:00 2001 From: M Date: Thu, 3 Dec 2015 21:12:02 -0500 Subject: * Fixed the sources in the master head and foot views (wasn't accounting for app-root) --- app/view/master/foot.view.php | 4 ++-- app/view/master/head.view.php | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'app/view/master') diff --git a/app/view/master/foot.view.php b/app/view/master/foot.view.php index 5c52563..c295455 100644 --- a/app/view/master/foot.view.php +++ b/app/view/master/foot.view.php @@ -1,2 +1,2 @@ - - + + diff --git a/app/view/master/head.view.php b/app/view/master/head.view.php index 0c9178f..54294b8 100644 --- a/app/view/master/head.view.php +++ b/app/view/master/head.view.php @@ -2,4 +2,4 @@ - + -- cgit v1.2.3 From 75cb46f665eeec0096dd464fe49444c2c3af5eb1 Mon Sep 17 00:00:00 2001 From: M Date: Sun, 6 Dec 2015 15:02:15 -0500 Subject: + Adding master page modal for displaying page errors/warnings/and notices (shell only, content coming soon) --- app/view/master/foot.view.php | 8 ++++++++ app/view/master/topp.view.php | 17 +++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 app/view/master/topp.view.php (limited to 'app/view/master') diff --git a/app/view/master/foot.view.php b/app/view/master/foot.view.php index c295455..6220f89 100644 --- a/app/view/master/foot.view.php +++ b/app/view/master/foot.view.php @@ -1,2 +1,10 @@ + +isError() || $mod->isWarning() || $mod->isNotice()) { ?> + + diff --git a/app/view/master/topp.view.php b/app/view/master/topp.view.php new file mode 100644 index 0000000..eef344e --- /dev/null +++ b/app/view/master/topp.view.php @@ -0,0 +1,17 @@ +isError() || $mod->isWarning() || $mod->isNotice()) { ?> + + -- cgit v1.2.3 From f83a90323bb359f995e7359a917eb9470a5e40e0 Mon Sep 17 00:00:00 2001 From: M Date: Sun, 6 Dec 2015 20:51:30 -0500 Subject: + Implemented the "noticeModal" -- an object in the master MVC topp view for displaying error / warning / and notice messages + Added two helper functions to Master MVC model for retruning values to the noticeModal --- app/view/master/topp.view.php | 43 +++++++++++++++++++++++++++++++++++-------- 1 file changed, 35 insertions(+), 8 deletions(-) (limited to 'app/view/master') diff --git a/app/view/master/topp.view.php b/app/view/master/topp.view.php index eef344e..fe430ff 100644 --- a/app/view/master/topp.view.php +++ b/app/view/master/topp.view.php @@ -1,16 +1,43 @@ isError() || $mod->isWarning() || $mod->isNotice()) { ?>