<%~if logout and error%> <%~set message = $error%> <%~set error = ''%> <%~endif%> <%~if url and not error%> <%~set error = 'You must first login before you can access that.'%> <%~endif%> <%site_title%>: User Login <%include include_common_head.html%> <%include include_accessibility.html%>
<%include include_header.html%> <%include include_contentheader.html%>
<%include include_leftsidebar.html%>
<%include include_contentwrapper_top.html%>
<%include include_content_top.html%>
<%Links::Utils::format_title($main_title_loop, separator => $crumb_separator, no_escape_separator => $no_escape_crumb_separator, include_home => 1, link_type => 2)%>

User Login

Login:<%--site_title--%>

<%if url%><%endif%>
<%~if config.user_sessions eq Cookies%>
<%~endif%>

<%--If you don't have an account, please register.
If you've forgotten your password, we can e-mail it to you.

<%include include_content_bottom.html%>
<%include include_contentwrapper_bottom.html%>
<%include include_rightsidebar.html%>
<%include include_contentfooter.html%> <%include include_footer.html%>