Project

General

Profile

Download (391 Bytes) Statistics
| Branch: | Tag: | Revision:
<p>Please identify yourself to access this area.</p>

<% form_tag(url_for(:action => 'login')) do %>
<% field_set_tag do %>
<p><%= label(:login, "Username") %> <%= text_field_tag(:login, nil, :size => 20) %></p>
<p><%= label(:password, "Password") %> <%= password_field_tag(:password, nil, :size => 20) %></p>
<%= submit_tag "Login", :class => "small" %>
<% end %>
<% end %>
    (1-1/1)