File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
File name
Commit message
Commit date
<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
<section class="sub">
<c:set var="url" value="${requestScope['javax.servlet.forward.servlet_path']}" />
<c:import url="/itn/web/com/naviWrap.do">
<c:param name="url" value="${url}" />
</c:import>
<div id="wrapper">
<div id="left_menu">
<c:import url="/itn/web/com/leftMenu.do">
<c:param name="url" value="${url}" />
</c:import>
</div>
<div class="member_title">개인정보 동의</div>
<div class="table_area">
<form>
<fieldset>
<div class="dong">
<h3>제 1 장 총칙</h3>
<h4>제 1 조 목적</h4>
<p>이 약관은 (이하 "회사"라 한다)가 제공하는 모든 서비스(이하 "서비스"라 한다)의 이용조건 및 절차에 관한 기본적인 사항에 대해 정의하는 것을 목적으로 합니다.</p>
<h4>제 2 조 약관의 효력 및 변경</h4>
<ol>
<li>① 이 약관은 서비스를 통하여 알리거나 전자우편 등의 방법으로 회원에게 알림으로써 효력을 발생합니다.</li>
<li>② 회사는 필요하다고 인정되는 경우에 본 약관을 변경할 수 있으며, 변경된 약관은 본 조 제1항과 같은 방법으로 공지함으로써 그 효력을 발생합니다.</li>
</ol>
<h4>제 3 조 약관 외 준칙</h4>
<p>이 약관에 명시되</p>
</div>
</fieldset>
<div><input id="check2" name="check2" type="checkbox" value="1" /> <label for="check2"><span>개인정보보호 취급방침에 대한 내용에 동의합니다.</span></label></div>
</form>
<div class="member_title2">회원가입</div>
<table class="write">
<caption>등록 화면</caption>
<colgroup>
<col style="width: 120px;" />
<col style="width: *;" />
</colgroup>
<tbody>
<tr>
<th scope="row">성명</th>
<td><input class="in_w20" id="input_title4" name="input_title4" type="text" /></td>
</tr>
<tr>
<th scope="row">주민번호</th>
<td><input class="in_w20" id="input_title5" name="input_title5" type="text" /> - <input class="in_w20" id="input_title7" name="input_title7" type="text" /></td>
</tr>
<tr>
<th scope="row">아이디</th>
<td><input class="in_w20" id="input_title3" name="input_title3" type="text" /> * 최소 6자리 이상 입력하세요.</td>
</tr>
<tr>
<th scope="row">비밀번호</th>
<td><input class="in_w20" id="input_title2" name="input_title2" type="text" /> * 최소 8자리 이상 입력하세요.</td>
</tr>
<tr>
<th scope="row">비밀번호 확인</th>
<td><input class="in_w20" id="input_title6" name="input_title6" type="text" /></td>
</tr>
<tr>
<th scope="row">주소<br />
<br />
나머지 주소</th>
<td>
<p><input class="in_w20" id="input_title6" name="input_title6" type="text" /></p>
<p> </p>
<p><input class="in_w20" id="input_title" name="input_title" type="text" /></p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="button_area alignc"><a class="btn save" href="#" title="저장하기"><span>저장</span> </a> <a class="btn cancel" href="#" title="닫기"> <span>닫기</span> </a></div>
</div>
</section>