2006-07-29 13:32:58 +04:00
|
|
|
<center>
|
|
|
|
<div class="box login">
|
|
|
|
<h2><%=l(:label_password_lost)%></h2>
|
|
|
|
|
2006-09-02 17:33:23 +04:00
|
|
|
<%= start_form_tag({:action=> "lost_password"}, :class => "tabular") %>
|
2006-07-29 13:32:58 +04:00
|
|
|
|
2006-09-02 17:33:23 +04:00
|
|
|
<p><label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label>
|
2006-07-29 13:32:58 +04:00
|
|
|
<%= text_field_tag 'mail', nil, :size => 40 %></p>
|
|
|
|
|
|
|
|
<p><center><%= submit_tag l(:button_submit) %></center></p>
|
|
|
|
|
|
|
|
<%= end_form_tag %>
|
|
|
|
</div>
|
|
|
|
</center>
|