Merge branch 'master' into rosewiper
This commit is contained in:
commit
1f3ff2d852
@ -1635,9 +1635,14 @@ function actionLogin() {
|
||||
</div>
|
||||
<div class="login_pay">
|
||||
<div class="check_money">
|
||||
<i></i>
|
||||
<fmt:formatNumber type="number" maxFractionDigits="3" value="${userMoney}" var="commaPrice" />
|
||||
<p>보유잔액<em>(캐시)</em> <span class="fwMd" id="hdUserMoney"><c:out value="${commaPrice}"/></span>원</p>
|
||||
<div class="holdingsum_box">
|
||||
<i></i>
|
||||
<fmt:formatNumber type="number" maxFractionDigits="3" value="${userMoney}" var="commaPrice" />
|
||||
<p>보유잔액<em>(캐시)</em> <span class="fwMd" id="hdUserMoney"><c:out value="${commaPrice}"/></span>원</p>
|
||||
<!--<dl>
|
||||
<dd>후불제 고객의 보유잔액(캐시)은 당월 발송 가능<br>금액을 말하며 <span>매월 1일 자동으로 충전</span>됩니다.</dd>
|
||||
</dl>-->
|
||||
</div>
|
||||
<button type="button" class="btnType btnType3" onclick="location.href='/web/member/pay/PayView.do'">충전</button>
|
||||
<div class="account_box">
|
||||
<button type="button" class="btnType btnType3" onclick="location.href='/web/member/pay/PayView.do?tabType=2'">전용계좌</button>
|
||||
|
||||
@ -390,7 +390,7 @@ function getMberGrdChk() {
|
||||
</table>
|
||||
<div class="excel_middle">
|
||||
<div class="select_btnWrap clearfix">
|
||||
<div class="add_text2" style="line-height: 1.2em;">
|
||||
<div class="add_text2" style="line-height: 1.3em;">
|
||||
※ 요금 결제내역은 결제일을 기준으로 최대 6개월까지만 조회가능합니다.
|
||||
<br />
|
||||
<c:choose>
|
||||
@ -399,10 +399,8 @@ function getMberGrdChk() {
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
※ 후불제 고객은 사용금액 결제수단은 계좌이체만 가능합니다. <br />
|
||||
※ 세금계산서 발행 후 매월 15일(공휴일인 경우 다음 영업일) 이전까지 계좌로 입금 부탁드립니다.<br />
|
||||
※ 입금은행 : 우리은행 <br />
|
||||
※ 입금계좌 : 1005-904-154328 <br />
|
||||
※ 받는사람 : 주식회사 아이티앤
|
||||
※ 세금계산서 발행 후 매월 15일(공휴일인 경우 다음 영업일) 이전까지 아래 계좌로 입금 부탁드립니다.<br />
|
||||
<p class="accountinfo"><span>-입금은행:</span>우리은행<span>-입금계좌:</span>1005-904-154328<span>-받는사람:</span>주식회사 아이티앤</p>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</div>
|
||||
|
||||
@ -116,7 +116,7 @@ caption, .label {position: absolute;width: 1px;height: 1px;margin: -1px;border:
|
||||
.login2 .login_info button {margin-right: 2px;}
|
||||
.login2 .login_pay {display:flex;}
|
||||
.login2 .check_money p span, .login2 .point p span {padding-left: 4px;}
|
||||
.login2 .check_money {margin-right: 20px;}
|
||||
.login2 .check_money {margin-right: 20px; display: inline-flex;}
|
||||
.login2 .check_money p {padding-right: 6px;display: inline-block;vertical-align: middle;}
|
||||
.login2 .check_money i {background-image: url(/publish/images/check_money2.png);width: 29px;height: 30px;margin-right: 3px;}
|
||||
.login2 .check_money button {margin-right: 2px;}
|
||||
@ -127,6 +127,13 @@ caption, .label {position: absolute;width: 1px;height: 1px;margin: -1px;border:
|
||||
.login2 .check_money .account_box dl dt:before {content:'';display:inline-block;width:22px;height:20px;margin:0 5px 0 0;vertical-align:top;background:url(/publish/images/content/icon_account_layer.png) no-repeat left top;}
|
||||
.login2 .check_money .account_box dl dd {margin:7px 0 0;font-size:15px;font-weight:500;white-space:nowrap;}
|
||||
.login2 .check_money .account_box:hover dl {display:block;}
|
||||
/*후불 회원에게만 노출되는 안내레이어*/
|
||||
.login2 .check_money .holdingsum_box {position: relative;}
|
||||
.login2 .check_money .holdingsum_box dl {display:none;position:absolute;left:50%;top:41px;padding:12px;border:2px solid #002c9a;background:#fff;border-radius:10px;box-shadow:0px 3px 10px 0px rgba(0, 0, 0, 0.5);transform:translateX(-50%);}
|
||||
.login2 .check_money .holdingsum_box dl:after {content:'';position:absolute;left:50%;top:-10px;width:16px;height:10px;margin:0 0 0 -8px;background:url(../images/content/icon_account_arrow.png) no-repeat left top;}
|
||||
.login2 .check_money .holdingsum_box dl dd {margin:3px;font-size:15px;font-weight:500;white-space:nowrap; line-height:20px;}
|
||||
.login2 .check_money .holdingsum_box:hover dl {display:block;}
|
||||
|
||||
.login2 .point p {padding-right: 6px;display: inline-block; vertical-align: middle;}
|
||||
.login2 .point i {background-image: url(/publish/images/pointIcon2.png);width: 30px;height: 28px;margin-right: 3px;margin-top: -2px;}
|
||||
.login2 .login_right button i {background-image: url(/publish/images/login_introIcon.png);width: 20px;height: 18px;margin: 0 6px 3px 0;}
|
||||
|
||||
@ -994,7 +994,8 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
|
||||
.pay_cont .excel_middle {margin: 20px 0 10px 0;}
|
||||
.pay_cont .excel_middle .selType2 {width: 82px; height: 32px; margin-left: 0;}
|
||||
.pay_cont .select_btnWrap .add_text2 {font-size: 16px; padding-top: 7px; color: #666; font-weight: 300;}
|
||||
|
||||
.pay_cont .select_btnWrap .add_text2 .accountinfo {padding:2px 0 0 10px; color:#21376c; font-weight:400;}
|
||||
.pay_cont .select_btnWrap .add_text2 .accountinfo span {font-size:14px; color:#697593; padding:0 0 0 10px;}
|
||||
/*등급 및 누적결제액 확인 버튼 추가*/
|
||||
.pay_cont .excel_middle .level_btn{margin: 0 5px; border: 1px solid #002c9a; color: #002c9a;}
|
||||
.pay_cont .excel_middle .level_btn img{margin-top: -3px;}
|
||||
@ -1049,6 +1050,21 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px
|
||||
.hisroy_price .hisroy_price_in>div>p:first-child {float: left;}
|
||||
.hisroy_price .hisroy_price_in>div>p:last-child {float: right;}
|
||||
.hisroy_price .hisroy_price_in>div>p>span {font-size: 22px; font-family: 'GmarketSansBold'; color: #002c9a; padding-right: 5px;}
|
||||
/*후불회원 요금 사용내역*/
|
||||
.hisroy_price .hisroy_defprice_in {background-color: #f2f2f2; width: calc(100%/4 - 20px); padding: 28px 22px; border-radius: 5px; box-sizing: border-box;}
|
||||
.hisroy_price .hisroy_defprice_in>p {font-size: 20px; font-weight: 600; margin-bottom: 25px; font-family: 'GmarketSansBold';}
|
||||
.hisroy_price .hisroy_defprice_in i{background-size: 100%;}
|
||||
.hisroy_price .hisroy_defprice_in:nth-child(1) i {background-image: url(/publish/images/content/history_icon1.png); width: 23px; height: 26px; margin: 0 10px 2px 0;}
|
||||
.hisroy_price .hisroy_defprice_in:nth-child(2) i {background-image: url(/publish/images/content/history_icon2.png); width: 26px; height: 24px; margin: 0 10px 2px 0;}
|
||||
.hisroy_price .hisroy_defprice_in:nth-child(3) i {background-image: url(/publish/images/content/history_icon4.png); width: 22px; height: 24px; margin: 0 10px 2px 0;}
|
||||
.hisroy_price .hisroy_defprice_in:nth-child(4) i {background-image: url(/publish/images/content/history_icon3.png); width: 21px; height: 21px; margin: 0 10px 2px 0;}
|
||||
.hisroy_price .hisroy_defprice_in>div {background-color: #fff; height: 50px; padding: 0 20px; border-radius: 5px; line-height: 50px; box-sizing: border-box;}
|
||||
.hisroy_price .hisroy_defprice_in>div:last-child {margin-top: 10px;}
|
||||
.hisroy_price .hisroy_defprice_in>div>p {font-size: 17px; font-weight: 300;}
|
||||
.hisroy_price .hisroy_defprice_in>div>p:first-child {float: left;}
|
||||
.hisroy_price .hisroy_defprice_in>div>p:last-child {float: right;}
|
||||
.hisroy_price .hisroy_defprice_in>div>p>span {font-size: 22px; font-family: 'GmarketSansBold'; color: #002c9a; padding-right: 5px;}
|
||||
|
||||
.history_details .tType1_title{margin: 0;}
|
||||
.history_details .tType1_title img{margin: -4px 0 0 0;}
|
||||
.history_details .details_wrap{width: 100%; background-color: #f2f2f2; border-radius: 5px; padding: 15px 20px 15px 20px; box-sizing: border-box;}
|
||||
|
||||
@ -18,6 +18,7 @@
|
||||
<!-- <p>***<span class="font1"> (컨텐츠)</span> : 반복적으로 사용 안함</p>
|
||||
<p>***<span class="font2"> (보드)</span> : 반복적으로 사용</p> -->
|
||||
<ul class="page">
|
||||
<li><a href="/publish/payment6.html">payment6.html</a>후불회원 : 결제관리 > 요금사용내역</li>
|
||||
<li><a href="/publish/sub_election_2023.html">sub_election_2023.html</a>선거문자</li>
|
||||
<li><a href="/publish/publish_text/send_text.html">send_text.html</a>문자보내기</li>
|
||||
<li><a href="/publish/publish_text/text_send.html">text_send.html</a>문자발송</li>
|
||||
|
||||
BIN
src/main/webapp/publish/images/content/history_icon4.png
Normal file
BIN
src/main/webapp/publish/images/content/history_icon4.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 3.9 KiB |
@ -288,10 +288,21 @@
|
||||
<button type="button" class="btnType btnType2">로그아웃</button>
|
||||
</div>
|
||||
<div class="check_money">
|
||||
<i></i>
|
||||
<p>보유잔액 <span class="fwMd">3,000</span>원</p>
|
||||
<div class="holdingsum_box">
|
||||
<i></i>
|
||||
<p>보유잔액 <span class="fwMd">3,000</span>원</p>
|
||||
<dl>
|
||||
<dd>후불제 고객의 보유잔액(캐시)은 당월 발송 가능<br>금액을 말하며 <span>매월 1일 자동으로 충전</span>됩니다.</dd>
|
||||
</dl>
|
||||
</div>
|
||||
<button type="button" class="btnType btnType3">충전</button>
|
||||
<button type="button" class="btnType btnType3">전용계좌</button>
|
||||
<div class="account_box">
|
||||
<button type="button" class="btnType btnType3">전용계좌</button>
|
||||
<dl>
|
||||
<dt>전용계좌</dt>
|
||||
<dd>신한은행 56212519515101</dd>
|
||||
</dl>
|
||||
</div>
|
||||
</div>
|
||||
<div class="point">
|
||||
<i></i>
|
||||
|
||||
589
src/main/webapp/publish/payment6.html
Normal file
589
src/main/webapp/publish/payment6.html
Normal file
@ -0,0 +1,589 @@
|
||||
<!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/calendar.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>
|
||||
|
||||
</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">
|
||||
<!-- tab button -->
|
||||
<ul class="tabType4">
|
||||
<li class="tab"><button type="button" onclick="TabType5(this,'1');">요금안내/견적내기</button></li>
|
||||
<li class="tab"><button type="button" onclick="TabType5(this,'1');">결제하기</button></li>
|
||||
<li class="tab"><button type="button" onclick="TabType5(this,'2');">요금 결제내역</button></li>
|
||||
<li class="tab active"><button type="button" onclick="TabType5(this,'3');">요금 사용내역</button></li>
|
||||
<li class="tab"><button type="button" onclick="TabType5(this,'4');">계산서/현금영수증 발행 등록</button></li>
|
||||
</ul>
|
||||
<!--// tab button -->
|
||||
<!-- 결제관리 - 요금 사용내역 -->
|
||||
<div class="serv_content current" id="tab5_4">
|
||||
<div class="heading">
|
||||
<h2>요금 사용내역</h2>
|
||||
</div>
|
||||
<div class="hisroy_price">
|
||||
<div class="hisroy_defprice_in">
|
||||
<p><i></i>누적 사용금액</p>
|
||||
<div class="clearfix">
|
||||
<p>캐시</p>
|
||||
<p><span>120</span>원</p>
|
||||
</div>
|
||||
<div class="clearfix">
|
||||
<p>포인트</p>
|
||||
<p><span>120</span>원</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hisroy_defprice_in">
|
||||
<p><i></i>누적 납부금액</p>
|
||||
<div class="clearfix">
|
||||
<p>캐시</p>
|
||||
<p><span>120</span>원</p>
|
||||
</div>
|
||||
<div class="clearfix">
|
||||
<p>포인트</p>
|
||||
<p><span>120</span>원</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hisroy_defprice_in">
|
||||
<p><i></i>당월 납부 예상금액</p>
|
||||
<div class="clearfix">
|
||||
<p>캐시</p>
|
||||
<p><span>120</span>원</p>
|
||||
</div>
|
||||
<div class="clearfix">
|
||||
<p>포인트</p>
|
||||
<p><span>120</span>원</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="hisroy_defprice_in">
|
||||
<p><i></i>잔액 (사용가능금액)</p>
|
||||
<div class="clearfix">
|
||||
<p>캐시</p>
|
||||
<p><span>43,898.6</span>원</p>
|
||||
</div>
|
||||
<div class="clearfix">
|
||||
<p>포인트</p>
|
||||
<p><span>120</span>원</p>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="history_details">
|
||||
<p class="tType1_title"><img src="images/content/history_details_title.png" alt=""> 발송내역</p>
|
||||
<div class="details_wrap">
|
||||
<table>
|
||||
<colgroup>
|
||||
<col style="width: calc(100% / 5);">
|
||||
<col style="width: calc(100% / 5);">
|
||||
<col style="width: calc(100% / 5);">
|
||||
<col style="width: calc(100% / 5);">
|
||||
<col style="width: calc(100% / 5);">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th>구분</th>
|
||||
<th>문자</th>
|
||||
<th>알림톡</th>
|
||||
<th>팩스</th>
|
||||
<th>계</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>발송건(매)수</td>
|
||||
<td>100,000,000</td>
|
||||
<td>100,000,000</td>
|
||||
<td>100,000,000</td>
|
||||
<td>100,000,000</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>예약건수</td>
|
||||
<td>100,000,000</td>
|
||||
<td>100,000,000</td>
|
||||
<td>100,000,000</td>
|
||||
<td>100,000,000</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
</div>
|
||||
<p class="tType1_title"><img src="/publish/images/content/icon_details_breakdown.png" alt=""> 세부내역</p>
|
||||
<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">당월</button>
|
||||
<button type="button" class="btnType6">조회</button>
|
||||
<span class="reqTxt4"><span class="vMiddle">*</span> 조회기간의 사용내역만 보여집니다.</span>
|
||||
</div>
|
||||
<div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div class="list_tab_wrap2 type2">
|
||||
<!-- 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>
|
||||
<li class="tab"><button type="button" onclick="listTab2(this,'4');">그림</button></li>
|
||||
<li class="tab"><button type="button" onclick="listTab2(this,'5');">선거</button></li>
|
||||
<li class="tab"><button type="button" onclick="listTab2(this,'5');">알림톡</button></li>
|
||||
<li class="tab"><button type="button" onclick="listTab2(this,'5');">친구톡</button></li>
|
||||
<li class="tab"><button type="button" onclick="listTab2(this,'5');">팩스</button></li>
|
||||
</ul>
|
||||
<!--// tab button -->
|
||||
</div>
|
||||
<div class="price_history_cont" id="listTab2_5">
|
||||
<div class="list_info">
|
||||
<p>총 <span>10</span>건 / 사용금액 합계 : <span>25,000</span>원</p>
|
||||
<div>
|
||||
<button type="button" class="print_btn"><i class="print_img"></i>인쇄하기</button>
|
||||
<button type="button" class="pdf_btn"><i class="pdf_img"></i>PDF저장</button>
|
||||
<button type="button" class="excel_btn"><i class="downroad"></i>엑셀 다운로드</button>
|
||||
</div>
|
||||
</div>
|
||||
<div class="tb_wrap">
|
||||
<table class="tType4">
|
||||
<colgroup>
|
||||
<col style="width: 17%;">
|
||||
<col style="width: 17%;">
|
||||
<col style="width: 17%;">
|
||||
<col style="width: 15%;">
|
||||
<col style="width: *%;">
|
||||
<col style="width: *%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<tr>
|
||||
<th rowspan="2">
|
||||
발송일시
|
||||
<div class="sort_wrap">
|
||||
<button type="button"><img src="images/sortUp.png" alt="오름차순으로 분류"></button>
|
||||
<button type="button"><img src="images/sortDown.png" alt="내림차순으로 분류"></button>
|
||||
</div>
|
||||
</th>
|
||||
<th rowspan="2">
|
||||
문자유형
|
||||
<div class="sort_wrap">
|
||||
<button type="button"><img src="images/sortUp.png" alt="오름차순으로 분류"></button>
|
||||
<button type="button"><img src="images/sortDown.png" alt="내림차순으로 분류"></button>
|
||||
</div>
|
||||
</th>
|
||||
<th rowspan="2">
|
||||
내용
|
||||
</th>
|
||||
<th rowspan="2">
|
||||
발송건수
|
||||
</th>
|
||||
<th colspan="2">사용</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>충전금</th>
|
||||
<th>포인트</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td>
|
||||
<p>2023-12-28 07:32</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>장문</p>
|
||||
</td>
|
||||
<td>
|
||||
<p><button class="btnType btnType20" onclick="#">상세보기</button></p>
|
||||
</td>
|
||||
<td>
|
||||
<p>8888</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="fwRg c_002c9a">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="fwRg c_002c9a">50</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p>2023-12-28 07:32</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>장문</p>
|
||||
</td>
|
||||
<td>
|
||||
<p><button class="btnType btnType20" onclick="#">상세보기</button></p>
|
||||
</td>
|
||||
<td>
|
||||
<p>8</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="fwRg c_002c9a">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="fwRg c_002c9a">50</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p>2023-12-28 07:32</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>장문</p>
|
||||
</td>
|
||||
<td>
|
||||
<p><button class="btnType btnType20" onclick="#">상세보기</button></p>
|
||||
</td>
|
||||
<td>
|
||||
<p>8</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="fwRg c_002c9a">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="fwRg c_002c9a">50</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p>2023-12-28 07:32</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>장문</p>
|
||||
</td>
|
||||
<td>
|
||||
<p><button class="btnType btnType20" onclick="#">상세보기</button></p>
|
||||
</td>
|
||||
<td>
|
||||
<p>8</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="fwRg c_002c9a">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="fwRg c_002c9a">50</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p>2023-12-28 07:32</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>장문</p>
|
||||
</td>
|
||||
<td>
|
||||
<p><button class="btnType btnType20" onclick="#">상세보기</button></p>
|
||||
</td>
|
||||
<td>
|
||||
<p>8</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="fwRg c_002c9a">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="fwRg c_002c9a">50</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p>2023-12-28 07:32</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>장문</p>
|
||||
</td>
|
||||
<td>
|
||||
<p><button class="btnType btnType20" onclick="#">상세보기</button></p>
|
||||
</td>
|
||||
<td>
|
||||
<p>8(1)</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="fwRg c_002c9a">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="fwRg c_002c9a">50</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>
|
||||
<p>2023-12-28 07:32</p>
|
||||
</td>
|
||||
<td>
|
||||
<p>장문</p>
|
||||
</td>
|
||||
<td>
|
||||
<p><button class="btnType btnType20" onclick="#">상세보기</button></p>
|
||||
</td>
|
||||
<td>
|
||||
<p>5897</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="fwRg c_002c9a">0</p>
|
||||
</td>
|
||||
<td>
|
||||
<p class="fwRg c_002c9a">500</p>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
</div>
|
||||
<div class="publish_btn clearfix">
|
||||
<div>
|
||||
<input type="radio" checked>
|
||||
<label for="">거래명세서</label>
|
||||
<input type="radio">
|
||||
<label for="">사용내역서</label>
|
||||
</div>
|
||||
<div>
|
||||
<button type="button" class="btnType">발행하기</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>
|
||||
<!--// send top -->
|
||||
</div>
|
||||
</div>
|
||||
<!--// content 영역 -->
|
||||
<!-- footer 영역 -->
|
||||
<footer id="footer" class="footer">
|
||||
<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