[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,634건 55 페이지
  • RSS
기술자료 목록
1554
영카트   13757  2014-05-22 19:53  
열람
그누보드   16685  2014-05-12 02:07 ~ 2019-08-08 17:50  
1552
ClassicASP   24945  2014-04-22 20:15 ~ 2016-11-15 00:00  
1551
PHP   17072  2014-04-22 02:13  
1550
그누보드   11661  2014-04-19 17:21  
1549
그누보드   50622  2014-04-19 17:15 ~ 2018-10-30 22:51  
1548
PHP   18274  2014-04-18 19:18  
1547
그누보드   37119  2014-04-13 14:57  
1546
그누보드   14488  2014-04-10 09:03  
1545
그누보드   22225  2014-04-10 08:50 ~ 2019-08-11 12:25  
1544
Adobe   17115  2014-03-17 09:44  
1543
일반   20123  2014-03-13 13:22 ~ 2017-11-13 13:26  
1542
Adobe   23026  2014-03-03 06:16  
1541
그누보드   18867  2014-03-01 19:34 ~ 2023-01-19 16:38  
1540
그누보드   14899  2014-03-01 19:16 ~ 2022-07-07 14:34  
1539
그누보드   14882  2014-02-27 17:21 ~ 2022-05-20 15:12  
1538
ClassicASP   26290  2014-02-26 22:18 ~ 2014-08-17 00:00  
1537
그누보드   27587  2014-02-24 22:58 ~ 2022-04-15 19:44  
1536
그누보드   11244  2014-04-21 12:20  
1535
HTML   12770  2014-02-20 16:34  

검색

해피정닷컴 정보

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

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