개인정보취급방침, 개인정보수집이용을 개인정보처리방침으로 문구 변경
This commit is contained in:
@ -656,7 +656,7 @@ if ($config['cf_icode_id'] && $config['cf_icode_pw']) {
|
|||||||
<td colspan="3"><textarea name="cf_stipulation" id="cf_stipulation" rows="10"><?php echo $config['cf_stipulation'] ?></textarea></td>
|
<td colspan="3"><textarea name="cf_stipulation" id="cf_stipulation" rows="10"><?php echo $config['cf_stipulation'] ?></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="cf_privacy">개인정보취급방침</label></th>
|
<th scope="row"><label for="cf_privacy">개인정보처리방침</label></th>
|
||||||
<td colspan="3"><textarea id="cf_privacy" name="cf_privacy" rows="10"><?php echo $config['cf_privacy'] ?></textarea></td>
|
<td colspan="3"><textarea id="cf_privacy" name="cf_privacy" rows="10"><?php echo $config['cf_privacy'] ?></textarea></td>
|
||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
|
|||||||
@ -28,7 +28,7 @@ if ($w == "") {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!isset($_POST['agree2']) || !$_POST['agree2']) {
|
if (!isset($_POST['agree2']) || !$_POST['agree2']) {
|
||||||
alert('개인정보수집이용안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.', G5_BBS_URL.'/register.php');
|
alert('개인정보처리방침안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.', G5_BBS_URL.'/register.php');
|
||||||
}
|
}
|
||||||
|
|
||||||
$member['mb_birth'] = '';
|
$member['mb_birth'] = '';
|
||||||
|
|||||||
@ -147,7 +147,7 @@ $sql = " insert into `{$table_prefix}config`
|
|||||||
cf_page_rows = '15',
|
cf_page_rows = '15',
|
||||||
cf_cert_limit = '2',
|
cf_cert_limit = '2',
|
||||||
cf_stipulation = '해당 홈페이지에 맞는 회원가입약관을 입력합니다.',
|
cf_stipulation = '해당 홈페이지에 맞는 회원가입약관을 입력합니다.',
|
||||||
cf_privacy = '해당 홈페이지에 맞는 개인정보취급방침을 입력합니다.'
|
cf_privacy = '해당 홈페이지에 맞는 개인정보처리방침을 입력합니다.'
|
||||||
";
|
";
|
||||||
mysql_query($sql) or die(mysql_error() . "<p>" . $sql);
|
mysql_query($sql) or die(mysql_error() . "<p>" . $sql);
|
||||||
|
|
||||||
|
|||||||
@ -8,7 +8,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<form name="fregister" id="fregister" action="<?php echo $register_action_url ?>" onsubmit="return fregister_submit(this);" method="POST" autocomplete="off">
|
<form name="fregister" id="fregister" action="<?php echo $register_action_url ?>" onsubmit="return fregister_submit(this);" method="POST" autocomplete="off">
|
||||||
|
|
||||||
<p>회원가입약관 및 개인정보수집이용안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.</p>
|
<p>회원가입약관 및 개인정보처리방침안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.</p>
|
||||||
|
|
||||||
<section id="fregister_term">
|
<section id="fregister_term">
|
||||||
<h2>회원가입약관</h2>
|
<h2>회원가입약관</h2>
|
||||||
@ -20,10 +20,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="fregister_private">
|
<section id="fregister_private">
|
||||||
<h2>개인정보수집이용안내</h2>
|
<h2>개인정보처리방침안내</h2>
|
||||||
<textarea readonly><?php echo get_text($config['cf_privacy']) ?></textarea>
|
<textarea readonly><?php echo get_text($config['cf_privacy']) ?></textarea>
|
||||||
<fieldset class="fregister_agree">
|
<fieldset class="fregister_agree">
|
||||||
<label for="agree21">개인정보수집이용안내의 내용에 동의합니다.</label>
|
<label for="agree21">개인정보처리방침안내의 내용에 동의합니다.</label>
|
||||||
<input type="checkbox" name="agree2" value="1" id="agree21">
|
<input type="checkbox" name="agree2" value="1" id="agree21">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</section>
|
</section>
|
||||||
@ -44,7 +44,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
}
|
}
|
||||||
|
|
||||||
if (!f.agree2.checked) {
|
if (!f.agree2.checked) {
|
||||||
alert("개인정보수집이용안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.");
|
alert("개인정보처리방침안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.");
|
||||||
f.agree2.focus();
|
f.agree2.focus();
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -8,7 +8,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<div class="mbskin">
|
<div class="mbskin">
|
||||||
<form name="fregister" id="fregister" action="<?php echo $register_action_url ?>" onsubmit="return fregister_submit(this);" method="POST" autocomplete="off">
|
<form name="fregister" id="fregister" action="<?php echo $register_action_url ?>" onsubmit="return fregister_submit(this);" method="POST" autocomplete="off">
|
||||||
|
|
||||||
<p>회원가입약관 및 개인정보수집이용안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.</p>
|
<p>회원가입약관 및 개인정보처리방침안내의 내용에 동의하셔야 회원가입 하실 수 있습니다.</p>
|
||||||
|
|
||||||
<section id="fregister_term">
|
<section id="fregister_term">
|
||||||
<h2>회원가입약관</h2>
|
<h2>회원가입약관</h2>
|
||||||
@ -20,10 +20,10 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="fregister_private">
|
<section id="fregister_private">
|
||||||
<h2>개인정보수집이용안내</h2>
|
<h2>개인정보처리방침안내</h2>
|
||||||
<textarea readonly><?php echo get_text($config['cf_privacy']) ?></textarea>
|
<textarea readonly><?php echo get_text($config['cf_privacy']) ?></textarea>
|
||||||
<fieldset class="fregister_agree">
|
<fieldset class="fregister_agree">
|
||||||
<label for="agree21">개인정보수집이용안내의 내용에 동의합니다.</label>
|
<label for="agree21">개인정보처리방침안내의 내용에 동의합니다.</label>
|
||||||
<input type="checkbox" name="agree2" value="1" id="agree21">
|
<input type="checkbox" name="agree2" value="1" id="agree21">
|
||||||
</fieldset>
|
</fieldset>
|
||||||
</section>
|
</section>
|
||||||
@ -44,7 +44,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
}
|
}
|
||||||
|
|
||||||
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