<%-- File : user_signup.html Description : Displays the users signup page. --%> <%set set_focus = "myform.comm_username"%> <%if error%> <%~set error = "There were the following problems processing your signup: $error"%> <%endif%> <%site_title%>: User Signup <%include user_include_common_head.html%> onload="document.<%set_focus%>.focus()"<%endif%>>
<%include user_include_header.html%> <%include user_include_contentheader.html%>
<%include user_include_leftsidebar.html%>
<%include user_include_contentwrapper_top.html%>
<%include user_include_content_top.html%>
<%if t%><%endif%>

Sign up for an account

Login Information
 *
 *
Profile <%-- This auto generates the profile form, so if you add profile options it will automatically appear. --%> <%Community::Web::LSSI::ssi_profile_form( template => 'user_form_edit.html', required => ' *' )%> <%-- Now add any extra application fields needed. --%> <%Community::Web::SSI::ssi_apps_form( td_l => 'class="body" width="40%" align="right"', td_r => 'class="body" align="left"', required => '*' )%>
<%if signup_random_image%>
Security Image

Security Image

Please enter the characters found in the above image. This helps prevent automated signup scripts from creating accounts and abusing the system.

 *
<%endif%> <%if signup_ask_question%>
Lost Password Info
 *
 *
<%endif%>

* required

Sign in  
<%include user_include_contentwrapper_bottom.html%>
<%include user_include_rightsidebar.html%>
<%include user_include_contentfooter.html%> <%include user_include_footer.html%>