% title = "Login" %> <% PROCESS err/contacts.tt %> <% errors = { "default" = "h1/loginfailed", "EACCESS" = "h1/authorisation", "EOLDSESSION" = "h1/timeout", } %> <% body = BLOCK %> <% IF error %> <% eimg = errors.$err || errors.default %>
<% error %>
<% ELSE %><% END %> <% IF q.u and !q.ssl %> <% https = -1 %> <% END %> <% IF q.next %> <% next = q.next %> <% END %> <% INCLUDE el/login.tt style="main" u = q.u %> <% END %>