mjon_git/src/main/webapp/publish/mypage6.html
2025-05-07 10:09:38 +09:00

102 lines
5.2 KiB
HTML

<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>문자온</title>
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" rel="stylesheet">
<link rel="stylesheet" href="/publish/css/reset.css">
<link rel="stylesheet" href="/publish/css/jquery.mCustomScrollbar.css">
<link rel="stylesheet" href="/publish/css/common.css">
<link rel="stylesheet" href="/publish/css/button.css">
<link rel="stylesheet" href="/publish/css/content.css">
<link rel="stylesheet" href="/publish/css/mem.css">
<link rel="stylesheet" href="/publish/css/font.css">
<link rel="stylesheet" href="/publish/css/popupLayer.css">
<script src="/publish/js/jquery-3.5.0.js"></script>
<script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script>
<script src="/publish/js/common.js"></script>
<script src="/publish/js/content.js"></script>
<script src="/publish/js/popupLayer.js"></script>
</head>
<body>
<div class="mask"></div>
<div data-include-path="/publish/layout/_header.html"></div>
<!-- login 영역 -->
<!-- content 영역 -->
<div id="container" class="cont sub">
<div class="inner">
<!-- send top -->
<div class="send_top">
<!-- tab button -->
<ul class="tabType4">
<li class="tab"><button type="button" onclick="location.href='/publish/mypage2.html'">회원정보 변경</button></li>
<li class="tab"><button type="button" onclick="location.href='/publish/mypage3.html'">기업회원 전환</button></li>
<li class="tab"><button type="button" onclick="location.href='/publish/mypage4.html'">비밀번호 변경</button></li>
<li class="tab"><button type="button" onclick="location.href='/publish/mypage5.html'">발신번호 관리</button></li>
<li class="tab active"><button type="button" onclick="TabType5(this,'6');">알림설정</button></li>
<li class="tab"><button type="button" onclick="location.href='/publish/mypage7.html'">회원탈퇴</button></li>
<li class="tab"><button type="button" onclick="location.href='/publish/security_login.html'">보안로그인</button></li>
</ul>
<!--// tab button -->
<!-- 마이페이지 - 알림설정 -->
<div class="mypage_content current" id="tab5_5">
<div class="heading">
<h2>알림설정</h2>
</div>
<!-- tab button -->
<div class="mem_cont_in widthXL alarm_cont current">
<div class="titBox">
<p>- 문자온에서 발송하는 뉴스레터 및 각종 안내문자의 수신여부를 설정할 수 있습니다.</p>
</div>
<p class="alarm_title">공지수신</p>
<table class="tType1">
<caption>공지알림에 대한 표</caption>
<colgroup>
<col style="width: 160px;">
<col style="width: auto;">
</colgroup>
<tbody>
<tr>
<th scope="row">뉴스레터</th>
<td>
<input type="checkbox" id="newsChoice" name="newsChoice">
<label for="" class="alarm">선택</label>
<span class="text_req">- 월 1회 발송되는 문자온의 뉴스레터를 이메일로 받아 보실 수 있습니다.</span>
</td>
</tr>
<tr>
<th scope="row">안내문자</th>
<td>
<input type="checkbox" id="msgChoice" name="msgChoice">
<label for="" class="alarm">선택</label>
<span class="text_req">- 문자온에서 제공하는 유익한 정보, 각종 이벤트 등이 있을 시 문자메시지로 받아 보실 수 있습니다.</span>
</td>
</tr>
</tbody>
</table>
<div style="text-align: center;">
<button type="button" class="btnType btnType16" onclick="updateInfo('tab2')">신청하기</button>
</div>
</div>
</div>
<!--// 마이페이지 - 알림설정 -->
</div>
<!--// send top -->
</div>
</div>
<!--// content 영역 -->
<!-- footer 영역 -->
<!-- footer -->
<div data-include-path="/publish/layout/_footer.html"></div>
<!--// footer 영역 -->
</body>
</html>