diff --git a/www/application/controllers/Password_recovery.php b/www/application/controllers/Password_recovery.php index 3ae4b888..9c4dcd90 100644 --- a/www/application/controllers/Password_recovery.php +++ b/www/application/controllers/Password_recovery.php @@ -25,9 +25,11 @@ class Password_recovery extends CI_Controller { } } $data["message"] = "Enter your account username, Email.
We will send you an email to reset your password"; - $this->load->view('users/view_external_header'); - $this->load->view('users/view_password_recovery', $data); - $this->load->view('users/view_external_footer'); + // $this->load->view('users/view_external_header'); + // $this->load->view('users/view_password_recovery', $data); + // $this->load->view('users/view_external_footer'); + $this->load->view('site3/external/view_resetpass',$data); + // } var $actionMessage = ''; diff --git a/www/application/controllers/Signup.php b/www/application/controllers/Signup.php index 7bd57fd5..be14f7b8 100644 --- a/www/application/controllers/Signup.php +++ b/www/application/controllers/Signup.php @@ -83,8 +83,9 @@ class Signup extends CI_Controller { $data['terms'] = $terms_checked; - $this->load->view('users/view_registration', $data); - $this->load->view('users/view_external_footer', $data); + //$this->load->view('users/view_registration', $data); + //$this->load->view('users/view_external_footer', $data); + $this->load->view('site3/external/view_signup',$data); } } diff --git a/www/application/views/site3/external/footer_links.php b/www/application/views/site3/external/footer_links.php new file mode 100644 index 00000000..928571b4 --- /dev/null +++ b/www/application/views/site3/external/footer_links.php @@ -0,0 +1,7 @@ +
+
+ About + Services + Contact Us +
+
\ No newline at end of file diff --git a/www/application/views/site3/external/header_contents.php b/www/application/views/site3/external/header_contents.php new file mode 100644 index 00000000..9eaf82e1 --- /dev/null +++ b/www/application/views/site3/external/header_contents.php @@ -0,0 +1,13 @@ + + + + + + + + + + + + + \ No newline at end of file diff --git a/www/application/views/site3/external/view_home.php b/www/application/views/site3/external/view_home.php index 73c95073..2276ca82 100644 --- a/www/application/views/site3/external/view_home.php +++ b/www/application/views/site3/external/view_home.php @@ -1,20 +1,8 @@ - - - - - - - - - - - - - - + + diff --git a/www/application/views/site3/external/view_resetpass.php b/www/application/views/site3/external/view_resetpass.php index e69de29b..ff155220 100644 --- a/www/application/views/site3/external/view_resetpass.php +++ b/www/application/views/site3/external/view_resetpass.php @@ -0,0 +1,67 @@ + + + + + + + + + + + + +
+ +
+ +
+ + + WrenchBoard + + + +
+ +
+ +
+ +

Forgot Password ?

+ + +
Enter your email to reset your password.
+ +
+ + +
+ + +
+ + +
+ + Cancel +
+ +
+ +
+ +
+ + +
+
+ + + + + + \ No newline at end of file diff --git a/www/application/views/site3/external/view_signup.php b/www/application/views/site3/external/view_signup.php index e69de29b..d95cbe04 100644 --- a/www/application/views/site3/external/view_signup.php +++ b/www/application/views/site3/external/view_signup.php @@ -0,0 +1,149 @@ + + + + + + + + + + + + +
+ +
+ +
+ + + WrenchBoard + + + +
+ +
+ +
+ +

Create an Account

+ + +
Already have an account? + Sign in here
+ +
+ + + + + +
+
+ OR +
+
+ + +
+ +
+ + +
+ + +
+ + +
+ +
+ + +
+ + +
+ + +
+ +
+ + + + +
+ + + + + +
+ + +
+
+
+
+
+
+ +
+ + +
Use 8 or more characters with a mix of letters, numbers & symbols.
+ +
+ + +
+ + +
+ + +
+ +
+ + +
+ +
+ +
+ +
+ +
+ + +
+ +
+ + + + + + + + + + + + + + \ No newline at end of file