<% @page_title = 'Login' %>

Please login

<%= start_form_tag :action=> "login" %>
<% if @message %>
<%= @message %>
<% end %>
<%= end_form_tag %>