[G5] 관리자페이지의 약관, 개인정보처리방침을 일반 페이지에서 사용하기 > 기술자료 | 해피정닷컴

[G5] 관리자페이지의 약관, 개인정보처리방침을 일반 페이지에서 사용하기 > 기술자료

본문 바로가기

사이트 내 전체검색

[G5] 관리자페이지의 약관, 개인정보처리방침을 일반 페이지에서 사용하기 > 기술자료

그누보드 [G5] 관리자페이지의 약관, 개인정보처리방침을 일반 페이지에서 사용하기

페이지 정보


본문

일반적으로 홈페이지 하단에 이용약관과 개인정보처리방침을 사용합니다.
그누보드5 관리자페이지 이용약관, 개인정보처리방침 넣는 공간이 있는데요. 그것을 이용하는 방법입니다.

1. 이용약관
그누보드5 / bbs / hp_stipulation.php 
<?php
include_once "./_common.php";
include_once G5_PATH."/head.sub.php";
add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">', 0);
//include_once G5_PATH."/head.php";
?>
<div style="margin:0px 3px; border:#EBEBEB 4px solid; height:40px; line-height:40px; color:#666666; font-weidth:bold;">이용약관</div>
<div style="padding:10px 15px; border-bottom:2px #E6E6E6 solid;"><?php echo nl2br($config['cf_stipulation']); ?></div>
<div style="text-align:center; margin:15px 0 0 0">
    <button type="button" onclick="window.close();" style="width:50px; height:23px; line-height:20px;">창닫기</button>
</div>
<?php
//include_once G5_PATH."/tail.php";
include_once G5_PATH."/tail.sub.php";
?>
 
 
2. 개인정보처리방침
그누보드5 / bbs / hp_privacy.php
<?php
include_once "./_common.php";
include_once G5_PATH."/head.sub.php";
add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">', 0);
//include_once G5_PATH."/head.php";
?>
<div style="margin:0px 3px; border:#EBEBEB 4px solid; height:40px; line-height:40px; color:#666666; font-weidth:bold;">개인정보처리방침</div>
<div style="padding:10px 15px; border-bottom:2px #E6E6E6 solid;"><?php echo nl2br($config['cf_privacy']); ?></div>
<div style="text-align:center; margin:15px 0 0 0">
    <button type="button" onclick="window.close();" style="width:50px; height:23px; line-height:20px;">창닫기</button>
</div>
<?php
//include_once G5_PATH."/tail.php";
include_once G5_PATH."/tail.sub.php";
?>
 

3. 이메일무단수집거부
그누보드5 / bbs / hp_email_security.php
<?php
include_once "./_common.php";
include_once G5_PATH."/head.sub.php"; 
add_stylesheet('<link rel="stylesheet" href="'.$member_skin_url.'/style.css">', 0);
//include_once G5_PATH."/head.php";
?>
<div style="margin:0px 3px; border:#EBEBEB 4px solid; height:40px; line-height:40px; color:#666666; font-weidth:bold;">이메일무단수집거부</div>
<div style="padding:10px 15px; border-bottom:2px #E6E6E6 solid;">
    본 웹사이트는 게시된 이메일 주소가 전자우편 수집 프로그램이나 그 밖의 기술적 장치를 이용하여 무단 수집되는 것을 거부합니다. 이를 위반시 『정보통신망이용촉진및정보보호등에관한법률』등에 의해 처벌 받을 수 있습니다.
</div>
<div style="text-align:center; margin:15px 0 0 0">
    <button type="button" onclick="window.close();" style="width:50px; height:23px; line-height:20px;">창닫기</button>
</div>
<?php
//include_once G5_PATH."/tail.php";
include_once G5_PATH."/tail.sub.php";
?>

 
4. 카피라이트 또는 이용약관 및 개인정보처리방침 링크가 필요한 곳에 아래의 내용을 추가합니다.
<script type="text/javascript">
    function win_stipulation(url) {
        if (!url) { url = "<?php echo G5_BBS_URL; ?>/hp_stipulation.php"; }
        window.open(url, "hp_stipulation", "left=20, top=20, width=616, height=500, scrollbars=1");
    }
    function win_privacy(url) {
        if (!url) { url = "<?php echo G5_BBS_URL; ?>/hp_privacy.php"; }
        window.open(url, "hp_privacy", "left=20, top=20, width=616, height=500, scrollbars=1");
    }
    function win_email_security(url) {
        if (!url) { url = "<?php echo G5_BBS_URL; ?>/hp_email_security.php"; }
        window.open(url, "hp_email_security", "left=20, top=20, width=400, height=175, scrollbars=1");
    }
</script>
<a href="javascript:win_stipulation();">이용약관</a>
<a href="javascript:win_privacy();">개인정보처리방침</a>
<a href="javascript:win_email_security();">이메일무단수집거부</a>

댓글목록

등록된 댓글이 없습니다.


Total 459건 13 페이지
  • RSS
기술자료 목록
219
그누보드   10320  2014-10-20 19:50  
218
그누보드   16027  2014-10-14 19:36 ~ 2021-11-30 11:32  
217
그누보드   12133  2014-10-01 10:57 ~ 2024-01-12 16:23  
216
그누보드   12124  2014-09-25 16:34  
215
그누보드   12236  2014-09-20 22:19  
214
그누보드   12099  2014-08-28 15:36  
213
그누보드   13694  2014-08-23 19:55  
212
그누보드   64671  2014-08-20 11:50 ~ 2022-11-22 16:25  
211
그누보드   20607  2014-07-15 01:14 ~ 2019-12-17 09:47  
210
그누보드   81304  2014-06-07 22:13 ~ 2017-09-07 00:00  
209
그누보드   17029  2014-05-31 17:42 ~ 2021-03-03 14:50  
208
그누보드   12530  2014-05-31 15:08  
207
그누보드   17822  2014-05-28 10:35 ~ 2023-01-20 11:50  
열람
그누보드   16648  2014-05-12 02:07 ~ 2019-08-08 17:50  
205
그누보드   11624  2014-04-19 17:21  
204
그누보드   50146  2014-04-19 17:15 ~ 2018-10-30 22:51  
203
그누보드   37092  2014-04-13 14:57  
202
그누보드   14473  2014-04-10 09:03  
201
그누보드   22201  2014-04-10 08:50 ~ 2019-08-11 12:25  
200
그누보드   18824  2014-03-01 19:34 ~ 2023-01-19 16:38  

검색

해피정닷컴 정보

회사소개 회사연혁 협력사 오시는길 서비스 이용약관 개인정보 처리방침

회사명: 해피정닷컴   대표: 정창용   전화: 070-7600-3500   팩스: 042-670-8272
주소: (34368) 대전시 대덕구 대화로 160 대전산업용재유통단지 1동 222호
개인정보보호책임자: 정창용   사업자번호: 119-05-36414
통신판매업신고: 제2024-대전대덕-0405호 [사업자등록확인]  
Copyright 2001~2024 해피정닷컴. All Rights Reserved.