2025/01/17 발송결과페이지 수정
This commit is contained in:
parent
d2ed44a787
commit
4cf5dce18a
@ -2353,6 +2353,18 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
|
||||
.spam_content .spam_conbox .spam_table tbody tr td{text-align: left;}
|
||||
.spam_content .spam_conbox .spam_table tbody tr td li .conlist8{padding: 0 0 0 18px;}
|
||||
|
||||
/*발송결과 수정_2025*/
|
||||
.price_wrap .table_tab_wrap .tab_btnbox .price_hover{width: 330px;}
|
||||
.price_wrap .table_tab_wrap .tab_btnbox .price_hover .last{padding: 5px 0 0 0;}
|
||||
|
||||
.price_wrap .current .tb_wrap .tType4 tbody tr .result_cont a{height: 16px;}
|
||||
.price_wrap .current .tb_wrap .tType4 tbody tr .result_cont a:hover{text-decoration: underline;}
|
||||
.price_wrap .current .tb_wrap .tType4 tbody tr .result_cont .icon_wrap{display: flex; align-items: center;}
|
||||
.price_wrap .current .tb_wrap .tType4 tbody tr .result_cont .icon_wrap span{padding: 5px 8px; margin: 0 3px; border-radius: 20px; font-size: 14px;}
|
||||
.price_wrap .current .tb_wrap .tType4 tbody tr .result_cont .icon_wrap .re{background-color: #e8f0ff; color: #2c5dd6;}
|
||||
.price_wrap .current .tb_wrap .tType4 tbody tr .result_cont .icon_wrap .di{background-color: #e7f5ec; color: #359b59;}
|
||||
|
||||
|
||||
@keyframes rotate-loading {
|
||||
0% {transform:rotate(0)}
|
||||
100% {transform:rotate(360deg);}
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
<!-- <p>***<span class="font1"> (컨텐츠)</span> : 반복적으로 사용 안함</p>
|
||||
<p>***<span class="font2"> (보드)</span> : 반복적으로 사용</p> -->
|
||||
<ul class="page">
|
||||
<li><a href="/publish/textingmsg_2025_list.html">textingmsg_2025_list.html</a>[개선] 발송결과 수정</li>
|
||||
<li><a href="/publish/service3_spam_2024.html">service3_spam_2024.html</a>불법스팸방지정책 (2024.11.29)</li>
|
||||
<li><a href="/publish/service1_2024.html">service1_2024.html</a>이용약관 (2024.11.29)</li>
|
||||
<li><a href="/publish/service1_2023.html">service1_2023.html</a>이용약관 (2023.04.26~2024.11.28)</li>
|
||||
|
||||
948
src/main/webapp/publish/textingmsg_2025_list.html
Normal file
948
src/main/webapp/publish/textingmsg_2025_list.html
Normal file
@ -0,0 +1,948 @@
|
||||
<!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">
|
||||
<link rel="stylesheet" href="/publish/js/datepicker/classic.css">
|
||||
<link rel="stylesheet" href="/publish/js/datepicker/classic.date.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>
|
||||
<script type="text/javascript" src="/publish/js/datepicker/picker.js"></script>
|
||||
<script type="text/javascript" src="/publish/js/datepicker/picker.date.js"></script>
|
||||
<script type="text/javascript" src="/publish/js/datepicker/ko_KR.js"></script>
|
||||
|
||||
<script>
|
||||
$(document).ready(function () {
|
||||
$(".table_tab_wrap .tab_depth1 a").click(function () {
|
||||
var tab_num = $(this).index();
|
||||
$(".table_cont .tb_wrap").eq(tab_num).show();
|
||||
$(".table_cont .tb_wrap").eq(tab_num).siblings(".tb_wrap").hide();
|
||||
if($(".table_tab_wrap .tab_depth1 a:visible").length == tab_num+1){
|
||||
$(this).css("border-radius","0 5px 5px 0");
|
||||
}else{}
|
||||
})
|
||||
});
|
||||
</script>
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div class="mask"></div>
|
||||
|
||||
<!-- skip 메뉴 -->
|
||||
<div class="skip_menu">
|
||||
<a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a>
|
||||
</div>
|
||||
<!--// skip 메뉴 -->
|
||||
<!-- quick 메뉴 -->
|
||||
<div class="quickMenu">
|
||||
<div>
|
||||
<p class="quick_title">QUICK<br>MENU</p>
|
||||
<p class="quick_title2">QUICK</p>
|
||||
<ul class="quickMenuIn">
|
||||
<li>
|
||||
<a href="/publish/index.html"><i class="quick1"></i><span>이용안내</span></a>
|
||||
<div class="hover_cont">이용안내</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><i class="quick2"></i><span>채팅상담</span></a>
|
||||
<div class="hover_cont">채팅상담</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><i class="quick3"></i><span>원격지원</span></a>
|
||||
<div class="hover_cont">원격지원</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><i class="quick4"></i><span>맞춤제작</span></a>
|
||||
<div class="hover_cont">맞춤제작</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><i class="quick5"></i><span>주소록 등록</span></a>
|
||||
<div class="hover_cont">주소록 등록</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><i class="quick6"></i><span>엑셀 전송</span></a>
|
||||
<div class="hover_cont">엑셀 대량전송</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><i class="quick7"></i><span>견적서</span></a>
|
||||
<div class="hover_cont">견적서</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><i class="quick8"></i><span>결제</span></a>
|
||||
<div class="hover_cont">결제</div>
|
||||
</li>
|
||||
<li>
|
||||
<a href="#"><i class="quick9"></i><span>영수증/계산서</span></a>
|
||||
<div class="hover_cont">영수증/계산서</div>
|
||||
</li>
|
||||
</ul>
|
||||
<button type="button" class="goTop" title="맨 위로 이동">TOP<i></i></button>
|
||||
</div>
|
||||
</div>
|
||||
<!--// quick 메뉴 -->
|
||||
<!-- header 영역 -->
|
||||
<header id="header" class="header">
|
||||
<!-- header top 영역 -->
|
||||
<div class="header_top">
|
||||
<div class="inner">
|
||||
<ul class="menu_left">
|
||||
<li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li>
|
||||
<li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li>
|
||||
<li><a href="#"><i class="hdTop_center"></i>고객센터</a></li>
|
||||
</ul>
|
||||
<ul class="menu_right">
|
||||
<li><a href="#">충전하기</a></li>
|
||||
<li class="SortLine"><a href="#">요금안내</a></li>
|
||||
<li class="SortLine"><a href="#">이용안내</a></li>
|
||||
<li class="SortLine"><a href="#">1:1고객상담</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div><!-- header top 영역 -->
|
||||
<!-- header body 영역 -->
|
||||
<div class="header_body">
|
||||
<div class="inner table">
|
||||
<h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png"
|
||||
alt="문자온 CI"></a></h1>
|
||||
<ul class="gnbWrap table_cell">
|
||||
<li><a href="#">문자발송</a></li>
|
||||
<li><a href="#">선거문자</a></li>
|
||||
<li><a href="#">맞춤제작</a></li>
|
||||
<li><a href="#">비즈톡</a></li>
|
||||
<li><a href="#">주소록 관리</a></li>
|
||||
<li><a href="#">발송결과</a></li>
|
||||
<li><a href="#">예약관리</a></li>
|
||||
<li><a href="#">결제내역</a></li>
|
||||
</ul>
|
||||
<div class="s_menu">
|
||||
<i class="allSearch_info"><span>문자검색</span></i>
|
||||
<button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img
|
||||
src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button>
|
||||
<button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- search popup 영역 -->
|
||||
<div class="pop_search">
|
||||
<div class="inner">
|
||||
<div class="area_search">
|
||||
<select name="" id="">
|
||||
<option value="">그림문자</option>
|
||||
<option value="">단문문자</option>
|
||||
<option value="">장문문자</option>
|
||||
<option value="">GIF</option>
|
||||
</select>
|
||||
<input type="text" placeholder="문자샘플 검색하기">
|
||||
<button><img src="/publish/images/search02.png" alt=""></button>
|
||||
</div>
|
||||
<div class="area_popular">
|
||||
<p><i></i>인기검색어</p>
|
||||
<ul class="popular_tag">
|
||||
<li><a href="#">#정월대보름</a></li>
|
||||
<li class="on"><a href="#">#추석</a></li>
|
||||
<li><a href="#">#가을인사</a></li>
|
||||
<li><a href="#">#좋은하루</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
<button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png"
|
||||
alt=""></button>
|
||||
</div>
|
||||
</div>
|
||||
<!--// search popup 영역 -->
|
||||
</div>
|
||||
<!--// header body 영역 -->
|
||||
<div id="login" class="login">
|
||||
<div class="inner table">
|
||||
<div class="login_left table_cell">
|
||||
<div class="login_put">
|
||||
<label for="id_text" class="label"></label>
|
||||
<input type="text" placeholder="아이디를 입력해주세요" id="id_text" class="id_text" maxlength="30"
|
||||
size="18">
|
||||
<label for="password_text" class="label"></label>
|
||||
<input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text"
|
||||
maxlength="30" size="18">
|
||||
<label for="login_button" class="label"></label>
|
||||
<button type="submit" class="btnType btnType1" class="login_button">로그인</button>
|
||||
</div>
|
||||
<div class="login_save">
|
||||
<input type="checkbox" id="save_id">
|
||||
<label for="save_id">아이디 저장</label>
|
||||
</div>
|
||||
<div class="login_find">
|
||||
<a href="#">아이디찾기 /</a>
|
||||
<a href="#">비밀번호 찾기</a>
|
||||
</div>
|
||||
<div>
|
||||
<button type="button" class="btnType btnType2">회원가입</button>
|
||||
<button type="button" class="btnType btnType3">둘러보기</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="login_right">
|
||||
<span><i></i>이달의 이벤트</span>
|
||||
<button type="button" class="btnType btnType4">바로가기</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!--// login 영역 -->
|
||||
</header>
|
||||
<!--// header 영역 -->
|
||||
<!-- login 영역 -->
|
||||
<!-- content 영역 -->
|
||||
<div id="container" class="cont sub">
|
||||
<div class="inner">
|
||||
<!-- send top -->
|
||||
<div class="send_top">
|
||||
<!-- 발송결과 화면 -->
|
||||
<div class="rev_admin_cont serv_content current">
|
||||
<div class="heading">
|
||||
<h2>발송결과</h2>
|
||||
</div>
|
||||
|
||||
<div class="pay_tab_wrap">
|
||||
<!-- tab button -->
|
||||
<ul class="tabType1">
|
||||
<li class="tab active"><button type="button" onclick="TabType5(this,'1');return false;">문자</button>
|
||||
</li>
|
||||
<li class="tab "><button type="button"
|
||||
onclick="TabType5(this,'2');return false;">카카오톡</button></li>
|
||||
</ul>
|
||||
<!--// tab button -->
|
||||
</div>
|
||||
<div class="rev_content" id="tab5_1">
|
||||
<!-- 발송결과 개선 : 문구추가 -->
|
||||
<div class="titBox_result">
|
||||
<p>- 최대 3개월간의 발송내역만 확인하실 수 있습니다.</p>
|
||||
<p>- 전송내역이 필요한 경우 기간 내에 다운로드하여 주시기 바랍니다.</p>
|
||||
<p>- 단문문자는 최대 24시간, 장문 및 그림문자는 최대 72시간까지 결과값이 수신되지 않은 경우 실패(비과금) 처리됩니다.</p>
|
||||
</div>
|
||||
<!--// 발송결과 개선 : 문구추가 -->
|
||||
|
||||
<div class="excel_middle">
|
||||
<div class="select_btnWrap clearfix">
|
||||
<div class="btn_left">
|
||||
<span class="cal_label">기간선택</span>
|
||||
<div class="calendar_wrap">
|
||||
<input type="text" class="startDate inp calendar picker__input" title="검색 시작일"
|
||||
id="startDate" name="startDate" value="" data-datecontrol="true" readonly=""
|
||||
aria-haspopup="true" aria-expanded="false" aria-readonly="false"
|
||||
aria-owns="startDate_root">
|
||||
<span class="dateEtc">~</span>
|
||||
<input type="text" class="endDate inp calendar picker__input" title="검색 종료일"
|
||||
id="endDate" name="endDate" value="" data-datecontrol="true" readonly=""
|
||||
aria-haspopup="true" aria-expanded="false" aria-readonly="false"
|
||||
aria-owns="endDate_root">
|
||||
</div>
|
||||
<button type="button">전월</button>
|
||||
<button type="button">당월</button>
|
||||
<button type="button">3개월</button>
|
||||
<button type="button" class="btnType6">조회</button>
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
<label for="" class="label">발송방식 전체 선택</label>
|
||||
<select name="" id="" class="selType2 select_all_btn">
|
||||
<option value="">발송방식 전체</option>
|
||||
<option value="">WEB</option>
|
||||
<option value="">API</option>
|
||||
</select>
|
||||
<label for="" class="label">발신번호 선택</label>
|
||||
<select name="" id="" class="selType2 select_btn">
|
||||
<option value="">발신번호</option>
|
||||
<option value="">문자내용</option>
|
||||
</select>
|
||||
<div class="search">
|
||||
<label for="id" class="label"></label>
|
||||
<input class="send_text" type="text" id="id" placeholder="검색어를 입력하세요." onfocus="this.placeholder=''" onblur="this.placeholder='검색어를 입력하세요.'">
|
||||
<button type="button" class="btnType btnType2">검색</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="rev_admin ">
|
||||
<div class="rev_admin_in">
|
||||
<div class="rev_admin_top clearfix">
|
||||
<p>전체</p>
|
||||
<p><span>134</span> 건</p>
|
||||
</div>
|
||||
|
||||
<div class="rev_admin_btm">
|
||||
<dl>
|
||||
<dt>대기</dt>
|
||||
<dd><span class="c_002c9a">3</span>건</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>성공</dt>
|
||||
<dd><span class="c_002c9a">115</span>건</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>실패</dt>
|
||||
<dd><span class="c_e40000">16</span>건</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<div class="rev_admin_in">
|
||||
<div class="rev_admin_top clearfix">
|
||||
<p>단문(SMS)</p>
|
||||
<p><span>78</span> 건</p>
|
||||
</div>
|
||||
<div class="rev_admin_btm">
|
||||
<dl>
|
||||
<dt>대기</dt>
|
||||
<dd><span class="c_002c9a">0</span>건</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>성공</dt>
|
||||
<dd><span class="c_002c9a">75</span>건</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>실패</dt>
|
||||
<dd><span class="c_e40000">3</span>건</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<div class="rev_admin_in">
|
||||
<div class="rev_admin_top clearfix">
|
||||
<p>장문(LMS)</p>
|
||||
<p><span>30</span> 건</p>
|
||||
</div>
|
||||
<div class="rev_admin_btm">
|
||||
<dl>
|
||||
<dt>대기</dt>
|
||||
<dd><span class="c_002c9a">0</span>건</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>성공</dt>
|
||||
<dd><span class="c_002c9a">23</span>건</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>실패</dt>
|
||||
<dd><span class="c_e40000">7</span>건</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<div class="rev_admin_in">
|
||||
<div class="rev_admin_top clearfix">
|
||||
<p>그림(MMS)</p>
|
||||
<p><span>26</span> 건</p>
|
||||
</div>
|
||||
<div class="rev_admin_btm">
|
||||
<dl>
|
||||
<dt>대기</dt>
|
||||
<dd><span class="c_002c9a">3</span>건</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>성공</dt>
|
||||
<dd><span class="c_002c9a">17</span>건</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>실패</dt>
|
||||
<dd><span class="c_e40000">6</span>건</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="list_tab_wrap2 type4">
|
||||
<!-- tab button -->
|
||||
<ul class="list_tab">
|
||||
<li class="tab active"><button type="button" onclick="listTab2(this,'1');">전체</button>
|
||||
</li>
|
||||
<li class="tab"><button type="button" onclick="listTab2(this,'2');">단문(SMS)</button>
|
||||
</li>
|
||||
<li class="tab"><button type="button" onclick="listTab2(this,'3');">장문(LMS)</button>
|
||||
</li>
|
||||
<li class="tab"><button type="button" onclick="listTab2(this,'4');">그림(MMS)</button>
|
||||
</li>
|
||||
</ul>
|
||||
<!--// tab button -->
|
||||
</div>
|
||||
<!-- 발송관리 -->
|
||||
<div class="price_history_cont price_wrap" id="listTab_2">
|
||||
|
||||
<div class="table_tab_wrap">
|
||||
<!-- tab button -->
|
||||
<ul>
|
||||
<li class="tab active"><button type="button">전체</button></li>
|
||||
<li class="tab"><button type="button">즉시</button></li>
|
||||
<li class="tab"><button type="button">예약</button></li>
|
||||
</ul>
|
||||
<!--// tab button -->
|
||||
<!-- 발송화면 개선 : 발송결과 추가-->
|
||||
<div class="tab_btnbox">
|
||||
<button type="button" class="btnType btnType14 check_validity">발송결과<i class="qmMark"></i></button>
|
||||
<div class="info_hover_cont send_hover_cont price_hover">
|
||||
<dl>
|
||||
<dt class="c_222">[<span>대기</span>]</dt>
|
||||
<dd>
|
||||
발송은 성공하였으며, 수신자측 통신사로부터 수신여부를 확인중인 상태 <br>
|
||||
<span>※ 예약문자의 경우 실발송 전까지는 “대기”로 표시</span>
|
||||
</dd>
|
||||
<dt class="c_002c9a">[<span>성공</span>]</dt>
|
||||
<dd>발송 및 수신이 완료된 상태</dd>
|
||||
<dt class="c_e40000">[<span>실패</span>]</dt>
|
||||
<dd class="last">결번, 일시정지, 전화번호 오류 등의 사유로 발송이
|
||||
불가한 상태</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!--// 발송화면 개선 : 발송결과 추가-->
|
||||
</div>
|
||||
|
||||
<div class="table_cont current">
|
||||
<div class="list_info">
|
||||
<p>총 <span class="c_e40000">171</span>건</p>
|
||||
<div>
|
||||
<p class="cf_text c_e40000">※ 예약문자 발송취소는 예약 발송시간 기준 5분 전까지만 가능</p>
|
||||
<label for="" class="label">카테고리 선택</label>
|
||||
<label for="" class="label">줄보기 선택</label>
|
||||
<select id="" class="selType2">
|
||||
<option>10개보기</option>
|
||||
<option>20개보기</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 발송화면 개선 : 테이블 수정-->
|
||||
<div class="tb_wrap">
|
||||
<table class="tType4">
|
||||
<colgroup>
|
||||
<col style="width: 12%;">
|
||||
<col style="width: 7%;">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 10%;">
|
||||
<col style="width: 10%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th rowspan="2">발송일시
|
||||
<div class="sort_wrap">
|
||||
<input type="button" class="sort sortBtn" id="sort_reqdate">
|
||||
</div>
|
||||
</th>
|
||||
<th rowspan="2">형태
|
||||
<div class="sort_wrap">
|
||||
<input type="button" class="sort sortBtn" id="sort_orderByCode">
|
||||
</div>
|
||||
</th>
|
||||
<th rowspan="2">내용</th>
|
||||
<th rowspan="2">발송건수
|
||||
<div class="sort_wrap">
|
||||
<input type="button" class="sort sortBtn" id="sort_msgGroupCnt">
|
||||
</div>
|
||||
</th>
|
||||
<th colspan="3">발송결과</th>
|
||||
<th rowspan="2">금액(원)</th>
|
||||
<th rowspan="2">진행상황</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>대기</th>
|
||||
<th>성공</th>
|
||||
<th>실패</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>2024-01-09 17:42</td>
|
||||
<td>단문</td>
|
||||
<td class="result_cont">
|
||||
<div class="icon_wrap">
|
||||
<span class="re">예약</span>
|
||||
<span class="di">분할</span>
|
||||
<a href="#">내용을 클릭하면 상세보기 화면으로 이동합니다.</a>
|
||||
</div>
|
||||
</td>
|
||||
<td>0</td>
|
||||
<td>
|
||||
<p class="c_666">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="c_002c9a">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="c_e40000">0</p>
|
||||
</td>
|
||||
<td>
|
||||
8,485,258
|
||||
</td>
|
||||
<td>
|
||||
<p><button class="btnType btnType20">예약취소</button></p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2024-01-09 17:42</td>
|
||||
<td>단문</td>
|
||||
<td class="result_cont">
|
||||
<div class="icon_wrap">
|
||||
<span class="re">예약</span>
|
||||
<a href="#">내용을 클릭하면 상세보기 화면으로 이동합니다.</a>
|
||||
</div>
|
||||
</td>
|
||||
<td>0</td>
|
||||
<td>
|
||||
<p class="c_666">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="c_002c9a">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="c_e40000">0</p>
|
||||
</td>
|
||||
<td>-</td>
|
||||
<td>예약취소</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2024-01-09 17:42</td>
|
||||
<td>단문</td>
|
||||
<td class="result_cont">
|
||||
<div class="icon_wrap">
|
||||
<a href="#">내용을 클릭하면 상세보기 화면으로 이동합니다.</a>
|
||||
</div>
|
||||
</td>
|
||||
<td>458,002</td>
|
||||
<td>
|
||||
<p class="c_666">1</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="c_002c9a">458,000</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="c_e40000">1</p>
|
||||
</td>
|
||||
<td>12,580</td>
|
||||
<td>진행중</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>2024-01-09 17:42</td>
|
||||
<td>단문</td>
|
||||
<td class="result_cont">
|
||||
<div class="icon_wrap">
|
||||
<a href="#">내용을 클릭하면 상세보기 화면으로 이동합니다.</a>
|
||||
</div>
|
||||
</td>
|
||||
<td>458,002</td>
|
||||
<td>
|
||||
<p class="c_666">1</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="c_002c9a">458,000</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="c_e40000">1</p>
|
||||
</td>
|
||||
<td>12,580</td>
|
||||
<td>완료</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!--// 발송화면 개선 : 테이블 수정-->
|
||||
|
||||
<div class="table_btn clearfix">
|
||||
<!-- <div class="table_btn_left">
|
||||
<button type="button" data-tooltip="rev_popup02" class="btnType btnType15"><i class="add_img"></i>그룹등록</button>
|
||||
<button type="button" class="btnType btnType15" onclick="javascript:fnDeleteAddrNo('groupList'); return false;"><i class="remove_img"></i>주소록에서 번호 삭제</button>
|
||||
<button type="button" class="btnType btnType15" onclick="javascript:fnAddBlockNo('groupList'); return false;">수신거부번호 등록</button>
|
||||
</div>
|
||||
<div class="table_btn_right">
|
||||
<button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀
|
||||
다운로드</button>
|
||||
<button type="button" class="print_btn btnType"><i class="print_img"></i>발송결과
|
||||
출력하기</button>
|
||||
</div>-->
|
||||
</div>
|
||||
|
||||
<!-- pagination -->
|
||||
<ul class="pagination">
|
||||
<li class="page_first"><button><img src="/publish/images/content/page_first.png"
|
||||
alt=""></button></li>
|
||||
<li class="page_prev"><button><img src="/publish/images/content/page_prev.png"
|
||||
alt=""></button></li>
|
||||
<li class="on"><button>1</button></li>
|
||||
<li><button>2</button></li>
|
||||
<li><button>3</button></li>
|
||||
<li><button>4</button></li>
|
||||
<li><button>5</button></li>
|
||||
<li><button>6</button></li>
|
||||
<li><button>7</button></li>
|
||||
<li><button>8</button></li>
|
||||
<li><button>9</button></li>
|
||||
<li><button>10</button></li>
|
||||
<li class="page_next"><button><img src="/publish/images/content/page_next.png"
|
||||
alt=""></button></li>
|
||||
<li class="page_last"><button><img src="/publish/images/content/page_last.png"
|
||||
alt=""></button></li>
|
||||
</ul><!-- pagination -->
|
||||
|
||||
</div>
|
||||
|
||||
|
||||
</div><!-- // 발송관리 -->
|
||||
</div>
|
||||
|
||||
<div class="rev_content kakao_rev_content" id="tab5_2" style="display: none;">
|
||||
<!-- 발송결과 개선 : 문구추가 -->
|
||||
<div class="titBox_result">
|
||||
<p>- 최대 3개월간의 발송내역만 확인하실 수 있습니다.</p>
|
||||
<p>- 전송내역이 필요한 경우 기간 내에 다운로드하여 주시기 바랍니다.</p>
|
||||
<p>- 단문문자는 최대 24시간, 장문 및 그림문자는 최대 72시간까지 결과값이 수신되지 않은 경우 실패(비과금) 처리됩니다.</p>
|
||||
</div>
|
||||
<!--// 발송결과 개선 : 문구추가 -->
|
||||
|
||||
<div class="excel_middle">
|
||||
<div class="select_btnWrap clearfix">
|
||||
<div class="btn_left">
|
||||
<span class="cal_label">기간선택</span>
|
||||
<div class="calendar_wrap">
|
||||
<input type="text" class="startDate inp calendar picker__input" title="검색 시작일"
|
||||
id="startDate" name="startDate" value="" data-datecontrol="true" readonly=""
|
||||
aria-haspopup="true" aria-expanded="false" aria-readonly="false"
|
||||
aria-owns="startDate_root">
|
||||
<span class="dateEtc">~</span>
|
||||
<input type="text" class="endDate inp calendar picker__input" title="검색 종료일"
|
||||
id="endDate" name="endDate" value="" data-datecontrol="true" readonly=""
|
||||
aria-haspopup="true" aria-expanded="false" aria-readonly="false"
|
||||
aria-owns="endDate_root">
|
||||
</div>
|
||||
<button type="button">전월</button>
|
||||
<button type="button">당월</button>
|
||||
<button type="button">3개월</button>
|
||||
<button type="button" class="btnType6">조회</button>
|
||||
</div>
|
||||
<div class="btn_right">
|
||||
<label for="" class="label">발신번호 선택</label>
|
||||
<select name="" id="" class="selType2">
|
||||
<option value="">발신번호</option>
|
||||
<option value="">발신번호</option>
|
||||
<option value="">발신번호</option>
|
||||
</select>
|
||||
<div class="search">
|
||||
<label for="id" class="label"></label>
|
||||
<input type="text" id="id" placeholder="검색어를 입력하세요."
|
||||
onfocus="this.placeholder=''" onblur="this.placeholder='검색어를 입력하세요.'">
|
||||
<button type="button" class="btnType btnType2">검색</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="rev_admin">
|
||||
<div class="rev_admin_in">
|
||||
<div class="rev_admin_top clearfix">
|
||||
<p>전체</p>
|
||||
<p><span>171</span> 건</p>
|
||||
</div>
|
||||
<div class="rev_admin_btm">
|
||||
<dl>
|
||||
<dt>대기</dt>
|
||||
<dd><span class="c_002c9a">160</span>건</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>성공</dt>
|
||||
<dd><span class="c_002c9a">160</span>건</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>실패</dt>
|
||||
<dd><span class="c_e40000">0</span>건</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<div class="rev_admin_in">
|
||||
<div class="rev_admin_top clearfix">
|
||||
<p>알림톡</p>
|
||||
<p><span>171</span> 건</p>
|
||||
</div>
|
||||
<div class="rev_admin_btm">
|
||||
<dl>
|
||||
<dt>대기</dt>
|
||||
<dd><span class="c_002c9a">160</span>건</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>성공</dt>
|
||||
<dd><span class="c_002c9a">160</span>건</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>실패</dt>
|
||||
<dd><span class="c_e40000">0</span>건</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!-- <div class="rev_admin_in">
|
||||
<div class="rev_admin_top clearfix">
|
||||
<p>친구톡</p>
|
||||
<p><span>171</span> 건</p>
|
||||
</div>
|
||||
<div class="rev_admin_btm">
|
||||
<dl>
|
||||
<dt>대기</dt>
|
||||
<dd><span class="c_002c9a">160</span>건</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>성공</dt>
|
||||
<dd><span class="c_002c9a">160</span>건</dd>
|
||||
</dl>
|
||||
<dl>
|
||||
<dt>실패</dt>
|
||||
<dd><span class="c_e40000">0</span>건</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div> -->
|
||||
</div>
|
||||
|
||||
<div class="list_tab_wrap2 type4">
|
||||
<!-- tab button -->
|
||||
<ul class="list_tab">
|
||||
<li class="tab active"><button type="button" onclick="listTab2(this,'1');">전체</button>
|
||||
</li>
|
||||
<li class="tab"><button type="button" onclick="listTab2(this,'2');">알림톡</button></li>
|
||||
<li class="tab"><button type="button" onclick="listTab2(this,'3');">친구톡</button></li>
|
||||
</ul>
|
||||
<!--// tab button -->
|
||||
</div>
|
||||
<!-- 발송관리 > 전체 -->
|
||||
<div class="price_history_cont" id="listTab_2">
|
||||
|
||||
<div class="table_tab_wrap">
|
||||
<!-- tab button -->
|
||||
<ul>
|
||||
<li class="tab active"><button type="button">전체</button></li>
|
||||
<li class="tab"><button type="button">대기</button></li>
|
||||
<li class="tab"><button type="button">성공</button></li>
|
||||
<li class="tab"><button type="button">실패</button></li>
|
||||
<li class="tab"><button type="button">예약</button></li>
|
||||
</ul>
|
||||
<!--// tab button -->
|
||||
<!-- 발송화면 개선 : 발송결과 추가-->
|
||||
<div class="tab_btnbox" style="z-index:999;">
|
||||
<button type="button" class="btnType btnType14 check_validity" >발송결과<i class="qmMark"></i></button>
|
||||
<div class="info_hover_cont send_hover_cont">
|
||||
<dl>
|
||||
<dt class="c_666">[<span>대기</span>]</dt>
|
||||
<dd>발송은 성공하였으며, 수신자측 통신사로부터 수신여부를
|
||||
확인중인 상태</dd>
|
||||
<dt class="c_002c9a">[<span>성공</span>]</dt>
|
||||
<dd>발송 및 수신이 완료된 상태</dd>
|
||||
<dt class="c_e40000">[<span>실패</span>]</dt>
|
||||
<dd>결번, 일시정지, 전화번호 오류 등의 사유로 발송이
|
||||
불가한 상태</dd>
|
||||
<dt class="c_222">[<span>예약</span>]</dt>
|
||||
<dd>예약 발송 대기 상태</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<!--// 발송화면 개선 : 발송결과 추가-->
|
||||
</div>
|
||||
|
||||
<div class="table_cont current">
|
||||
<div class="list_info">
|
||||
<p>총 발송건수 <span class="c_e40000">171</span>건</p>
|
||||
<div>
|
||||
<p class="cf_text c_e40000">※ 예약문자 발송취소는 예약 발송시간 기준 5분 전까지만 가능</p>
|
||||
<label for="" class="label">줄보기 선택</label>
|
||||
<select id="" class="selType2">
|
||||
<option>10개보기</option>
|
||||
<option>20개보기</option>
|
||||
</select>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 발송화면 개선 : 카카오톡 테이블 수정 -->
|
||||
<div class="tb_wrap">
|
||||
<table class="tType4">
|
||||
<colgroup>
|
||||
<col style="width: 45px;">
|
||||
<col style="width: 12%;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 8%;">
|
||||
<col style="width: 6%;">
|
||||
<col style="width: 6%;">
|
||||
<col style="width: 6%;">
|
||||
<col style="width: 6%;">
|
||||
<col style="width: 6%;">
|
||||
<col style="width: 6%;">
|
||||
<col style="width: 9%;">
|
||||
<col style="width: 11%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th rowspan="2">
|
||||
<label for="" class="label">전체 선택</label>
|
||||
<input type="checkbox">
|
||||
</th>
|
||||
<th rowspan="2">발송일시
|
||||
<div class="sort_wrap">
|
||||
<input type="button" class="sort sortBtn" id="sort_reqdate">
|
||||
</div>
|
||||
</th>
|
||||
<th rowspan="2">형태
|
||||
<div class="sort_wrap">
|
||||
<input type="button" class="sort sortBtn" id="sort_orderByCode">
|
||||
</div>
|
||||
</th>
|
||||
<th rowspan="2">내용</th>
|
||||
<th rowspan="2">발송건수
|
||||
<div class="sort_wrap">
|
||||
<input type="button" class="sort sortBtn" id="sort_msgGroupCnt">
|
||||
</div>
|
||||
</th>
|
||||
<th colspan="4">카카오톡 결과</th>
|
||||
<th colspan="2">대체문자 결과</th>
|
||||
<th rowspan="2">금액</th>
|
||||
<th rowspan="2">예약관리</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>대기</th>
|
||||
<th>성공</th>
|
||||
<th>실패</th>
|
||||
<th>예약</th>
|
||||
<th>성공</th>
|
||||
<th>실패</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<label for="" class="label">선택</label>
|
||||
<input type="checkbox">
|
||||
</td>
|
||||
<td>2024-01-09 17:42</td>
|
||||
<td>단문</td>
|
||||
<td class="result_cont"><a href="#">내용을 클릭하면 상세보기 화면으로 이동합니다.</a></td>
|
||||
<td>125,895</td>
|
||||
<td>
|
||||
<p class="c_666">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="c_002c9a">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="c_e40000">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="c_002c9a">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="c_002c9a">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="c_e40000">125,895</p>
|
||||
</td>
|
||||
<td>
|
||||
8,485,258원
|
||||
</td>
|
||||
<td>
|
||||
<p><button class="btnType btnType20">예약취소</button></p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<!--// 발송화면 개선 : 카카오톡 테이블 수정 -->
|
||||
|
||||
<div class="table_btn clearfix">
|
||||
<div class="table_btn_left">
|
||||
|
||||
<button type="button" data-tooltip="rev_popup02" class="btnType btnType15"><i
|
||||
class="add_img"></i>그룹등록</button>
|
||||
<button type="button" class="btnType btnType15"><i class="remove_img"></i>주소록에서
|
||||
번호 삭제</button>
|
||||
<button type="button" class="btnType btnType15">수신거부번호 등록</button>
|
||||
</div>
|
||||
<div class="table_btn_right">
|
||||
<button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀
|
||||
다운로드</button>
|
||||
<button type="button" class="print_btn btnType"><i class="print_img"></i>발송결과
|
||||
출력하기</button>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
|
||||
<!-- pagination -->
|
||||
<ul class="pagination">
|
||||
<li class="page_first"><button><img src="/publish/images/content/page_first.png"
|
||||
alt=""></button></li>
|
||||
<li class="page_prev"><button><img src="/publish/images/content/page_prev.png"
|
||||
alt=""></button></li>
|
||||
<li class="on"><button>1</button></li>
|
||||
<li><button>2</button></li>
|
||||
<li><button>3</button></li>
|
||||
<li><button>4</button></li>
|
||||
<li><button>5</button></li>
|
||||
<li><button>6</button></li>
|
||||
<li><button>7</button></li>
|
||||
<li><button>8</button></li>
|
||||
<li><button>9</button></li>
|
||||
<li><button>10</button></li>
|
||||
<li class="page_next"><button><img src="/publish/images/content/page_next.png"
|
||||
alt=""></button></li>
|
||||
<li class="page_last"><button><img src="/publish/images/content/page_last.png"
|
||||
alt=""></button></li>
|
||||
</ul><!-- pagination -->
|
||||
|
||||
</div>
|
||||
</div><!-- // 발송관리 > 전체 -->
|
||||
</div>
|
||||
|
||||
|
||||
</div>
|
||||
</div>
|
||||
<!--// send top -->
|
||||
</div>
|
||||
</div>
|
||||
<!--// content 영역 -->
|
||||
<!-- footer 영역 -->
|
||||
<footer id="footer" class="footer" style="display:none;">
|
||||
<div class="footer_top">
|
||||
<div class="inner table">
|
||||
<ul class="table_cell">
|
||||
<li><a href="#">이용약관</a></li>
|
||||
<li class="SortLine fwRg c_white"><a href="#">개인정보취급방침</a></li>
|
||||
<li class="SortLine fwRg c_white"><a href="#">스팸관리정책</a></li>
|
||||
<li class="SortLine"><a href="#">불법스팸예방안내</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
<div class="footer_body">
|
||||
<div class="inner table">
|
||||
<div class="table_cell">
|
||||
<a href="#" class="footer_logo"><img src="/publish/images/CI_white.png" alt="문자온 CI"></a>
|
||||
<div class="footer_info">
|
||||
<p>주소 : 경기도 남양주시 다산중앙로 19번길 21 1027호, 1028호(블루웨일 지식산업센터 1차)</p>
|
||||
<p>사업자번호 : 653-87-00858 | 대표 : 유인식 | 통신판매등록번호 : 제 다산-12345호 | 문의전화 : 070-4786-0007</p>
|
||||
<p>Copyright 2020 ⓒ MUNJAON co. Ltd, All rights reserved.</p>
|
||||
</div>
|
||||
<div class="footer_service_center">
|
||||
<i></i>
|
||||
<div>
|
||||
<p>고객센터</p>
|
||||
<span class="footer_service_num">070-4786-0008</span>
|
||||
<span>E-mail : help@iten.co.kr</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</footer>
|
||||
<!--// footer 영역 -->
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Loading…
Reference in New Issue
Block a user