diff --git a/www/application/controllers/Auth.php b/www/application/controllers/Auth.php index d5617b9..b460495 100644 --- a/www/application/controllers/Auth.php +++ b/www/application/controllers/Auth.php @@ -5,20 +5,19 @@ defined('BASEPATH') OR exit('No direct script access allowed'); class Auth extends CI_Controller { public function index() { - $login_done = false; + $login_done = false; $data = array(); if ($_SERVER['REQUEST_METHOD'] == 'POST') { $this->renderMemberPages('view_dash', $data); - $login_done = true; + $login_done = true; - // exit(); + // exit(); } - if(false == $login_done ){ - $this->renderAuthPages('view_login', $data); + if (false == $login_done) { + $this->renderAuthPages('view_login', $data); } - } public function newuser() { @@ -45,9 +44,9 @@ class Auth extends CI_Controller { } private function renderMemberPages($pagename, $data) { - // $this->load->view('member/view_securehead'); + $this->load->view('member/view_securehead'); $this->load->view('member/' . $pagename, $data); - // $this->load->view('member/view_securefoot'); + $this->load->view('member/view_securefoot'); return 0; } diff --git a/www/application/controllers/Member.php b/www/application/controllers/Member.php index 72be559..cb8d79e 100644 --- a/www/application/controllers/Member.php +++ b/www/application/controllers/Member.php @@ -5,21 +5,16 @@ defined('BASEPATH') OR exit('No direct script access allowed'); class Member extends CI_Controller { public function index() { - //$this->load->view('home/home'); - // echo "START LOGIN"; + $data = array(); $this->renderMemberPages('view_dash', $data); - - //$this->load->view('auth/view_head'); - //$this->load->view('auth/view_login'); - //$this->load->view('auth/view_foot'); } private function renderMemberPages($pagename, $data) { - // $this->load->view('member/view_securehead'); + $this->load->view('member/view_securehead'); $this->load->view('member/' . $pagename, $data); - // $this->load->view('member/view_securefoot'); + $this->load->view('member/view_securefoot'); return 0; } diff --git a/www/application/views/member/view_dash.php b/www/application/views/member/view_dash.php index 9bb8b7a..5e810ed 100644 --- a/www/application/views/member/view_dash.php +++ b/www/application/views/member/view_dash.php @@ -1,738 +1,170 @@ - - - - - - - - - - - Dashboard analytics - Vuexy - Bootstrap HTML admin template - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
-
-
-
-
-
-
- -
-
-
-
-
-
- 
-            card-img-left - 
-            card-img-right -
-
- -
-
-
-

Congratulations John,

-

You have done 57.6% more sales today. Check your new badge in your profile.

-
-
-
-
-
-
-
-
-
-
- -
-
-

92.6k

-

Subscribers Gained

-
-
-
-
-
-
-
-
-
-
-
- -
-
-

97.5K

-

Orders Received

-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-

2.7K

-

Avg Sessions

-
- +5.2% - vs last 7 days -
+
+ +
+
+
+
+
+
+ 
+                                                 card-img-left + 
+                                                 card-img-right + -
- +
+
+
+
+
+
+
+ +
+
+

92.6k

+

Subscribers Gained

+
+
+
+
+
+
+
+
+
+
+
+ +
+
+

97.5K

+

Orders Received

+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+

2.7K

+

Avg Sessions

+
+ +5.2% + vs last 7 days +
+
+ View Details +
+
+ +
+
+
+
+
+
+

Goal: $100000

+
+
+
+
+
+

Users: 100K

+
+
+
+
+
+

Retention: 90%

+
+
+
+
+
+

Duration: 1yr

+
+
-
-
-
-
-

Goal: $100000

-
-
+
+
+
+
+
+
+

Support Tracker

+ +
+
+
+
+
+

163

+ Tickets +
+
+
-
-

Users: 100K

-
-
+
+
+

New Tickets

+ 29
-
-
-

Retention: 90%

-
-
+
+

Open Tickets

+ 63
-
-
-

Duration: 1yr

-
-
+
+

Response Time

+ 1d
@@ -740,360 +172,281 @@
-
-
-
-

Support Tracker

-
- +
+ +
- - + -
-
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file + + \ No newline at end of file diff --git a/www/application/views/member/view_securefoot.php b/www/application/views/member/view_securefoot.php new file mode 100644 index 0000000..bc3d37d --- /dev/null +++ b/www/application/views/member/view_securefoot.php @@ -0,0 +1,38 @@ + + +
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/www/application/views/member/view_securehead.php b/www/application/views/member/view_securehead.php new file mode 100644 index 0000000..a6c538d --- /dev/null +++ b/www/application/views/member/view_securehead.php @@ -0,0 +1,614 @@ + + + + + + + + + + + + Dashboard analytics - Vuexy - Bootstrap HTML admin template + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file