添加邮箱验证

This commit is contained in:
whimlex 2015-03-12 17:48:31 +08:00
parent 3a1f0aec55
commit 1e5fac32b4
3 changed files with 25 additions and 12 deletions

View File

@ -1,13 +1,16 @@
<script>
function verifyAddress(obj) {
var email = document.getElementsByName('mail');
var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
if (email.value==null||filter.test(email.value)) return true;
else {
document.getElementById('valid_email').innerHTML= <%= l(:label_email_format_error)%>;
document.getElementById('valid_email').style.color="#FF0000";
return false;}
}
var filter = /^([a-zA-Z0-9_\.\-])+\@(([a-zA-Z0-9\-])+\.)+([a-zA-Z0-9]{2,4})+$/;
if (filter.test(email.value)&& !(email.value == null)) return true;
else
{
document.getElementById('valid_email').innerHTML = "您所填写的电子邮件格式不正确";
document.getElementById('valid_email').style.color = "#FF0000";
return false;
}
}
</script>
<div class="project_r_h">
<h2 class="project_h2"><%= l(:label_invite_join)%></h2>

View File

@ -82,7 +82,16 @@ en:
#
# 邀请
#
notice_registed_success: 您输入的邮箱为空或者该邮箱已被注册!
label_invite_new_user: "发送邮件邀请新用户"
label_invite_join: 邀请加入
label_invite_email_tips: 输入好友邮箱地址Trustie会自动为该邮箱注册用户
label_email: 邮箱
notice_registed_success: 您所填写的电子邮件格式不正确或者该邮箱已被注册!
label_send_email_free: 免费发送
label_email_format_error: 您所填写的电子邮件格式不正确
label_invite_trustie_user: "邀请Trustie注册用户"
#

View File

@ -58,8 +58,7 @@ zh:
project_module_code_review: 代码审查
project_module_calendar: 日历
project_module_gantt: 甘特图
project_module_documents: 文档
project_module_files: 资源库
project_module_documents: 文档
label_project_tool_response: 用户反馈
label_module_share: DTS测试工具
@ -84,12 +83,14 @@ zh:
# 邀请
#
label_invite_new_user: "发送邮件邀请新用户"
label_invite_trustie_user: "邀请Trustie注册用户"
label_invite_join: 邀请加入
label_invite_email_tips: 输入好友邮箱地址Trustie会自动为该邮箱注册用户
notice_registed_success: 您输入的邮箱为空或者该邮箱已被注册!
label_send_email_free: 免费发送
label_email_format_error: 您所填写的电子邮件格式不正确
label_invite_trustie_user: "邀请Trustie注册用户"
#
# 项目托管平台