사용자: 회원가입스킨 작업 중 레이아웃 스타일

This commit is contained in:
whitedot
2013-01-11 16:24:09 +09:00
parent b0fb0dd6ca
commit a6e818ba94
3 changed files with 25 additions and 18 deletions

View File

@ -7,17 +7,23 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
<section id="fregister_term">
<h2>회원가입약관</h2>
<textarea readonly><?=get_text($config['cf_stipulation'])?></textarea>
<input type="radio" id="agree11" name="agree" value="1"><label for="agree11">동의합니다.</label>
<input type="radio" id="agree10" name="agree" value="0"><label for="agree10">동의하지 않습니다.</label>
<div class="fregister_agree">
<input type="radio" id="agree11" name="agree" value="1">
<label for="agree11">동의합니다.</label>
<input type="radio" id="agree10" name="agree" value="0">
<label for="agree10">동의하지 않습니다.</label>
</div>
</section>
<section id="fregister_private">
<h2>개인정보취급방침</h2>
<textarea readonly><?=get_text($config['cf_privacy'])?></textarea>
<input type="radio" id="agree21" name="agree2" value="1">
<label for="agree21">동의합니다.</label>
<input type="radio" id="agree20" name="agree2" value="0">
<label for="agree20">동의하지 않습니다.</label>
<div class="fregister_agree">
<input type="radio" id="agree21" name="agree2" value="1">
<label for="agree21">동의합니다.</label>
<input type="radio" id="agree20" name="agree2" value="0">
<label for="agree20">동의하지 않습니다.</label>
</div>
</section>
<div class="btn_confirm">