로그인 수정
This commit is contained in:
parent
845611ee30
commit
dada5725ff
@ -164,8 +164,16 @@ function certPhone() {
|
||||
</div>
|
||||
|
||||
<div class="login_wrap">
|
||||
<c:if test="${profile eq 'tLocal'}">
|
||||
|
||||
<div class="box">
|
||||
<i class="icon phone"></i>
|
||||
<p class="login_title">휴대폰 인증</p>
|
||||
<span class="summary">개인의 휴대폰 번호를 이용해 본인여부를 확인할 수 있는 서비스입니다.</span>
|
||||
<button type="button" class="btn fill blue large w70per">본인인증</button>
|
||||
</div>
|
||||
|
||||
<c:if test="${profile eq 'tLocal'}">
|
||||
<div class="box">
|
||||
<p class="login_tit">
|
||||
본인인증 로그인</br>
|
||||
<span>사이트 오픈 시 셀렉트 박스를 통한 로그인은 삭제됩니다.</span>
|
||||
@ -182,13 +190,14 @@ function certPhone() {
|
||||
<option value="이준호:01030266269:M:19890202:HwekrDfuErjWrj/DSjfsduerlkrkjweR+DJfisdfioueklrjiJeudsdWErQWERasdvDASgfeRTdsioufiuERwe==">이준호:01030266269:M:19890202</option>
|
||||
</select>
|
||||
<br></br>
|
||||
</c:if>
|
||||
<div class="login_form">
|
||||
<div class="login_btn_wrap">
|
||||
<button type="button" onclick="javascript:certPhone();" class="btn_login">본인인증</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</c:if>
|
||||
</div>
|
||||
</form:form>
|
||||
<form name="reqPCCForm" id="reqPCCForm" method="post" action="https://pcc.siren24.com/pcc_V3/jsp/pcc_V3_j10_v4.jsp" onsubmit="return openPCCWindow()">
|
||||
<input type="hidden" id="crypto_token_id" name="crypto_token_id" value="">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user