@ -3,7 +3,7 @@ include_once('./_common.php');
|
|||||||
include_once(G5_CAPTCHA_PATH.'/captcha.lib.php');
|
include_once(G5_CAPTCHA_PATH.'/captcha.lib.php');
|
||||||
|
|
||||||
if ($is_member) {
|
if ($is_member) {
|
||||||
alert("이미 로그인중입니다.");
|
alert("이미 로그인중입니다.", G5_URL);
|
||||||
}
|
}
|
||||||
|
|
||||||
$g5['title'] = '회원정보 찾기';
|
$g5['title'] = '회원정보 찾기';
|
||||||
|
|||||||
@ -164,7 +164,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
|
|
||||||
function fcertrefreshform_submit(f) {
|
function fcertrefreshform_submit(f) {
|
||||||
if (!f.agree2.checked) {
|
if (!f.agree2.checked) {
|
||||||
alert("개인정보 수집 및 이용의 내용에 인증을 진행 하실 수 있습니다.");
|
alert("개인정보 수집 및 이용의 내용에 동의하셔야 인증을 진행하실 수 있습니다.");
|
||||||
f.agree2.focus();
|
f.agree2.focus();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -160,7 +160,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
|
|
||||||
function fcertrefreshform_submit(f) {
|
function fcertrefreshform_submit(f) {
|
||||||
if (!f.agree2.checked) {
|
if (!f.agree2.checked) {
|
||||||
alert("개인정보 수집 및 이용의 내용에 인증을 진행 하실 수 있습니다.");
|
alert("개인정보 수집 및 이용의 내용에 동의하셔야 인증을 진행하실 수 있습니다.");
|
||||||
f.agree2.focus();
|
f.agree2.focus();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -163,7 +163,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
|
|
||||||
function fcertrefreshform_submit(f) {
|
function fcertrefreshform_submit(f) {
|
||||||
if (!f.agree2.checked) {
|
if (!f.agree2.checked) {
|
||||||
alert("개인정보 수집 및 이용의 내용에 인증을 진행 하실 수 있습니다.");
|
alert("개인정보 수집 및 이용의 내용에 동의하셔야 인증을 진행하실 수 있습니다.");
|
||||||
f.agree2.focus();
|
f.agree2.focus();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -160,7 +160,7 @@ if ($config['cf_cert_use'] && ($config['cf_cert_sa'] || $config['cf_cert_ipin']
|
|||||||
|
|
||||||
function fcertrefreshform_submit(f) {
|
function fcertrefreshform_submit(f) {
|
||||||
if (!f.agree2.checked) {
|
if (!f.agree2.checked) {
|
||||||
alert("개인정보 수집 및 이용의 내용에 인증을 진행 하실 수 있습니다.");
|
alert("개인정보 수집 및 이용의 내용에 동의하셔야 인증을 진행하실 수 있습니다.");
|
||||||
f.agree2.focus();
|
f.agree2.focus();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user