|
|
|
@ -139,8 +139,9 @@
|
|
|
|
|
</li>
|
|
|
|
|
<li class="new_login_lock">
|
|
|
|
|
<%= password_field_tag 'password', nil, :tabindex => '2', :class => 'new_loggin_input' , :placeholder => '请输入登录密码', :onkeypress => "user_name_keypress(event);"%>
|
|
|
|
|
<p class="new_login_error"><%= flash.empty? || flash[:error].nil? ? "" : flash[:error].html_safe %></p>
|
|
|
|
|
</li>
|
|
|
|
|
<p class="new_login_error"><%= flash.empty? || flash[:error].nil? ? "" : flash[:error].html_safe %></p>
|
|
|
|
|
|
|
|
|
|
<li>
|
|
|
|
|
<% if Setting.autologin? %>
|
|
|
|
|
<label><%= check_box_tag 'autologin', 1, true, :tabindex => 4, :class => "new_login_check" %><%= l(:label_stay_logged_in) %></label>
|
|
|
|
|