<%-- File : signup_form.html Description : This template displays a signup form where users can create a new account. Tags : All the properties of the user are available on this page, plus: error => An error message if the user tried to sign up and their was a problem. --%> <%site_title%>: User Sign Up <%css%> <%body_tag%>
<%include include_header.html%> <%body_table%> <%include include_menu.html%>
<%include include_search_bar.html%>
<%header_row%>
<%header_font%>USER SIGN UP<%/header_font%>  
<%body_font%>
<%if error%>

<%error_font%><%error%>

<%endif%>

To register, please fill out this form completely. A valid email address is required.

<%body_font%>Username:
<%body_font%>Password:
<%body_font%>Email:
<%body_font%>
<%include include_menu.html%> <%include include_footer.html%>