blob: 3f32e715304e9c2eeb186a357e2344715378d0f2 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
<center>
<div class="box login">
<h2><%=l(:label_password_lost)%></h2>
<%= start_form_tag({:action=> "lost_password"}, :class => "tabular") %>
<p><label for="mail"><%=l(:field_mail)%> <span class="required">*</span></label>
<%= text_field_tag 'mail', nil, :size => 40 %></p>
<p><center><%= submit_tag l(:button_submit) %></center></p>
<%= end_form_tag %>
</div>
</center>
|