YNICTE/BO/Views/Account/BanEmail.cshtml

58 lines
3.1 KiB
Plaintext

@model NP.Model.VMUser
@{
ViewData["Title"] = "이메일수신거부";
Layout = null;
}
<!DOCTYPE html>
<html lang="en" class="bg-black">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<title>@ViewData["Title"] - 영남건설기술교육원</title>
@*<link rel="shortcut icon" href="/images/nptech.ico" />*@
<meta name="description" content="ntest" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
@Styles.Render("~/Content/css")
@Scripts.Render("~/bundles/jquery")
@Scripts.Render("~/bundles/scripts")
<!--[if lt IE 9]>
<script src="js/ie/html5shiv.js"></script>
<script src="js/ie/respond.min.js"></script>
<script src="js/ie/excanvas.js"></script>
<![endif]-->
<script type="text/javascript" src="/js/site.js"></script>
</head>
<body>
<section id="content" class="m-t-lg wrapper-md animated fadeInUp">
<div class="container aside-xxl">
@*<a class="navbar-brand block" href="#">YOU & PARTNERS</a>
<a class="navbar-brand block" href="#" style="font-size: 11px; line-height: 20px;">(Career Consulting Group)</a>*@
<div class="text-center"><img src="~/Img/gnb_logo.png" alt="YNP" /></div>
<section class="panel panel-default bg-white m-t-lg" style="margin-top: 0px;">
<header class="panel-heading text-center">
<strong>이메일 수신거부</strong>
</header>
<form action="#" class="panel-body wrapper-lg" id="fmlogin" method="post">
<br /><br />
<div class="form-group text-center">
<label class="control-label">수신거부 이메일</label> : <span style="font-weight: bold;">@Model.em</span>
</div>
<div style="font-weight: bold; text-align: center;">수신거부되었습니다.</div>
<br /><br />
<a href="#" id="btn_login" class="btn btn-facebook btn-block m-b-sm" onclick="self.close();">닫기</a>
<br /><br />
</form>
</section>
</div>
</section>
<!-- footer -->
<footer id="footer"><div class="text-center padder"><p><small style="color: #fff;">KFCF INC framework base on Bootstrap<br>&copy; @DateTime.Now.Year</small></p></div></footer>
<div class="xxx" style="position: fixed; z-index: 10; background-color: #555; opacity: 0.7; left: 0; top: 0; right: 0; bottom: 0; display: none;"></div>
<div class="xxx" id="msginfo" style="position: fixed; z-index: 11; background-color: #ddd; left: 50%; width: 50%; text-align: center; margin-left: -25%; top: 30%; padding: 30px 30px; border-radius: 5px; font-size: 18px; display: none;">
<span id="xxx">인증시간이 초과되어 로그아웃되었습니다.</span>
<br />
<br />
<a class="btn btn-lg btn-info" onclick="$('.xxx').hide(); $(_focus).focus();">확인</a>
</div>
</body>
</html>