내용관리 글, 회원가입에 넣기 > 그누보드5 팁자료실

그누보드5 팁자료실

내용관리 글, 회원가입에 넣기 정보

내용관리 글, 회원가입에 넣기

본문

3551723472_1576297266.736.png

 

환경설정에 회원가입약관과 개인정보처리방침은 있는데

제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');
 

추천
5
  • 복사

댓글 7개

© SIRSOFT
현재 페이지 제일 처음으로