fix : 캡차 comment 처리

main
Jonguk. Lim 2 years ago
parent dd88dd5abe
commit 37ed775325

@ -48,6 +48,8 @@
<div class="input_wrap">
<input type="text" name="id" id="id" title="아이디 입력" class="typeText required form-control inp-long" placeholder="아이디" />
<input type="password" name="password" id="password" title="비밀번호 입력" class="typePassword required form-control inp-long" placeholder="비밀번호" onkeydown="javascript:if (event.keyCode == 13) { actionLogin(); }"/>
<%-- TODO :: 캡차 comment 처리
<!-- 캡차인증 -->
<div class="captcha_wrap">
<img id="captchaImg" alt="자동로그인 방지 이미지"/>
@ -55,6 +57,7 @@
<input type="text" id="captcha" name="captcha" value="" title="자동로그인 방지 문구 입력" placeholder="좌측의 자동로그인 방지 문구 입력"/>
</div>
<!-- //캡차인증 -->
--%>
<div class="input_wrap2">
<!-- <label for="idSave"><input type="checkbox" id="idSave" name="idSave"/> ID저장</label> -->
<a href="#" onclick="javascript:fn_FindId(); return false;">아이디 찾기</a>

Loading…
Cancel
Save