<%-- File : login.html Description : This file displays the login form. Tags : Special tags include: url => The URL to redirect to upon successful login. error => An error message saying the login was not successful. --%> <%site_title%> : User Login <%css%> <%body_tag%> <%body_table%><%include include_header.html%> <%body_table%> <%include include_menu.html%> <%inter_table%> <%header_row%>
<%header_font%> USER LOGIN <%/header_font%>
 
<%body_font%> <%if url%>

You must first login before you can access that.

<%endif%>

Login to <%site_title%> :

<%if error%>

<%error_font%> <%error%>

<%endif%>

Username:
Password:

If you don't have an account, please register.

If you've forgotten your password, we can email it to you.

 
<%footer_table%> <%include include_footer.html%>