18 lines
742 B
Plaintext
18 lines
742 B
Plaintext
<center>
|
|
<div class="box login">
|
|
<h2><%= image_tag 'login' %> <%=l(:label_please_login)%></h2>
|
|
|
|
<%= start_form_tag({:action=> "login"}, :class => "tabular") %>
|
|
<p><label for="login"><%=l(:field_login)%>:</label>
|
|
<%= text_field_tag 'login', nil, :size => 25 %></p>
|
|
|
|
<p><label for="password"><%=l(:field_password)%>:</label>
|
|
<%= password_field_tag 'password', nil, :size => 25 %></p>
|
|
|
|
<p><center><input type="submit" name="login" value="<%=l(:button_login)%> »" class="primary" /></center>
|
|
<%= end_form_tag %>
|
|
|
|
<br><% unless $RDM_SELF_REGISTRATION == false %><%= link_to l(:label_register), :action => 'register' %> |<% end %>
|
|
<%= link_to l(:label_password_lost), :action => 'lost_password' %></p>
|
|
</div>
|
|
</center> |