From 36a565c0713a68c758768190d3d336873611775b Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Thu, 19 Jul 2018 02:45:43 -0400 Subject: Add basic dashboard page --- app/view/dashboard.php | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 app/view/dashboard.php (limited to 'app/view/dashboard.php') diff --git a/app/view/dashboard.php b/app/view/dashboard.php new file mode 100644 index 0000000..686eae9 --- /dev/null +++ b/app/view/dashboard.php @@ -0,0 +1,40 @@ + + + + + + + + + + + + + +
+
+ null
+ Welcome to the dashboard. There is no content yet.
+ Logout
+
+
+ + + + -- cgit v1.2.3 From 1b85794742cabc9fbaef4d260bc597788240f0db Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 23 Sep 2018 22:37:29 -0400 Subject: dashboard: Remove extra things --- app/view/dashboard.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/view/dashboard.php') diff --git a/app/view/dashboard.php b/app/view/dashboard.php index 686eae9..839a9bb 100644 --- a/app/view/dashboard.php +++ b/app/view/dashboard.php @@ -29,9 +29,7 @@ require_once "view/stdpage.php";
- null
- Welcome to the dashboard. There is no content yet.
- Logout
+ Welcome to the dashboard. There is no content yet.
-- cgit v1.2.3 From a9c7821e812d30edd670ee786795fc076c725230 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 27 Oct 2018 17:03:36 -0400 Subject: Center text on incomplete pages Signed-off-by: Malf Furious --- app/view/dashboard.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'app/view/dashboard.php') diff --git a/app/view/dashboard.php b/app/view/dashboard.php index 839a9bb..7b34e9f 100644 --- a/app/view/dashboard.php +++ b/app/view/dashboard.php @@ -28,7 +28,7 @@ require_once "view/stdpage.php";
-
+
Welcome to the dashboard. There is no content yet.
-- cgit v1.2.3