YNICTE/FO/Views/Account/BanEmail.cshtml

12 lines
500 B
Plaintext
Raw Normal View History

2020-10-12 14:39:23 +09:00
<br /><br /><br /><br />
<div class="inboxInfo text-center">
<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="" style="display: inline-block;float: none;" onclick="self.close();">닫기</a>
</div>
@section scripts{
}