<%~if error%> <%~-- Move $error into $message. Done for backwards compatibility with Links SQL 2.x templates. --%> <%~if logout or send_pass or send_validate%> <%~set message = $error%> <%~set error = ''%> <%~endif%> <%~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 to <%site_title%>:

<%if url%><%endif%>
<%~if config.user_sessions eq Cookies%>
checked="checked"<%endif%> class="checkbox" />
<%~endif%>

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

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