From 821f6d08f47778e430c1368ad9b3fd5c2c9d70fb Mon Sep 17 00:00:00 2001 From: Michael Francis Date: Sun, 10 Jul 2011 00:36:26 -0400 Subject: Moved signup stuff to it's own controller --- views/signup/confirm.html.php | 1 + views/signup/index.html.php | 17 +++++++++++++++++ views/users/confirm.html.php | 1 - views/users/signup.html.php | 17 ----------------- 4 files changed, 18 insertions(+), 18 deletions(-) create mode 100644 views/signup/confirm.html.php create mode 100644 views/signup/index.html.php delete mode 100644 views/users/confirm.html.php delete mode 100644 views/users/signup.html.php (limited to 'views') diff --git a/views/signup/confirm.html.php b/views/signup/confirm.html.php new file mode 100644 index 0000000..cd0a6a7 --- /dev/null +++ b/views/signup/confirm.html.php @@ -0,0 +1 @@ +

Thanks for signing up. Please check your email to confirm your registration. If you lost you key click here to have it resent

diff --git a/views/signup/index.html.php b/views/signup/index.html.php new file mode 100644 index 0000000..5b26977 --- /dev/null +++ b/views/signup/index.html.php @@ -0,0 +1,17 @@ +styles($this->html->style("/css/signup.css")); +?> + + +Confirmation Link: Link + +flashMessage->output(); ?> + + +form->create($user); ?> + form->field('username'); ?> + form->field('newpass', array('type' => 'password', 'label' => 'password')); ?> + form->field('email'); ?> + form->submit('Signup!'); ?> +form->end(); ?> + \ No newline at end of file diff --git a/views/users/confirm.html.php b/views/users/confirm.html.php deleted file mode 100644 index cd0a6a7..0000000 --- a/views/users/confirm.html.php +++ /dev/null @@ -1 +0,0 @@ -

Thanks for signing up. Please check your email to confirm your registration. If you lost you key click here to have it resent

diff --git a/views/users/signup.html.php b/views/users/signup.html.php deleted file mode 100644 index 5b26977..0000000 --- a/views/users/signup.html.php +++ /dev/null @@ -1,17 +0,0 @@ -styles($this->html->style("/css/signup.css")); -?> - - -Confirmation Link: Link - -flashMessage->output(); ?> - - -form->create($user); ?> - form->field('username'); ?> - form->field('newpass', array('type' => 'password', 'label' => 'password')); ?> - form->field('email'); ?> - form->submit('Signup!'); ?> -form->end(); ?> - \ No newline at end of file -- cgit v1.2.3