parent
8227c5222a
commit
e0273d320c
|
@ -1,11 +1,33 @@
|
||||||
<%= call_hook :view_account_login_top %>
|
<%= call_hook :view_account_login_top %>
|
||||||
|
|
||||||
|
<script type="text/javascript" language="javascript">
|
||||||
|
function clearInfo(id, content) {
|
||||||
|
var text = $('#' + id);
|
||||||
|
if (text.val() == content) {
|
||||||
|
$('#' + id).val('');
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
function showInfo(id, content) {
|
||||||
|
var text = $('#' + id);
|
||||||
|
if (text.val() == '') {
|
||||||
|
$('#' + id).val(content);
|
||||||
|
}
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
<div id="login-form">
|
<div id="login-form">
|
||||||
<%= form_tag(signin_path) do %>
|
<%= form_tag(signin_path) do %>
|
||||||
<%= back_url_hidden_field_tag %>
|
<%= back_url_hidden_field_tag %>
|
||||||
<table>
|
<table>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right"><label for="username"><%=l(:field_login)%>:</label></td>
|
<td align="right"><label for="username"><%=l(:lable_user_name)%>:</label></td>
|
||||||
<td align="left"><%= text_field_tag 'username', params[:username], :tabindex => '1' %></td>
|
<td align="left">
|
||||||
|
<%= text_field_tag 'username', params[:username], :tabindex => '1' , :value => "#{l(:label_login_prompt)}",
|
||||||
|
:onfocus => "clearInfo('username','#{l(:label_login_prompt)}')",
|
||||||
|
:onblur => "showInfo('username','#{l(:label_login_prompt)}')",
|
||||||
|
:style => "resize: none;font-size: 12px;color: #818283;"%>
|
||||||
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<td align="right"><label for="password"><%=l(:field_password)%>:</label></td>
|
<td align="right"><label for="password"><%=l(:field_password)%>:</label></td>
|
||||||
|
|
|
@ -279,7 +279,7 @@
|
||||||
|
|
||||||
<% if @user.auth_source_id.nil? %>
|
<% if @user.auth_source_id.nil? %>
|
||||||
<p><%= f.text_field :login, :size => 25, :required => true %><span id="valid_user_login"></span>
|
<p><%= f.text_field :login, :size => 25, :required => true %><span id="valid_user_login"></span>
|
||||||
<em class="info"><%= l(:label_max_number) %></em></p>
|
<em class="info"><%= l(:label_max_number) %></em></p>
|
||||||
<p><%= f.password_field :password, :size => 25, :required => true %>
|
<p><%= f.password_field :password, :size => 25, :required => true %>
|
||||||
<em class="info"><%= l(:text_caracters_minimum, :count => Setting.password_min_length) %></em></p>
|
<em class="info"><%= l(:text_caracters_minimum, :count => Setting.password_min_length) %></em></p>
|
||||||
|
|
||||||
|
@ -302,10 +302,16 @@
|
||||||
<!-- added by bai 增加了身份、性别和地区-->
|
<!-- added by bai 增加了身份、性别和地区-->
|
||||||
|
|
||||||
<span id = 'gender' style = 'display:none'>
|
<span id = 'gender' style = 'display:none'>
|
||||||
<p><table><tr><td class="info" align="right" style="width: 90px"><strong><%= l(:label_gender) %><span class="required"> </span></strong></td>
|
<p>
|
||||||
<td class="info" style="width: 10px">
|
<table><tr>
|
||||||
<%= select_tag 'gender', "<option value = '0'>#{l(:label_gender_male)}</option>
|
<td class="info" align="right" style="width: 90px"><strong><%= l(:label_gender) %><span class="required"> </span></strong></td>
|
||||||
<option value = '1'>#{l(:label_gender_female)}</option>".html_safe %></td></tr></table></p></span>
|
<td class="info" style="width: 10px">
|
||||||
|
<%= select_tag 'gender', "<option value = '0'>#{l(:label_gender_male)}</option>
|
||||||
|
<option value = '1'>#{l(:label_gender_female)}</option>".html_safe %>
|
||||||
|
</td>
|
||||||
|
</tr></table>
|
||||||
|
</p>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
<p><table><tr><td class="info" align="right" style="width: 90px"><strong><%= l(:label_location) %><span class="required"> *</span></strong></td>
|
<p><table><tr><td class="info" align="right" style="width: 90px"><strong><%= l(:label_location) %><span class="required"> *</span></strong></td>
|
||||||
|
|
|
@ -57,6 +57,10 @@
|
||||||
</legend>
|
</legend>
|
||||||
<div>
|
<div>
|
||||||
<span id='name' style='display:none'>
|
<span id='name' style='display:none'>
|
||||||
|
<p style="width:630px;padding-left: 26px;">
|
||||||
|
<%= f.text_field :login, :required => true %>
|
||||||
|
<span class='font_lighter'><%= l(:label_max_number) %></span>
|
||||||
|
</p>
|
||||||
<p style="width:530px;padding-left: 26px;">
|
<p style="width:530px;padding-left: 26px;">
|
||||||
<%= f.text_field :lastname, :required => true %>
|
<%= f.text_field :lastname, :required => true %>
|
||||||
<span class='font_lighter'><%= l(:field_lastname_eg) %></span>
|
<span class='font_lighter'><%= l(:field_lastname_eg) %></span>
|
||||||
|
|
|
@ -1332,7 +1332,7 @@ en:
|
||||||
label_tags_user_mail: User E-mail:
|
label_tags_user_mail: User E-mail:
|
||||||
label_tags_user_name: User Name:
|
label_tags_user_name: User Name:
|
||||||
label_tags_numbers: Tag numbers:
|
label_tags_numbers: Tag numbers:
|
||||||
label_max_number: Must be at most 25 characters long.
|
label_max_number: Open label nickname is displayed on the web site of your,Must be at most 25 characters long.
|
||||||
label_all_revisions: All revisions:
|
label_all_revisions: All revisions:
|
||||||
label_repository_name: Repository name
|
label_repository_name: Repository name
|
||||||
label_upassword_info: The password can be shared in the group
|
label_upassword_info: The password can be shared in the group
|
||||||
|
@ -1617,6 +1617,7 @@ en:
|
||||||
label_class_hour: period
|
label_class_hour: period
|
||||||
label_activity_time: publish date
|
label_activity_time: publish date
|
||||||
|
|
||||||
|
label_login_prompt: Email/NickName
|
||||||
|
|
||||||
# ajax异步验证
|
# ajax异步验证
|
||||||
modal_valid_passing: can be used.
|
modal_valid_passing: can be used.
|
||||||
|
|
|
@ -284,7 +284,7 @@ zh:
|
||||||
field_is_public: 公开
|
field_is_public: 公开
|
||||||
field_parent: 上级项目
|
field_parent: 上级项目
|
||||||
field_is_in_roadmap: 在路线图中显示
|
field_is_in_roadmap: 在路线图中显示
|
||||||
field_login: 登录名
|
field_login: 昵称
|
||||||
field_mail_notification: 邮件通知
|
field_mail_notification: 邮件通知
|
||||||
field_admin: 管理员
|
field_admin: 管理员
|
||||||
field_last_login_on: 最后登录
|
field_last_login_on: 最后登录
|
||||||
|
@ -598,6 +598,8 @@ zh:
|
||||||
label_my_page_block: 我的工作台模块
|
label_my_page_block: 我的工作台模块
|
||||||
label_administration: 管理
|
label_administration: 管理
|
||||||
label_login: 登录
|
label_login: 登录
|
||||||
|
label_login_prompt: 邮箱/账号
|
||||||
|
lable_user_name: 登录名
|
||||||
label_logout: 退出
|
label_logout: 退出
|
||||||
label_help: 帮助
|
label_help: 帮助
|
||||||
label_reported_issues: 已报告的问题
|
label_reported_issues: 已报告的问题
|
||||||
|
@ -1495,7 +1497,7 @@ zh:
|
||||||
label_tags_user_mail: 用户邮箱:
|
label_tags_user_mail: 用户邮箱:
|
||||||
label_tags_user_name: 用户名:
|
label_tags_user_name: 用户名:
|
||||||
label_tags_numbers: Tag统计:
|
label_tags_numbers: Tag统计:
|
||||||
label_max_number: 至多25个字符。
|
label_max_number: 昵称是在网站中显示的您的公开标识,至多25个字符。
|
||||||
label_mail_attention: qq邮箱可能收不到此邮件,其他邮箱如果没有收到可能在垃圾邮件中,其中gmail与教育网邮箱的激活邮件有时比较慢,请耐心等待。
|
label_mail_attention: qq邮箱可能收不到此邮件,其他邮箱如果没有收到可能在垃圾邮件中,其中gmail与教育网邮箱的激活邮件有时比较慢,请耐心等待。
|
||||||
label_all_revisions: 所有版本:
|
label_all_revisions: 所有版本:
|
||||||
label_upassword_info: 该密码在项目组内可共享
|
label_upassword_info: 该密码在项目组内可共享
|
||||||
|
|
Loading…
Reference in New Issue