[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 2,641건 54 페이지
  • RSS
기술자료 목록
1581
영카트   14818  2014-08-09 16:45  
1580
호스팅   16728  2014-08-08 15:18 ~ 2020-12-18 11:44  
1579
영카트   23737  2014-08-08 01:14 ~ 2021-08-26 15:47  
1578
영카트   13723  2014-08-06 23:20  
1577
Adobe   13737  2014-08-06 02:23  
1576
영카트   13401  2014-08-05 18:57  
1575
영카트   14092  2014-08-03 18:23  
1574
일반   13307  2014-07-17 17:15  
1573
Search   13914  2014-07-17 16:12  
1572
영카트   13787  2014-07-17 15:54  
1571
그누보드   20706  2014-07-15 01:14 ~ 2019-12-17 09:47  
1570
일반   21151  2014-06-27 20:03  
1569
영카트   16977  2014-06-16 05:40 ~ 2017-02-09 00:00  
1568
영카트   23763  2014-06-14 15:19  
1567
HTML   19439  2014-06-13 17:00 ~ 2016-09-08 00:00  
1566
HTML   27862  2014-06-13 11:01 ~ 2018-06-23 19:15  
1565
그누보드   81372  2014-06-07 22:13 ~ 2017-09-07 00:00  
1564
그누보드   17104  2014-05-31 17:42 ~ 2021-03-03 14:50  
1563
그누보드   12587  2014-05-31 15:08  
1562
그누보드   17959  2014-05-28 10:35 ~ 2023-01-20 11:50  

검색

해피정닷컴 정보

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

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