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"%>
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
<script type="text/javascript">
function humanCancel(){
window.location.href='/web/main/mainPage.do';
}
function humanAuthenticatedPage(){
window.location.href='/web/user/humanPageAuthenticatedPage.do';
}
</script>
<form:form id="userManageVO" name="userManageVO" action="" method="post">
<!-- content 영역 -->
<div class="inner">
<!-- send top -->
<div class="send_top">
<!-- 마이페이지 - 로그인 -->
<div class="mypage_content current">
<div class="heading">
<h2>로그인</h2>
</div>
<div class="mem_cont_in widthM login_wrap">
<div class="img_area">
<img src="/publish/images/mem/img_logindormant_bg.png" alt="">
</div>
<div class="input_list">
<p class="welcome">회원님은 <span>장기 미이용</span> 회원이십니다.</p>
<p class="welcome_sub">아래 확인 버튼을 클릭하시면 문자온의 모든 서비스를 정상적으로 이용하기 위한 절차를 진행합니다.</p>
<div class="mem_btnWrap4">
<button type="button" class="mem_btnok" onclick="humanAuthenticatedPage(); return false;">확인</button>
<button type="button" class="mem_btncancel" onclick="humanCancel(); return false;">취소</button>
</div>
</div>
</div>
</div>
<!--// 마이페이지 - 로그인 -->
</div>
<!--// send top -->
</div>
<!--// content 영역 -->
</form:form>