내용관리 글, 회원가입에 넣기
링크
모바일용 (122)
환경설정에 회원가입약관과 개인정보처리방침은 있는데
제3자 이용 약관이 하나 더 필요해서 내용관리에 넣고 ,
회원가입 폼에 불러내기 했습니다
#모바일용
-----------------------------------------------------------------------------------
<section id="fregister_term">
<h2>회원가입약관</h2>
<textarea readonly><?php echo get_text($config['cf_stipulation']) ?></textarea>
<fieldset class="fregister_agree">
<input type="checkbox" name="agree" value="1" id="agree11">
<label for="agree11">회원가입약관의 내용에 동의합니다.</label>
</fieldset>
</section>
<section id="fregister_private">
<h2>개인정보처리방침안내</h2>
<textarea readonly><?php echo get_text($config['cf_privacy']) ?></textarea>
<!-- <div class="tbl_head01 tbl_wrap">
<table>
<caption>개인정보처리방침안내</caption>
<thead>
<tr>
<th colspan="2">목적</th>
</tr>
<tr>
<th>항목</th>
<th>보유기간</th>
</tr>
</thead>
<tbody>
<tr>
<td colspan="2">이용자 식별 및 본인여부 확인</td>
</tr>
<tr>
<td>아이디, 이름, 비밀번호</td>
<td>회원 탈퇴 시까지</td>
</tr>
<tr>
<td colspan="2">고객서비스 이용에 관한 통지,<br>CS대응을 위한 이용자 식별</td>
</tr>
<tr>
<td>연락처 (이메일, 휴대전화번호)</td>
<td>회원 탈퇴 시까지</td>
</tr>
</tbody>
</table>
</div> -->
<fieldset class="fregister_agree">
<input type="checkbox" name="agree2" value="1" id="agree21">
<label for="agree21">개인정보처리방침안내의 내용에 동의합니다.</label>
</fieldset>
</section>
<section id="fregister_private">
<h2> 제3자 정보수집 약관</h2>
<!-- <textarea readonly><?php echo get_text($config['cf_third']) ?></textarea> -->
<textarea readonly> <?php
$co = sql_fetch(" select * from {$g5['content_table']} where co_id = 'third' ");
echo conv_content($co['co_content'], 1);
?></textarea>
<fieldset class="fregister_agree">
<input type="checkbox" name="agree3" value="1" id="agree21">
<label for="agree3">제3자 정보수집 약관의 내용에 동의합니다.</label>
</fieldset>
</section>
---------------------------------------------------
define('G5_VERSION', '그누보드5');
define('G5_GNUBOARD_VER', '5.3.2.8');
댓글 7개
상큼한 여자분 같습니다.~
게시판 목록
그누보드5 팁자료실
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 2635 | 5개월 전 | 598 | ||
| 2634 | 5개월 전 | 589 | ||
| 2633 |
|
6개월 전 | 500 | |
| 2632 | 6개월 전 | 558 | ||
| 2631 |
세르반데스
|
6개월 전 | 529 | |
| 2630 | 6개월 전 | 715 | ||
| 2629 | 6개월 전 | 401 | ||
| 2628 | 6개월 전 | 406 | ||
| 2627 |
이슈DEV
|
6개월 전 | 628 | |
| 2626 |
welcome
|
6개월 전 | 636 | |
| 2625 |
이슈DEV
|
6개월 전 | 441 | |
| 2624 | 6개월 전 | 399 | ||
| 2623 | 6개월 전 | 487 | ||
| 2622 | 6개월 전 | 340 | ||
| 2621 |
|
6개월 전 | 355 | |
| 2620 | 6개월 전 | 462 | ||
| 2619 | 6개월 전 | 457 | ||
| 2618 | 6개월 전 | 546 | ||
| 2617 | 7개월 전 | 668 | ||
| 2616 | 7개월 전 | 572 | ||
| 2615 | 7개월 전 | 400 | ||
| 2614 |
바닐라코드
|
7개월 전 | 722 | |
| 2613 | 7개월 전 | 587 | ||
| 2612 | 7개월 전 | 720 | ||
| 2611 | 7개월 전 | 954 | ||
| 2610 | 7개월 전 | 499 | ||
| 2609 | 7개월 전 | 644 | ||
| 2608 | 7개월 전 | 621 | ||
| 2607 | 7개월 전 | 567 | ||
| 2606 | 7개월 전 | 591 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기