fairnet/src/main/webapp/WEB-INF/views/site/bbs/html/memberPwFind.html
2024-09-04 18:26:08 +09:00

27 lines
904 B
HTML

<form id="frm" name="frm" action="/user/proc/<c:out escapeXml='true' value='${siteIdx}' />/<c:out escapeXml='true' value='${siteMenuIdx}' />/memberPwFindProc.do" method="post" >
<table>
<caption>패스워드찾기 이름, 아이디 입력화면입니다.</caption>
<colgroup>
<col style="width: 20%;" />
<col style="width: auto;" />
</colgroup>
<tbody>
<tr>
<th scope="row"><label for="memberName">이름</label></th>
<td>
<input type="text" maxlength="100" name="memberName" id="memberName" title="이름" value="" required style="width:200px;" />
</td>
</tr>
<tr>
<th scope="row"><label for="memberId">아이디</label></th>
<td>
<input type="text" maxlength="100" name="memberId" id="memberId" title="아이디" value="" required style="width:200px;" />
</td>
</tr>
</tbody>
</table>
<div><input type="submit" value="확인" /></div>
</form>