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 +++++++++++++++++ 2 files changed, 18 insertions(+) create mode 100644 views/signup/confirm.html.php create mode 100644 views/signup/index.html.php (limited to 'views/signup') 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 -- cgit v1.2.3