From 7349f221c65b4f52c58efff444399b7d0cf368f6 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Fri, 20 Jul 2018 04:37:05 -0400 Subject: Add the notice modal --- app/model/noticemodal.php | 40 +++++++++++++++++++++++++++++++++++ app/view/stdpage.php | 53 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 93 insertions(+) create mode 100644 app/model/noticemodal.php diff --git a/app/model/noticemodal.php b/app/model/noticemodal.php new file mode 100644 index 0000000..c1e99c3 --- /dev/null +++ b/app/model/noticemodal.php @@ -0,0 +1,40 @@ + diff --git a/app/view/stdpage.php b/app/view/stdpage.php index 7797ef5..2dd29a4 100644 --- a/app/view/stdpage.php +++ b/app/view/stdpage.php @@ -73,12 +73,65 @@ require_once "class/user.class.php"; + + + + + + + + + + -- cgit v1.2.3