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_pw">아이디 / 비밀번호 찾기</div>
<div class="table_area">
<table class="write">
<caption>
ID / PW 찾기
</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>
</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>