<%=l(:label_please_login)%>

<% form_tag({:action=> "login"}, :class => "tabular") do %>

<%= text_field_tag 'login', nil, :size => 25 %>

<%= password_field_tag 'password', nil, :size => 25 %>

<% end %>
<% links = [] links << link_to(l(:label_register), :action => 'register') if Setting.self_registration? links << link_to(l(:label_password_lost), :action => 'lost_password') if Setting.lost_password? %> <%= links.join(" | ") %>