From 9dc4095be9da030a40ecdc7528bcb02843037a05 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sun, 3 Jan 2016 15:53:46 -0500 Subject: + Adding default view for Auth MVC --- app/view/auth/default.view.php | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 app/view/auth/default.view.php (limited to 'app/view/auth/default.view.php') diff --git a/app/view/auth/default.view.php b/app/view/auth/default.view.php new file mode 100644 index 0000000..8769aa2 --- /dev/null +++ b/app/view/auth/default.view.php @@ -0,0 +1,13 @@ + + + + + + Scrott - Login + + + + + + + -- cgit v1.2.3 From 50cd689b49148c47df60d92ce33340b9a4c516b7 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Tue, 26 Jan 2016 19:05:58 -0500 Subject: + Added a basic login page design --- app/view/auth/default.view.php | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) (limited to 'app/view/auth/default.view.php') diff --git a/app/view/auth/default.view.php b/app/view/auth/default.view.php index 8769aa2..9bb1c47 100644 --- a/app/view/auth/default.view.php +++ b/app/view/auth/default.view.php @@ -8,6 +8,40 @@ + +
+
+
+ +
+
+
+
+ +

Login

+ +
+ + +
+ +
+ + +
+ + +
+
+
+
+ +
+
+
+ -- cgit v1.2.3 From 39394819d45ebcf68cab96c13a6affb994f734f3 Mon Sep 17 00:00:00 2001 From: Malf Furious Date: Sat, 6 Feb 2016 01:10:12 -0500 Subject: Merge the two auth views together For design reasons and to simplify flow of control throughout the app login/signup sequence, these two views are being merged together. This will autimately make the auth MVC less stateful, which I think is good. NOTE: This breaks the Auth MVC, the model and controller will need updated to support this new, single default view --- app/view/auth/default.view.php | 114 ++++++++++++++++++++++++++++++++--------- 1 file changed, 90 insertions(+), 24 deletions(-) (limited to 'app/view/auth/default.view.php') diff --git a/app/view/auth/default.view.php b/app/view/auth/default.view.php index 9bb1c47..16085e7 100644 --- a/app/view/auth/default.view.php +++ b/app/view/auth/default.view.php @@ -3,42 +3,108 @@ - Scrott - Login + Scrott - Not logged in
-
-
- -
-
-
-
- -

Login

- -
- - -
+ noaccounts)) { ?> +
+

Almost there....

+

Scrott's configuration is working, but no user accounts exist.
Use the form below to signup as an admin.

+
It is presumed that you are the administrator for this Scrott install.
There is a security risk involved with exposing this page to the public!
+
+ -
- - -
+
+
+
+
+ +
+
+
+ + +

Login

+ +
+ + +
- - +
+ + +
+ +
+ tabSwap) { ?> + + Signup + + + + +
+ +
+
+ +
-
+
+
+
+ +
+
+
+
+ +

Signup for Scrott

+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ tabSwap) { ?> + + Cancel + + + + +
+
+
+
+
+ +
+
+
-- cgit v1.2.3