2023/07/24 API추가 퍼블리싱
@d1378b7804caec5ab1d005f354de17f22a93e013
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -602,6 +602,7 @@ |
| 602 | 602 |
.tab_depth1 a:first-child{border-radius: 5px 0 0 5px;}
|
| 603 | 603 |
.tab_depth1 a:last-child{border-right: 0;border-radius: 0 5px 5px 0;}
|
| 604 | 604 |
.tab_depth1 a.on{background-color:#fff;border:1px solid #002c9a;font-size:16px;font-weight:500;color:#002c9a;line-height:35px;height:36px;margin:-1px 0 0;}
|
| 605 |
+.tab_depth1 a.on:last-child{border-radius: 0 5px 5px 0;}
|
|
| 605 | 606 |
.tab_depth1 .on_active {display:none;}
|
| 606 | 607 |
.area_tabs .tab_depth2{width: 45%;justify-content: center;margin: 0 auto; align-self: center;display: flex;}
|
| 607 | 608 |
.area_tabs .tab_depth2>div {display: none;}
|
... | ... | @@ -821,7 +822,7 @@ |
| 821 | 822 |
.ext_info li:nth-child(1) i {background-image: url(/publish/images/content/list_view_icon1.png); width: 16px; height: 16px; }
|
| 822 | 823 |
.ext_info li:nth-child(2) i {background-image: url(/publish/images/content/list_view_icon2.png); width: 16px; height: 16px; margin: 0 10px 3px 0;}
|
| 823 | 824 |
.ext_info li:nth-child(3) i {background-image: url(/publish/images/content/hits_icon.png); width: 24px; height: 14px; margin: 0 10px 3px 0; opacity: 0.9;}
|
| 824 |
-/*.view_wrap .view_cont {padding: 40px 00px; box-sizing: border-box; border-bottom: 1px solid #d5d5d5;}*/
|
|
| 825 |
+.view_wrap .view_cont {padding: 40px 00px; box-sizing: border-box; border-bottom: 1px solid #d5d5d5;}
|
|
| 825 | 826 |
.view_wrap .view_cont .cont_in {font-size: 18px; line-height: 1.5; font-weight: 300;}
|
| 826 | 827 |
.view_wrap .view_cont .cont_in .img_cont {text-align: center; margin-bottom: 70px;}
|
| 827 | 828 |
|
... | ... | @@ -1282,14 +1283,25 @@ |
| 1282 | 1283 |
.table_btn .table_btn_right {float: right;}
|
| 1283 | 1284 |
.table_btn button {height: 32px; font-size: 14px; padding: 0 10px; line-height: 30px;}
|
| 1284 | 1285 |
.table_btn .table_btn_left button {width: auto; padding: 0 10px; color: #555;}
|
| 1285 |
-/*// 예약관리 */ |
|
| 1286 | 1286 |
|
| 1287 |
+/*// 예약관리 */ |
|
| 1287 | 1288 |
/* 발송관리 */ |
| 1288 | 1289 |
.table_tab_wrap .tab_depth1 {position: absolute; top: 50%; right: 20px; transform: translateY(-50%); text-align: center;}
|
| 1289 | 1290 |
.table_tab_wrap .tab_depth1 a {width: 150px;}
|
| 1290 | 1291 |
/*.kakao_rev_content .rev_admin_in{width: calc(100% / 3 - 20px);}*/
|
| 1291 | 1292 |
.kakao_rev_content .rev_admin_in{width: calc(100% / 2 - 20px);}
|
| 1292 | 1293 |
/*// 발송관리 */ |
| 1294 |
+ |
|
| 1295 |
+/*발송결과*/ |
|
| 1296 |
+.rev_content .rev_admin .admin_btm{position: relative; margin: 40px 0 0;}
|
|
| 1297 |
+.rev_content .rev_admin .admin_btm_api{margin: 45px 0 0;}
|
|
| 1298 |
+.rev_content .rev_admin .admin_btm .title_top{background-color: #999; color: #fff; position: absolute; left: 0%; top: -32%; border-radius: 5px 5px 0 0; width: 100%; padding: 8px 10px; box-sizing: border-box;}
|
|
| 1299 |
+.rev_content .rev_admin .admin_btm .title_top .title_num{position: absolute; right: 10px;}
|
|
| 1300 |
+.rev_content .rev_admin .admin_btm .title_top .title_num span{font-weight: 300;}
|
|
| 1301 |
+.select_btnWrap .btn_right .select_all_btn{width: 143px;}
|
|
| 1302 |
+.select_btnWrap .btn_right .select_btn{width: 105px;}
|
|
| 1303 |
+/*예약관리_회색타이틀 값 조정*/ |
|
| 1304 |
+.rev_content .rev_admin .admin_btm .reserve_top{top: -25%;}
|
|
| 1293 | 1305 |
|
| 1294 | 1306 |
/* 마이페이지 kisa 신고 */ |
| 1295 | 1307 |
.kisa_info {overflow:hidden;height:323px;margin:30px 0;padding:111px 0 0;font-size:22px;line-height:32px;letter-spacing:-.025em;text-align:center;color:#000;background:url(/publish/images/content/img_banner_kisa.png) no-repeat center top;background-size:100% 100%;border-radius:5px;box-sizing:border-box;}
|
... | ... | @@ -1800,89 +1812,6 @@ |
| 1800 | 1812 |
.kakao_intro_cont .note ul li:nth-child(5){font-weight: 400; font-size: 14px; color: #fff; margin: 3px 0 7px 10px; background-color: #002c9a; width: 260px; height: 32px; line-height: 31px; text-align: center; border-radius: 5px;}
|
| 1801 | 1813 |
.kakao_intro_cont .note ul li:nth-child(5):hover{box-shadow: 0 0 8px rgba(0,0,0,0.5);}
|
| 1802 | 1814 |
|
| 1803 |
- |
|
| 1804 |
-/* api - 소개 */ |
|
| 1805 |
-.send_top .api_guide_cont {background-color: #fff;padding: 30px 40px;border-radius: 10px;}
|
|
| 1806 |
-.api_guide_cont .api_visual_image {margin:0 0 57px 0; }
|
|
| 1807 |
-.api_guide_cont .api_intro {margin:20px 0 0 0;}
|
|
| 1808 |
-.api_guide_cont .api_intro ,.service ,.use{width: 1220px; background-color: #f2f2f2; border-radius: 10px; padding:0 55px; box-sizing: border-box;}
|
|
| 1809 |
-.api_guide_cont .api_intro ,.service ,.use .title{margin: 0 auto;}
|
|
| 1810 |
-.api_guide_cont .api_intro .title h3 {font-family:'yg-jalnan'; font-size: 28px; text-align: center; padding-top: 55px;}
|
|
| 1811 |
-.api_guide_cont .api_intro .title-line .left-line{width: 395px; height: 2px; background-color: #949aa5; border-radius: 1.5; float: left; margin-top: -15px;}
|
|
| 1812 |
-.api_guide_cont .api_intro .title-line .right-line{width: 395px; height: 2px; background-color: #949aa5; border-radius: 1.5; float: right; margin-top: -15px;}
|
|
| 1813 |
-.api_guide_cont .api_intro .con { padding:0 0 50px 0; margin:30px 0 0 0; }
|
|
| 1814 |
-.api_guide_cont .api_process_guide {display: flex; margin: 0 0 20px 0;}
|
|
| 1815 |
-.api_guide_cont .api_process_guide li{position: relative; width: calc((100% - 60px)/4); padding: 0; border-radius: 5px; margin: 0 60px 0 0; text-align: center;}
|
|
| 1816 |
-.api_guide_cont .api_process_guide li::after{position: absolute; content: " "; width: 33px; height: 33px; background-image: url(/publish/images/api_intro_cont/icon_api_next.png); right: -46px; top: 50%; transform: translateY(-50%); z-index: 1;}
|
|
| 1817 |
-.api_guide_cont .api_process_guide li:last-child{margin: 0 0 0 0;}
|
|
| 1818 |
-.api_guide_cont .api_process_guide li:last-child::after{display: none;}
|
|
| 1819 |
-.api_guide_cont .api_process_guide .step_title {background:#fbc72b; font-size:18px; text-align: center; border-radius:10px 10px 0 0; padding:10px 0; box-shadow: 0 0 8px rgba(0,0,0,0.2);}
|
|
| 1820 |
-.api_guide_cont .api_process_guide .step_title span {font-weight: bold; font-size: 24px;}
|
|
| 1821 |
-.api_guide_cont .api_process_guide .step_con {height:250px; background:#fff; border-radius:0 0 10px 10px; text-align: center; padding:25px 0 25px 0; box-shadow: 0 0 8px rgba(0,0,0,0.2);}
|
|
| 1822 |
-.api_guide_cont .api_process_guide dl dt {font-family: 'GmarketSansBold'; font-size: 23px; text-align: center; margin:20px 0 6px 0;}
|
|
| 1823 |
-.api_guide_cont .api_process_guide dl dd {font-family: 'Noto Sans KR', sans-serif; color:#555; font-size: 17px; font-weight: 300; line-height: 1.2; padding:0 10px;}
|
|
| 1824 |
- |
|
| 1825 |
-/* api - 사용안내 */ |
|
| 1826 |
-.api_guide {display: none;}
|
|
| 1827 |
-.api_guide.current {display: block;}
|
|
| 1828 |
-.api_guide_cont ul.info {border:solid 3px #ddd; border-radius: 5px; padding:18px 0 18px 27px; }
|
|
| 1829 |
-.api_guide_cont ul.info li { font-size:16px; color:#666; font-weight: 300; line-height: 1.6;}
|
|
| 1830 |
-.api_guide_cont .re_cont .req_title {background:url(/publish/images/api_intro_cont/icon_api_request.jpg) 0 5px no-repeat; padding:0 0 0 30px; font-size:26px; font-weight:bold; letter-spacing: -1px; margin:40px 0 0 0;}
|
|
| 1831 |
- /* api 사용안내, 예제 다운로드 공통 사용*/ |
|
| 1832 |
-.api_guide_cont .box {background:#f2f2f2; border-radius: 5px; padding:30px; margin: 15px 0 30px 0;}
|
|
| 1833 |
-.api_guide_cont .box .text {background:#fff; border-radius: 5px; padding:30px 25px;}
|
|
| 1834 |
-.api_guide_cont .box .text h4 {font-size:20px; color:#222; font-weight:bold; letter-spacing: -1px; }
|
|
| 1835 |
-.api_guide_cont .box .text table { width:100%; border-top: 2px solid #000; margin:10px 0 0 0;}
|
|
| 1836 |
-.api_guide_cont .box .text table tr {border-bottom:1px solid #d5d5d5; }
|
|
| 1837 |
-.api_guide_cont .box .text table th {width:210px; text-align: left; text-indent: 18px; line-height: 1.2; background:#f5f5f5; font-size:16px; padding:10px 0;}
|
|
| 1838 |
-.api_guide_cont .box .text table td {text-indent: 18px; font-weight: 200;}
|
|
| 1839 |
- /* // api 사용안내, 예제 다운로드 공통 사용*/ |
|
| 1840 |
-.api_guide_cont .re_cont .type_table table {width:100%; margin:40px 0 7px 0;}
|
|
| 1841 |
-.api_guide_cont .re_cont .type_table table thead th {border-top:1px solid #000; border-left:1px solid #e5e5e5; border-bottom:1px solid #e5e5e5; background:#f7f7f7; padding: 15px 0; }
|
|
| 1842 |
-.api_guide_cont .re_cont .type_table table thead th:first-child {border-left:none;}
|
|
| 1843 |
-.api_guide_cont .re_cont .type_table table td {border-bottom:1px solid #e5e5e5; text-align: center; padding:20px 0; border-right:1px solid #e5e5e5; font-weight: 300;}
|
|
| 1844 |
-.api_guide_cont .re_cont .type_table table td .font_b {font-weight:400;}
|
|
| 1845 |
-.api_guide_cont .re_cont .type_table table td .select_o {color:#002c9a; font-weight: 400;}
|
|
| 1846 |
-.api_guide_cont .re_cont .type_table table td .select_x {color:#e40000; font-weight: 400;}
|
|
| 1847 |
-.api_guide_cont .re_cont .type_table table td:last-child {border-right: none;}
|
|
| 1848 |
-.api_guide_cont .re_cont .type_table .table_info {font-size:15px; color:#555; font-weight: 300; margin:0 0 30px 0;}
|
|
| 1849 |
-.api_guide_cont .re_cont .type_table .table_info p {padding:5px 0;}
|
|
| 1850 |
-.api_guide_cont .re_cont .box .code_view {background:#292d3e; border-radius: 5px; color:#fff; padding:32px 0 32px 43px; margin:15px 30px 30px 30px;}
|
|
| 1851 |
-.api_guide_cont .re_cont .box .title {font-size:20px; color:#222; font-weight:bold; letter-spacing: -1px; text-indent: 28px;}
|
|
| 1852 |
-.api_guide_cont .re_cont .box .title_t1 {text-indent: 28px;}
|
|
| 1853 |
-.api_guide_cont .re_cont .box .title_t1 .ex {font-size:20px; color:#222; font-weight:bold; letter-spacing: -1px;}
|
|
| 1854 |
-.api_guide_cont .re_cont .box .title_t1 .ex_success { font-size:15px; color:#002c9a; font-weight: 300; background: #fff; border:1px solid #002c9a; border-radius: 3px; padding:0 5px 2px 5px; margin:0 0 0 10px; }
|
|
| 1855 |
-.api_guide_cont .re_cont .box .title_t1 .ex_fail { font-size:15px; color:#e40000; font-weight: 300; background: #fff; border:1px solid #e40000; border-radius: 3px; padding:0 5px 2px 5px; margin:0 0 0 10px; }
|
|
| 1856 |
-.api_guide_cont .re_cont .box .code_view .l_code {text-indent:18px; }
|
|
| 1857 |
-.api_guide_cont .re_cont .box .code_view .l_code_t1 {text-indent:98px;}
|
|
| 1858 |
-.api_guide_cont .re_cont .box .code_view .l_code_t2 {text-indent:63px;}
|
|
| 1859 |
-.api_guide_cont .re_cont .box .code_view .m_code {text-indent:110px; }
|
|
| 1860 |
-.api_guide_cont .re_cont .box .code_view .indent {text-indent:50px }
|
|
| 1861 |
-.api_guide_cont .re_cont .box .code_view .indent .indent_t1 {text-indent:80px; }
|
|
| 1862 |
-.api_guide_cont .re_cont .box .code_view .indent .indent_t1 .indent_t2 {text-indent:108px;}
|
|
| 1863 |
-.api_guide_cont .re_cont .box .code_view .indent p {padding:8px 0;}
|
|
| 1864 |
-.api_guide_cont .re_cont .box .code_view .indent p span {color:#fbc72b;}
|
|
| 1865 |
-.api_guide_cont .re_cont .res_title {background:url(/publish/images/api_intro_cont/icon_api_response.jpg) 0 5px no-repeat; padding:0 0 0 30px; font-size:26px; font-weight:bold; letter-spacing: -1px; margin:60px 0 -20px 0;}
|
|
| 1866 |
- |
|
| 1867 |
-/* api - 예제 다운로드 */ |
|
| 1868 |
-.download_cont {display: none;}
|
|
| 1869 |
-.download_cont.current {display: block;}
|
|
| 1870 |
-.api_guide_cont .api_download .list_tab_wrap2.type2 {margin:30px 0;}
|
|
| 1871 |
-.api_guide_cont .api_download .btn_area {text-align:center; padding:30px 0 50px 0; }
|
|
| 1872 |
-.api_guide_cont .api_download .btnType.btnType11 {color:#fff; background:#002c9a; width:230px; height:50px; font-size:18px; font-weight:400; border-radius: 5px; padding:0 20px;}
|
|
| 1873 |
- |
|
| 1874 |
-/* api - 신청/관리 */ |
|
| 1875 |
-.api_guide_cont .api_admin {margin:0 0 60px 0; }
|
|
| 1876 |
-.api_guide_cont .api_admin .admin_title {font-size:20px; font-weight:bold; letter-spacing: -1px; margin:0 0 10px 0;}
|
|
| 1877 |
-.api_guide_cont .api_admin .tb_wrap_t1{ width: 100%; border: 1px solid #ccc; border-radius: 5px; margin-bottom: 10px; box-sizing: border-box; border-bottom: 0 none;}
|
|
| 1878 |
-.api_guide_cont .api_admin .admin_info { font-size:14px; font-weight:300; color:#555; margin:0 0 5px 0;}
|
|
| 1879 |
-.api_guide_cont .api_admin .input_box {background: #f2f2f2; border-radius:5px; padding:17px 17px 17px 30px; text-indent:20px; margin:15px 0 8px 0;}
|
|
| 1880 |
-.api_guide_cont .api_admin .input_box .box_in {background: url(/publish/images/api_intro_cont/icon_api_input.png) 0 8px no-repeat; font-size:16px;}
|
|
| 1881 |
-.api_guide_cont .api_admin .input_box input {border:1px solid #d5d5d5; border-radius:5px; width:400px; padding:2px 0 5px 10px;}
|
|
| 1882 |
-.api_guide_cont .api_admin .input_box input::placeholder {font-size:14px; color:#ababab;}
|
|
| 1883 |
-.api_guide_cont .api_admin .btnType.btnType2 {float:right; padding:0 20px 0 20px; font-size:16px; letter-spacing: -1px;}
|
|
| 1884 |
- |
|
| 1885 |
- |
|
| 1886 | 1815 |
@keyframes rotate-loading {
|
| 1887 | 1816 |
0% {transform:rotate(0)}
|
| 1888 | 1817 |
100% {transform:rotate(360deg);}
|
... | ... | @@ -1952,7 +1881,9 @@ |
| 1952 | 1881 |
/*아이콘*/ |
| 1953 | 1882 |
.kakao_intro_cont .service .con .service-03 .text .icon img{margin-top: 24px;}
|
| 1954 | 1883 |
.kakao_intro_cont .service .con .service-04 .text .icon img{margin-top: 24px;}
|
| 1955 |
- |
|
| 1884 |
+ |
|
| 1885 |
+ /*발송결과_select버튼*/ |
|
| 1886 |
+ .select_btnWrap .btn_right .search .send_text{width: 170px;}
|
|
| 1956 | 1887 |
} |
| 1957 | 1888 |
|
| 1958 | 1889 |
@media only screen and (max-width:1480px){
|
... | ... | @@ -2045,6 +1976,10 @@ |
| 2045 | 1976 |
.kakao_intro_cont .note ul li{text-indent: -10px; margin: 0 0 0 20px; line-height: 1.5;}
|
| 2046 | 1977 |
.kakao_intro_cont .note ul li:nth-child(4){text-indent: -1px; margin: 0 0 0 12px; line-height: 1.4;}
|
| 2047 | 1978 |
.kakao_intro_cont .note ul li:nth-child(5){margin: 6px 0 8px 23px;}
|
| 1979 |
+ |
|
| 1980 |
+ /*발송결과_select버튼*/ |
|
| 1981 |
+ .rev_admin_cont .select_btnWrap .btn_right .select_all_btn{width: 143px;}
|
|
| 1982 |
+ .rev_admin_cont .select_btnWrap .btn_right .select_btn{width: 105px;}
|
|
| 2048 | 1983 |
} |
| 2049 | 1984 |
|
| 2050 | 1985 |
@media only screen and (max-width:1380px){
|
--- src/main/webapp/publish/guide_2022.html
+++ src/main/webapp/publish/guide_2022.html
... | ... | @@ -18,14 +18,10 @@ |
| 18 | 18 |
<!-- <p>***<span class="font1"> (컨텐츠)</span> : 반복적으로 사용 안함</p> |
| 19 | 19 |
<p>***<span class="font2"> (보드)</span> : 반복적으로 사용</p> --> |
| 20 | 20 |
<ul class="page"> |
| 21 |
- <li><a href="/publish/api_admin4.html">api_admin4.html</a>API > 신청/관리 (API 사용 승인 후 IP 등록 후) </li> |
|
| 22 |
- <li><a href="/publish/api_admin3.html">api_admin3.html</a>API > 신청/관리 (API 사용 승인 후 IP 등록 전) </li> |
|
| 23 |
- <li><a href="/publish/api_admin2.html">api_admin2.html</a>API > 신청/관리 (API 사용 신청 후 심사중의 경우) </li> |
|
| 24 |
- <li><a href="/publish/api_admin1.html">api_admin1.html</a>API > 신청/관리 (API 사용 미신청의 경우) </li> |
|
| 25 |
- <li><a href="/publish/api_download.html">api_download.html</a>API > 예제 다운로드</li> |
|
| 26 |
- <li><a href="/publish/api_guide.html">api_guide.html</a>API > API 사용안내</li> |
|
| 27 |
- <li><a href="/publish/api_intro.html">api_intro.html</a>API > 문자 API 소개</li> |
|
| 28 |
- <li><a href="/publish/firstpay_event.html">firstpay_event.html</a>충전수단 선택 내용 삭제</li> |
|
| 21 |
+ <li><a href="/publish/reservedmsg_2023.html">reservedmsg_2023.html</a>예약관리 > 문자탭 > rev_admin 수정, 발송방식 전체 버튼 추가, table > 발송방식 추가</li> |
|
| 22 |
+ <li><a href="/publish/textingmsg_2022.html">textingmsg_2022.html</a>발송결과 > 문자탭 > rev_admin 수정, 발송방식 전체 버튼 추가, table > 발송방식 추가</li> |
|
| 23 |
+ <li><a href="/publish/publish_adv/send_group_text.html">send_group_text.html</a>텍스트 수정, 메인화면 이동 버튼 추가</li> |
|
| 24 |
+ <li><a href="/publish/firstpay_event1.html">firstpay_event.html</a>충전수단 선택 내용 삭제</li> |
|
| 29 | 25 |
<li><a href="/publish/firstpay_event2.html">firstpay_event2.html</a>충전수단 선택 내용 수정 </li> |
| 30 | 26 |
<li><a href="/publish/payment2.html">payment2.html</a>결제관리 > 결제하기 > 충전수단 선택 > 간편결제추가 + 등급별금액&누적결제액별 등급 및 단가(테이블 및 텍스트 추가)</li> |
| 31 | 27 |
<li><a href="/publish/firstpay_event2.html">firstpay_event2.html</a>고객센터 > 이벤트페이지 > 충전수단 선택 내용 추가 </li> |
... | ... | @@ -88,6 +84,8 @@ |
| 88 | 84 |
<!-- 진행계획 --> |
| 89 | 85 |
<strong style="margin-top: 20px;font-weight: 900;font-size: 21px;display: inline-block;">진행계획</strong> |
| 90 | 86 |
|
| 87 |
+ |
|
| 88 |
+ |
|
| 91 | 89 |
</body> |
| 92 | 90 |
|
| 93 | 91 |
</html>(No newline at end of file) |
--- src/main/webapp/publish/reservedmsg_2023.html
+++ src/main/webapp/publish/reservedmsg_2023.html
... | ... | @@ -316,15 +316,16 @@ |
| 316 | 316 |
<div class="pay_tab_wrap"> |
| 317 | 317 |
<!-- tab button --> |
| 318 | 318 |
<ul class="tabType1"> |
| 319 |
- <li class="tab"><button type="button" onclick="TabType5(this,'1');return false;">문자</button> |
|
| 319 |
+ <li class="tab active"><button type="button" onclick="TabType5(this,'1');return false;">문자</button> |
|
| 320 | 320 |
</li> |
| 321 |
- <li class="tab active"><button type="button" |
|
| 321 |
+ <li class="tab"><button type="button" |
|
| 322 | 322 |
onclick="TabType5(this,'2');return false;">카카오톡</button></li> |
| 323 | 323 |
</ul> |
| 324 | 324 |
<!--// tab button --> |
| 325 | 325 |
</div> |
| 326 |
- <div class="rev_content" id="tab5_1" style="display: none;"> |
|
| 327 |
- <div class="rev_admin"> |
|
| 326 |
+ <div class="rev_content" id="tab5_1"> |
|
| 327 |
+ <!-- |
|
| 328 |
+ <div class="rev_admin"> |
|
| 328 | 329 |
<div class="rev_admin_in"> |
| 329 | 330 |
<div class="rev_admin_top clearfix"> |
| 330 | 331 |
<p>전체</p> |
... | ... | @@ -374,6 +375,186 @@ |
| 374 | 375 |
</div> |
| 375 | 376 |
</div> |
| 376 | 377 |
</div> |
| 378 |
+ --> |
|
| 379 |
+ <div class="rev_admin"> |
|
| 380 |
+ <div class="rev_admin_in"> |
|
| 381 |
+ <div class="rev_admin_top clearfix"> |
|
| 382 |
+ <p>전체</p> |
|
| 383 |
+ <p><span>134</span> 건</p> |
|
| 384 |
+ </div> |
|
| 385 |
+ |
|
| 386 |
+ <div class="rev_admin_btm admin_btm"> |
|
| 387 |
+ <P class="title_top reserve_top">WEB<span class="title_num">134<span>건</span></span></P> |
|
| 388 |
+ <dl> |
|
| 389 |
+ <dt>대기</dt> |
|
| 390 |
+ <dd><span class="c_002c9a">3</span>건</dd> |
|
| 391 |
+ </dl> |
|
| 392 |
+ <dl> |
|
| 393 |
+ <dt>성공</dt> |
|
| 394 |
+ <dd><span class="c_002c9a">115</span>건</dd> |
|
| 395 |
+ </dl> |
|
| 396 |
+ <dl> |
|
| 397 |
+ <dt>실패</dt> |
|
| 398 |
+ <dd><span class="c_e40000">16</span>건</dd> |
|
| 399 |
+ </dl> |
|
| 400 |
+ <dl> |
|
| 401 |
+ <dt>예약취소</dt> |
|
| 402 |
+ <dd><span class="c_e40000">0</span>건</dd> |
|
| 403 |
+ </dl> |
|
| 404 |
+ </div> |
|
| 405 |
+ <div class="rev_admin_btm admin_btm admin_btm_api"> |
|
| 406 |
+ <P class="title_top reserve_top">API<span class="title_num">0<span>건</span></span></P> |
|
| 407 |
+ <dl> |
|
| 408 |
+ <dt>대기</dt> |
|
| 409 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 410 |
+ </dl> |
|
| 411 |
+ <dl> |
|
| 412 |
+ <dt>성공</dt> |
|
| 413 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 414 |
+ </dl> |
|
| 415 |
+ <dl> |
|
| 416 |
+ <dt>실패</dt> |
|
| 417 |
+ <dd><span class="c_e40000">0</span>건</dd> |
|
| 418 |
+ </dl> |
|
| 419 |
+ <dl> |
|
| 420 |
+ <dt>예약취소</dt> |
|
| 421 |
+ <dd><span class="c_e40000">0</span>건</dd> |
|
| 422 |
+ </dl> |
|
| 423 |
+ </div> |
|
| 424 |
+ </div> |
|
| 425 |
+ <div class="rev_admin_in"> |
|
| 426 |
+ <div class="rev_admin_top clearfix"> |
|
| 427 |
+ <p>단문(SMS)</p> |
|
| 428 |
+ <p><span>78</span> 건</p> |
|
| 429 |
+ </div> |
|
| 430 |
+ <div class="rev_admin_btm admin_btm"> |
|
| 431 |
+ <P class="title_top reserve_top">WEB<span class="title_num">78<span>건</span></span></P> |
|
| 432 |
+ <dl> |
|
| 433 |
+ <dt>대기</dt> |
|
| 434 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 435 |
+ </dl> |
|
| 436 |
+ <dl> |
|
| 437 |
+ <dt>성공</dt> |
|
| 438 |
+ <dd><span class="c_002c9a">75</span>건</dd> |
|
| 439 |
+ </dl> |
|
| 440 |
+ <dl> |
|
| 441 |
+ <dt>실패</dt> |
|
| 442 |
+ <dd><span class="c_e40000">3</span>건</dd> |
|
| 443 |
+ </dl> |
|
| 444 |
+ <dl> |
|
| 445 |
+ <dt>예약취소</dt> |
|
| 446 |
+ <dd><span class="c_e40000">0</span>건</dd> |
|
| 447 |
+ </dl> |
|
| 448 |
+ </div> |
|
| 449 |
+ <div class="rev_admin_btm admin_btm admin_btm_api"> |
|
| 450 |
+ <P class="title_top reserve_top">API<span class="title_num">0<span>건</span></span></P> |
|
| 451 |
+ <dl> |
|
| 452 |
+ <dt>대기</dt> |
|
| 453 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 454 |
+ </dl> |
|
| 455 |
+ <dl> |
|
| 456 |
+ <dt>성공</dt> |
|
| 457 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 458 |
+ </dl> |
|
| 459 |
+ <dl> |
|
| 460 |
+ <dt>실패</dt> |
|
| 461 |
+ <dd><span class="c_e40000">0</span>건</dd> |
|
| 462 |
+ </dl> |
|
| 463 |
+ <dl> |
|
| 464 |
+ <dt>예약취소</dt> |
|
| 465 |
+ <dd><span class="c_e40000">0</span>건</dd> |
|
| 466 |
+ </dl> |
|
| 467 |
+ </div> |
|
| 468 |
+ </div> |
|
| 469 |
+ <div class="rev_admin_in"> |
|
| 470 |
+ <div class="rev_admin_top clearfix"> |
|
| 471 |
+ <p>장문(LMS)</p> |
|
| 472 |
+ <p><span>30</span> 건</p> |
|
| 473 |
+ </div> |
|
| 474 |
+ <div class="rev_admin_btm admin_btm"> |
|
| 475 |
+ <P class="title_top reserve_top">WEB<span class="title_num">30<span>건</span></span></P> |
|
| 476 |
+ <dl> |
|
| 477 |
+ <dt>대기</dt> |
|
| 478 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 479 |
+ </dl> |
|
| 480 |
+ <dl> |
|
| 481 |
+ <dt>성공</dt> |
|
| 482 |
+ <dd><span class="c_002c9a">23</span>건</dd> |
|
| 483 |
+ </dl> |
|
| 484 |
+ <dl> |
|
| 485 |
+ <dt>실패</dt> |
|
| 486 |
+ <dd><span class="c_e40000">7</span>건</dd> |
|
| 487 |
+ </dl> |
|
| 488 |
+ <dl> |
|
| 489 |
+ <dt>예약취소</dt> |
|
| 490 |
+ <dd><span class="c_e40000">0</span>건</dd> |
|
| 491 |
+ </dl> |
|
| 492 |
+ </div> |
|
| 493 |
+ <div class="rev_admin_btm admin_btm admin_btm_api"> |
|
| 494 |
+ <P class="title_top reserve_top">API<span class="title_num">0<span>건</span></span></P> |
|
| 495 |
+ <dl> |
|
| 496 |
+ <dt>대기</dt> |
|
| 497 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 498 |
+ </dl> |
|
| 499 |
+ <dl> |
|
| 500 |
+ <dt>성공</dt> |
|
| 501 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 502 |
+ </dl> |
|
| 503 |
+ <dl> |
|
| 504 |
+ <dt>실패</dt> |
|
| 505 |
+ <dd><span class="c_e40000">0</span>건</dd> |
|
| 506 |
+ </dl> |
|
| 507 |
+ <dl> |
|
| 508 |
+ <dt>예약취소</dt> |
|
| 509 |
+ <dd><span class="c_e40000">0</span>건</dd> |
|
| 510 |
+ </dl> |
|
| 511 |
+ </div> |
|
| 512 |
+ </div> |
|
| 513 |
+ <div class="rev_admin_in"> |
|
| 514 |
+ <div class="rev_admin_top clearfix"> |
|
| 515 |
+ <p>그림(MMS)</p> |
|
| 516 |
+ <p><span>26</span> 건</p> |
|
| 517 |
+ </div> |
|
| 518 |
+ <div class="rev_admin_btm admin_btm"> |
|
| 519 |
+ <P class="title_top reserve_top">WEB<span class="title_num">26<span>건</span></span></P> |
|
| 520 |
+ <dl> |
|
| 521 |
+ <dt>대기</dt> |
|
| 522 |
+ <dd><span class="c_002c9a">3</span>건</dd> |
|
| 523 |
+ </dl> |
|
| 524 |
+ <dl> |
|
| 525 |
+ <dt>성공</dt> |
|
| 526 |
+ <dd><span class="c_002c9a">17</span>건</dd> |
|
| 527 |
+ </dl> |
|
| 528 |
+ <dl> |
|
| 529 |
+ <dt>실패</dt> |
|
| 530 |
+ <dd><span class="c_e40000">6</span>건</dd> |
|
| 531 |
+ </dl> |
|
| 532 |
+ <dl> |
|
| 533 |
+ <dt>예약취소</dt> |
|
| 534 |
+ <dd><span class="c_e40000">0</span>건</dd> |
|
| 535 |
+ </dl> |
|
| 536 |
+ </div> |
|
| 537 |
+ <div class="rev_admin_btm admin_btm admin_btm_api"> |
|
| 538 |
+ <P class="title_top reserve_top">API<span class="title_num">0<span>건</span></span></P> |
|
| 539 |
+ <dl> |
|
| 540 |
+ <dt>대기</dt> |
|
| 541 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 542 |
+ </dl> |
|
| 543 |
+ <dl> |
|
| 544 |
+ <dt>성공</dt> |
|
| 545 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 546 |
+ </dl> |
|
| 547 |
+ <dl> |
|
| 548 |
+ <dt>실패</dt> |
|
| 549 |
+ <dd><span class="c_e40000">0</span>건</dd> |
|
| 550 |
+ </dl> |
|
| 551 |
+ <dl> |
|
| 552 |
+ <dt>예약취소</dt> |
|
| 553 |
+ <dd><span class="c_e40000">0</span>건</dd> |
|
| 554 |
+ </dl> |
|
| 555 |
+ </div> |
|
| 556 |
+ </div> |
|
| 557 |
+ </div> |
|
| 377 | 558 |
<div class="excel_middle"> |
| 378 | 559 |
<div class="select_btnWrap clearfix"> |
| 379 | 560 |
<div class="btn_left"> |
... | ... | @@ -389,8 +570,14 @@ |
| 389 | 570 |
<button type="button" class="btnType6">조회</button> |
| 390 | 571 |
</div> |
| 391 | 572 |
<div class="btn_right"> |
| 573 |
+ <label for="" class="label">발송방식 전체 선택</label> |
|
| 574 |
+ <select name="" id="" class="selType2 select_all_btn"> |
|
| 575 |
+ <option value="">발송방식 전체</option> |
|
| 576 |
+ <option value="">WEB</option> |
|
| 577 |
+ <option value="">API</option> |
|
| 578 |
+ </select> |
|
| 392 | 579 |
<label for="" class="label">발신번호 선택</label> |
| 393 |
- <select name="" id="" class="selType2"> |
|
| 580 |
+ <select name="" id="" class="selType2 select_btn"> |
|
| 394 | 581 |
<option value="">발신번호</option> |
| 395 | 582 |
<option value="">휴대폰</option> |
| 396 | 583 |
<option value="">성명</option> |
... | ... | @@ -399,7 +586,7 @@ |
| 399 | 586 |
</select> |
| 400 | 587 |
<div class="search"> |
| 401 | 588 |
<label for="id" class="label"></label> |
| 402 |
- <input type="text" id="id" placeholder="검색어를 입력하세요." |
|
| 589 |
+ <input class="send_text" type="text" id="id" placeholder="검색어를 입력하세요." |
|
| 403 | 590 |
onfocus="this.placeholder=''" onblur="this.placeholder='검색어를 입력하세요.'"> |
| 404 | 591 |
<button type="button" class="btnType btnType2">검색</button> |
| 405 | 592 |
</div> |
... | ... | @@ -441,6 +628,7 @@ |
| 441 | 628 |
<div class="list_info"> |
| 442 | 629 |
<p>총 발송건수 <span class="c_e40000">171</span>건</p> |
| 443 | 630 |
<div> |
| 631 |
+ <p class="cf_text c_e40000">※ 예약문자 발송취소는 예약 발송시간 기준 5분 전까지만 가능</p> |
|
| 444 | 632 |
<label for="" class="label">줄보기 선택</label> |
| 445 | 633 |
<select id="" class="selType2"> |
| 446 | 634 |
<option>10개보기</option> |
... | ... | @@ -452,21 +640,22 @@ |
| 452 | 640 |
<div class="tb_wrap"> |
| 453 | 641 |
<table class="tType4"> |
| 454 | 642 |
<colgroup> |
| 455 |
- <col style="width: 40px;"> |
|
| 456 |
- <col style="width: 9%;"> |
|
| 457 |
- <col style="width: 9%;"> |
|
| 458 |
- <col style="width: 9%;"> |
|
| 459 |
- <col style="width: 7%;"> |
|
| 460 |
- <col style="width: 15%;"> |
|
| 461 |
- <col style="width: 85px;"> |
|
| 462 |
- <col style="width: 9%;"> |
|
| 463 |
- <col style="width: 11%;"> |
|
| 643 |
+ <col style="width: 20px;"> |
|
| 464 | 644 |
<col style="width: 8%;"> |
| 465 |
- <col style="width: 5%;"> |
|
| 466 |
- <col style="width: 5%;"> |
|
| 467 |
- <col style="width: 85px;"> |
|
| 645 |
+ <col style="width: 12%;"> |
|
| 646 |
+ <col style="width: 12%;"> |
|
| 647 |
+ <col style="width: 6%;"> |
|
| 648 |
+ <col style="width: 8%;"> |
|
| 649 |
+ <col style="width: 42PX;"> |
|
| 650 |
+ <col style="width: 8%;"> |
|
| 651 |
+ <col style="width: 10%;"> |
|
| 652 |
+ <col style="width: 8%;"> |
|
| 653 |
+ <col style="width: 4%;"> |
|
| 654 |
+ <col style="width: 6%;"> |
|
| 655 |
+ <col style="width: 42px;"> |
|
| 468 | 656 |
</colgroup> |
| 469 |
- <thead> |
|
| 657 |
+ <!-- |
|
| 658 |
+ <thead> |
|
| 470 | 659 |
<tr> |
| 471 | 660 |
<th rowspan="2"> |
| 472 | 661 |
<label for="" class="label">전체 선택</label> |
... | ... | @@ -562,6 +751,73 @@ |
| 562 | 751 |
<th>실패</th> |
| 563 | 752 |
</tr> |
| 564 | 753 |
</thead> |
| 754 |
+ --> |
|
| 755 |
+ <thead> |
|
| 756 |
+ <tr> |
|
| 757 |
+ <th rowspan="2"> |
|
| 758 |
+ <label for="allCheck" class="label">전체 선택</label> |
|
| 759 |
+ <input type="checkbox" id="allCheck" name="allCheck"> |
|
| 760 |
+ </th> |
|
| 761 |
+ <th rowspan="2">발송상태 |
|
| 762 |
+ <div class="sort_wrap"> |
|
| 763 |
+ <input type="button" class="sort sortBtn" id="sort_shipmentStatus"> |
|
| 764 |
+ </div> |
|
| 765 |
+ </th> |
|
| 766 |
+ <th rowspan="2"> |
|
| 767 |
+ 접수일자 |
|
| 768 |
+ <div class="sort_wrap"> |
|
| 769 |
+ <input type="button" class="sort sortBtnDesc" id="sort_regdate" sortord="desc"> |
|
| 770 |
+ </div> |
|
| 771 |
+ </th> |
|
| 772 |
+ <th rowspan="2"> |
|
| 773 |
+ 예약일자 |
|
| 774 |
+ <div class="sort_wrap"> |
|
| 775 |
+ <input type="button" class="sort sortBtn" id="sort_reqdate"> |
|
| 776 |
+ </div> |
|
| 777 |
+ </th> |
|
| 778 |
+ <th rowspan="2"> |
|
| 779 |
+ 형태 |
|
| 780 |
+ <div class="sort_wrap"> |
|
| 781 |
+ <input type="button" class="sort sortBtn" id="sort_orderByCode"> |
|
| 782 |
+ </div> |
|
| 783 |
+ </th> |
|
| 784 |
+ <th rowspan="2"> |
|
| 785 |
+ 발송결과 |
|
| 786 |
+ <div class="sort_wrap"> |
|
| 787 |
+ <input type="button" class="sort sortBtn" id="sort_subject"> |
|
| 788 |
+ </div> |
|
| 789 |
+ </th> |
|
| 790 |
+ <th rowspan="2"> |
|
| 791 |
+ 내용 |
|
| 792 |
+ </th> |
|
| 793 |
+ <th rowspan="2"> |
|
| 794 |
+ 발송건수 |
|
| 795 |
+ <div class="sort_wrap"> |
|
| 796 |
+ <input type="button" class="sort sortBtn" id="sort_msgGroupCnt"> |
|
| 797 |
+ </div> |
|
| 798 |
+ </th> |
|
| 799 |
+ <th rowspan="2"> |
|
| 800 |
+ 발신번호 |
|
| 801 |
+ <div class="sort_wrap"> |
|
| 802 |
+ <input type="button" class="sort sortBtn" id="sort_callFrom"> |
|
| 803 |
+ </div> |
|
| 804 |
+ </th> |
|
| 805 |
+ <th rowspan="2"> |
|
| 806 |
+ 금액 |
|
| 807 |
+ <div class="sort_wrap"> |
|
| 808 |
+ <input type="button" class="sort sortBtn" id="sort_totPrice"> |
|
| 809 |
+ </div> |
|
| 810 |
+ </th> |
|
| 811 |
+ <th colspan="2">발송결과 건수</th> |
|
| 812 |
+ <th rowspan="2"> |
|
| 813 |
+ 예약취소 |
|
| 814 |
+ </th> |
|
| 815 |
+ </tr> |
|
| 816 |
+ <tr> |
|
| 817 |
+ <th>성공</th> |
|
| 818 |
+ <th>실패/대기</th> |
|
| 819 |
+ </tr> |
|
| 820 |
+ </thead> |
|
| 565 | 821 |
<tbody> |
| 566 | 822 |
<tr> |
| 567 | 823 |
<td> |
... | ... | @@ -580,8 +836,8 @@ |
| 580 | 836 |
<td> |
| 581 | 837 |
<p>단문</p> |
| 582 | 838 |
</td> |
| 583 |
- <td class="tb_tit"> |
|
| 584 |
- <p>6월 여름 할인 이벤트</p> |
|
| 839 |
+ <td> |
|
| 840 |
+ <p>WEB</p> |
|
| 585 | 841 |
</td> |
| 586 | 842 |
<td> |
| 587 | 843 |
<button class="btnType btnType20" |
... | ... | @@ -625,7 +881,8 @@ |
| 625 | 881 |
<!-- //예약관리 - 전체 --> |
| 626 | 882 |
|
| 627 | 883 |
<!-- 예약관리 - 예약취소 --> |
| 628 |
- <div class="tb_wrap"> |
|
| 884 |
+ <!-- |
|
| 885 |
+ <div class="tb_wrap"> |
|
| 629 | 886 |
<table class="tType4"> |
| 630 | 887 |
<colgroup> |
| 631 | 888 |
<col style="width: 40px;"> |
... | ... | @@ -753,10 +1010,12 @@ |
| 753 | 1010 |
class="remove_img"></i>선택삭제</button> |
| 754 | 1011 |
</div> |
| 755 | 1012 |
</div> |
| 1013 |
+ --> |
|
| 756 | 1014 |
<!-- //예약관리 - 예약취소 --> |
| 757 | 1015 |
|
| 758 | 1016 |
<!-- 예약관리 - 발송대기 --> |
| 759 |
- <div class="tb_wrap"> |
|
| 1017 |
+ <!-- |
|
| 1018 |
+ <div class="tb_wrap"> |
|
| 760 | 1019 |
<table class="tType4"> |
| 761 | 1020 |
<colgroup> |
| 762 | 1021 |
<col style="width: 40px;"> |
... | ... | @@ -904,10 +1163,12 @@ |
| 904 | 1163 |
출력하기</button> |
| 905 | 1164 |
</div> |
| 906 | 1165 |
</div> |
| 1166 |
+ --> |
|
| 907 | 1167 |
<!-- //예약관리 - 발송대기 --> |
| 908 | 1168 |
|
| 909 | 1169 |
<!-- 예약관리 - 발송완료 --> |
| 910 |
- <div class="tb_wrap"> |
|
| 1170 |
+ <!-- |
|
| 1171 |
+ <div class="tb_wrap"> |
|
| 911 | 1172 |
<table class="tType4"> |
| 912 | 1173 |
<colgroup> |
| 913 | 1174 |
<col style="width: 40px;"> |
... | ... | @@ -1060,6 +1321,7 @@ |
| 1060 | 1321 |
출력하기</button> |
| 1061 | 1322 |
</div> |
| 1062 | 1323 |
</div> |
| 1324 |
+ --> |
|
| 1063 | 1325 |
<!-- //예약관리 - 발송완료 --> |
| 1064 | 1326 |
<!-- pagination --> |
| 1065 | 1327 |
<ul class="pagination"> |
... | ... | @@ -1086,7 +1348,7 @@ |
| 1086 | 1348 |
<!-- table --> |
| 1087 | 1349 |
</div> |
| 1088 | 1350 |
</div> |
| 1089 |
- <div class="rev_content kakao_rev_content" id="tab5_2"> |
|
| 1351 |
+ <div class="rev_content kakao_rev_content" id="tab5_2" style="display: none;"> |
|
| 1090 | 1352 |
<div class="rev_admin"> |
| 1091 | 1353 |
<div class="rev_admin_in"> |
| 1092 | 1354 |
<div class="rev_admin_top clearfix"> |
--- src/main/webapp/publish/textingmsg_2022.html
+++ src/main/webapp/publish/textingmsg_2022.html
... | ... | @@ -17,7 +17,7 @@ |
| 17 | 17 |
<link rel="stylesheet" href="/publish/css/font.css"> |
| 18 | 18 |
<link rel="stylesheet" href="/publish/css/popupLayer.css"> |
| 19 | 19 |
<link rel="stylesheet" href="/publish/js/datepicker/classic.css"> |
| 20 |
- <link rel="stylesheet" href="/publish/js/datepicker/classic.date.css"> |
|
| 20 |
+ <link rel="stylesheet" href="/publish/js/datepicker/classic.date.css"> |
|
| 21 | 21 |
|
| 22 | 22 |
|
| 23 | 23 |
<script src="/publish/js/jquery-3.5.0.js"></script> |
... | ... | @@ -26,17 +26,18 @@ |
| 26 | 26 |
<script src="/publish/js/content.js"></script> |
| 27 | 27 |
<script src="/publish/js/popupLayer.js"></script> |
| 28 | 28 |
<script type="text/javascript" src="/publish/js/datepicker/picker.js"></script> |
| 29 |
- <script type="text/javascript" src="/publish/js/datepicker/picker.date.js"></script> |
|
| 30 |
- <script type="text/javascript" src="/publish/js/datepicker/ko_KR.js"></script> |
|
| 29 |
+ <script type="text/javascript" src="/publish/js/datepicker/picker.date.js"></script> |
|
| 30 |
+ <script type="text/javascript" src="/publish/js/datepicker/ko_KR.js"></script> |
|
| 31 | 31 |
|
| 32 | 32 |
<script> |
| 33 |
- $(document).ready(function(){
|
|
| 34 |
- $(".tab_depth1 a").click(function(){
|
|
| 35 |
- var thisNum = $(this).index(); |
|
| 36 |
- console.log(thisNum); |
|
| 37 |
- var tableCont = $(this).closest(".table_tab_wrap").siblings(".table_cont").find(".tb_wrap");
|
|
| 38 |
- console.log(tableCont); |
|
| 39 |
- tableCont.eq(thisNum).show().siblings(".tb_wrap").hide();
|
|
| 33 |
+ $(document).ready(function () {
|
|
| 34 |
+ $(".table_tab_wrap .tab_depth1 a").click(function () {
|
|
| 35 |
+ var tab_num = $(this).index(); |
|
| 36 |
+ $(".table_cont .tb_wrap").eq(tab_num).show();
|
|
| 37 |
+ $(".table_cont .tb_wrap").eq(tab_num).siblings(".tb_wrap").hide();
|
|
| 38 |
+ if($(".table_tab_wrap .tab_depth1 a:visible").length == tab_num+1){
|
|
| 39 |
+ $(this).css("border-radius","0 5px 5px 0");
|
|
| 40 |
+ }else{}
|
|
| 40 | 41 |
}) |
| 41 | 42 |
}); |
| 42 | 43 |
</script> |
... | ... | @@ -48,40 +49,44 @@ |
| 48 | 49 |
|
| 49 | 50 |
<!-- 문자내용 팝업 data-tooltip: rev_popup01 --> |
| 50 | 51 |
<div class="tooltip-wrap"> |
| 51 |
- <div class="popup-com adr_layer rev_popup01" tabindex="0" data-tooltip-con="rev_popup01" data-focus="rev_popup01" data-focus-prev="rev_popup01-close" style="width: 440px;"> |
|
| 52 |
+ <div class="popup-com adr_layer rev_popup01" tabindex="0" data-tooltip-con="rev_popup01" |
|
| 53 |
+ data-focus="rev_popup01" data-focus-prev="rev_popup01-close" style="width: 440px;"> |
|
| 52 | 54 |
<div class="popup_heading"> |
| 53 | 55 |
<p>문자내용</p> |
| 54 |
- <button type="button" class="tooltip-close" data-focus="rev_popup01-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> |
|
| 56 |
+ <button type="button" class="tooltip-close" data-focus="rev_popup01-close"><img |
|
| 57 |
+ src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> |
|
| 55 | 58 |
</div> |
| 56 | 59 |
<div class="layer_in"> |
| 57 | 60 |
<div class="rev_pop_in"> |
| 58 |
- <label for="" class="label">발송된 문자 제목</label> |
|
| 59 |
- <input type="text" placeholder="여름할인 이벤트" readonly> |
|
| 60 |
- <div class="rev_pop_middle clearfix"> |
|
| 61 |
- <span>발송일시 : 2021-05-28 16:52:30</span> |
|
| 62 |
- <span class="msg_com msg_photo">MMS</span> |
|
| 63 |
- </div> |
|
| 64 |
- <div class="rev_pop_txt"> |
|
| 65 |
- <ul> |
|
| 66 |
- <li><img src="/publish/images/content/thumb1.jpg" alt="발송된 그림문자 미리보기"></li> |
|
| 67 |
- <li><img src="/publish/images/content/thumb2.jpg" alt="발송된 그림문자 미리보기"></li> |
|
| 68 |
- <li><img src="/publish/images/content/thumb3.jpg" alt="발송된 그림문자 미리보기"></li> |
|
| 69 |
- </ul> |
|
| 70 |
- <div> |
|
| 71 |
- <p class="deny_receipt">(광고) 무료거부 080-888-8282</p> |
|
| 72 |
- <p class="rev_cont">안녕하세요. 문자온미용실 입니다.<br> |
|
| 73 |
- 여름 맞이 이벤트 입니다.<br> |
|
| 74 |
- 7월부터 8월까지 모든 염색 10만원(시세이도 및 탈색은 별도) |
|
| 75 |
- </p> |
|
| 76 |
- </div> |
|
| 77 |
- </div> |
|
| 78 |
- </div> |
|
| 79 |
- <div class="popup_btn_wrap2" style="justify-content: center;"> |
|
| 80 |
- <button type="button" class="tooltip-close" data-focus="rev_popup01-close" data-focus-next="rev_popup01">닫기</button> |
|
| 81 |
- </div> |
|
| 61 |
+ <label for="" class="label">발송된 문자 제목</label> |
|
| 62 |
+ <input type="text" placeholder="여름할인 이벤트" readonly> |
|
| 63 |
+ <div class="rev_pop_middle clearfix"> |
|
| 64 |
+ <span>발송일시 : 2021-05-28 16:52:30</span> |
|
| 65 |
+ <span class="msg_com msg_photo">MMS</span> |
|
| 66 |
+ </div> |
|
| 67 |
+ <div class="rev_pop_txt"> |
|
| 68 |
+ <ul> |
|
| 69 |
+ <li><img src="/publish/images/content/thumb1.jpg" alt="발송된 그림문자 미리보기"></li> |
|
| 70 |
+ <li><img src="/publish/images/content/thumb2.jpg" alt="발송된 그림문자 미리보기"></li> |
|
| 71 |
+ <li><img src="/publish/images/content/thumb3.jpg" alt="발송된 그림문자 미리보기"></li> |
|
| 72 |
+ </ul> |
|
| 73 |
+ <div> |
|
| 74 |
+ <p class="deny_receipt">(광고) 무료거부 080-888-8282</p> |
|
| 75 |
+ <p class="rev_cont">안녕하세요. 문자온미용실 입니다.<br> |
|
| 76 |
+ 여름 맞이 이벤트 입니다.<br> |
|
| 77 |
+ 7월부터 8월까지 모든 염색 10만원(시세이도 및 탈색은 별도) |
|
| 78 |
+ </p> |
|
| 79 |
+ </div> |
|
| 80 |
+ </div> |
|
| 81 |
+ </div> |
|
| 82 |
+ <div class="popup_btn_wrap2" style="justify-content: center;"> |
|
| 83 |
+ <button type="button" class="tooltip-close" data-focus="rev_popup01-close" |
|
| 84 |
+ data-focus-next="rev_popup01">닫기</button> |
|
| 85 |
+ </div> |
|
| 82 | 86 |
</div> |
| 83 | 87 |
</div> |
| 84 |
- </div><!--// 문자내용 팝업 --> |
|
| 88 |
+ </div> |
|
| 89 |
+ <!--// 문자내용 팝업 --> |
|
| 85 | 90 |
|
| 86 | 91 |
<!-- 문자내용 팝업 data-tooltip: rev_popup03 --> |
| 87 | 92 |
<div class="tooltip-wrap"> |
... | ... | @@ -95,10 +100,11 @@ |
| 95 | 100 |
<div class="layer_in"> |
| 96 | 101 |
<div class="list_tab_wrap2 kakao_rev_tab"> |
| 97 | 102 |
<!-- tab button --> |
| 98 |
- <ul class="list_tab"> |
|
| 103 |
+ <ul class="list_tab"> |
|
| 99 | 104 |
<li class="tab active"><button type="button" onclick="popupTab(this,'1');">카카오톡</button></li> |
| 100 | 105 |
<li class="tab"><button type="button" onclick="popupTab(this,'2');">대체문자</button></li> |
| 101 |
- </ul><!--// tab button --> |
|
| 106 |
+ </ul> |
|
| 107 |
+ <!--// tab button --> |
|
| 102 | 108 |
</div> |
| 103 | 109 |
<div class="popCont current kakao_wrap" id="popCont_1"> |
| 104 | 110 |
<div class="rev_pop_in"> |
... | ... | @@ -118,7 +124,7 @@ |
| 118 | 124 |
<p class="emphasis_side_text">강조표기 보조문구 미리보기</p> |
| 119 | 125 |
<p class="emphasis_title_text">타이틀 미리보기</p> |
| 120 | 126 |
<p class="template_text">내용미리보기</p> |
| 121 |
- <p class="side_info_text">부가정보내용</p> |
|
| 127 |
+ <p class="side_info_text">부가정보내용</p> |
|
| 122 | 128 |
<p class="channel_info_text">채널 추가 안내 메시지 미리보기</p> |
| 123 | 129 |
<button type="button" class="btn_kakao_type">버튼명</button> |
| 124 | 130 |
<button type="button" class="btn_kakao_type">버튼명</button> |
... | ... | @@ -354,7 +360,7 @@ |
| 354 | 360 |
<!-- 결제관리 - 요금 사용내역 --> |
| 355 | 361 |
<div class="rev_admin_cont serv_content current"> |
| 356 | 362 |
<div class="heading"> |
| 357 |
- <h2>발송관리</h2> |
|
| 363 |
+ <h2>발송결과</h2> |
|
| 358 | 364 |
<button type="button" class="button info" onclick="infoPop('selectMsgSentView');">사용안내</button>
|
| 359 | 365 |
<button type="button" class="button junk" data-tooltip="popupJunk">통신사 스팸규격안내</button> |
| 360 | 366 |
</div> |
... | ... | @@ -362,46 +368,81 @@ |
| 362 | 368 |
<div class="pay_tab_wrap"> |
| 363 | 369 |
<!-- tab button --> |
| 364 | 370 |
<ul class="tabType1"> |
| 365 |
- <li class="tab"><button type="button" onclick="TabType5(this,'1');return false;">문자</button></li> |
|
| 366 |
- <li class="tab active"><button type="button" onclick="TabType5(this,'2');return false;">카카오톡</button></li> |
|
| 371 |
+ <li class="tab active"><button type="button" onclick="TabType5(this,'1');return false;">문자</button> |
|
| 372 |
+ </li> |
|
| 373 |
+ <li class="tab "><button type="button" |
|
| 374 |
+ onclick="TabType5(this,'2');return false;">카카오톡</button></li> |
|
| 367 | 375 |
</ul> |
| 368 | 376 |
<!--// tab button --> |
| 369 | 377 |
</div> |
| 370 |
- <div class="rev_content" id="tab5_1" style="display: none;"> |
|
| 378 |
+ <div class="rev_content" id="tab5_1"> |
|
| 371 | 379 |
<div class="rev_admin"> |
| 372 | 380 |
<div class="rev_admin_in"> |
| 373 | 381 |
<div class="rev_admin_top clearfix"> |
| 374 | 382 |
<p>전체</p> |
| 375 |
- <p><span>5</span> 건</p> |
|
| 383 |
+ <p><span>134</span> 건</p> |
|
| 376 | 384 |
</div> |
| 377 |
- <div class="rev_admin_btm"> |
|
| 385 |
+ |
|
| 386 |
+ <div class="rev_admin_btm admin_btm"> |
|
| 387 |
+ <P class="title_top">WEB<span class="title_num">134<span>건</span></span></P> |
|
| 388 |
+ <dl> |
|
| 389 |
+ <dt>대기</dt> |
|
| 390 |
+ <dd><span class="c_002c9a">3</span>건</dd> |
|
| 391 |
+ </dl> |
|
| 392 |
+ <dl> |
|
| 393 |
+ <dt>성공</dt> |
|
| 394 |
+ <dd><span class="c_002c9a">115</span>건</dd> |
|
| 395 |
+ </dl> |
|
| 396 |
+ <dl> |
|
| 397 |
+ <dt>실패</dt> |
|
| 398 |
+ <dd><span class="c_e40000">16</span>건</dd> |
|
| 399 |
+ </dl> |
|
| 400 |
+ </div> |
|
| 401 |
+ <div class="rev_admin_btm admin_btm admin_btm_api"> |
|
| 402 |
+ <P class="title_top">API<span class="title_num">0<span>건</span></span></P> |
|
| 378 | 403 |
<dl> |
| 379 | 404 |
<dt>대기</dt> |
| 380 | 405 |
<dd><span class="c_002c9a">0</span>건</dd> |
| 381 | 406 |
</dl> |
| 382 | 407 |
<dl> |
| 383 | 408 |
<dt>성공</dt> |
| 384 |
- <dd><span class="c_002c9a">4</span>건</dd> |
|
| 409 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 385 | 410 |
</dl> |
| 386 | 411 |
<dl> |
| 387 | 412 |
<dt>실패</dt> |
| 388 |
- <dd><span class="c_e40000">1</span>건</dd> |
|
| 413 |
+ <dd><span class="c_e40000">0</span>건</dd> |
|
| 389 | 414 |
</dl> |
| 390 |
- </div> |
|
| 415 |
+ </div> |
|
| 391 | 416 |
</div> |
| 392 | 417 |
<div class="rev_admin_in"> |
| 393 | 418 |
<div class="rev_admin_top clearfix"> |
| 394 | 419 |
<p>단문(SMS)</p> |
| 395 |
- <p><span>1</span> 건</p> |
|
| 420 |
+ <p><span>78</span> 건</p> |
|
| 396 | 421 |
</div> |
| 397 |
- <div class="rev_admin_btm"> |
|
| 422 |
+ <div class="rev_admin_btm admin_btm"> |
|
| 423 |
+ <P class="title_top">WEB<span class="title_num">78<span>건</span></span></P> |
|
| 398 | 424 |
<dl> |
| 399 | 425 |
<dt>대기</dt> |
| 400 | 426 |
<dd><span class="c_002c9a">0</span>건</dd> |
| 401 | 427 |
</dl> |
| 402 | 428 |
<dl> |
| 403 | 429 |
<dt>성공</dt> |
| 404 |
- <dd><span class="c_002c9a">1</span>건</dd> |
|
| 430 |
+ <dd><span class="c_002c9a">75</span>건</dd> |
|
| 431 |
+ </dl> |
|
| 432 |
+ <dl> |
|
| 433 |
+ <dt>실패</dt> |
|
| 434 |
+ <dd><span class="c_e40000">3</span>건</dd> |
|
| 435 |
+ </dl> |
|
| 436 |
+ </div> |
|
| 437 |
+ <div class="rev_admin_btm admin_btm admin_btm_api"> |
|
| 438 |
+ <P class="title_top">API<span class="title_num">0<span>건</span></span></P> |
|
| 439 |
+ <dl> |
|
| 440 |
+ <dt>대기</dt> |
|
| 441 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 442 |
+ </dl> |
|
| 443 |
+ <dl> |
|
| 444 |
+ <dt>성공</dt> |
|
| 445 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 405 | 446 |
</dl> |
| 406 | 447 |
<dl> |
| 407 | 448 |
<dt>실패</dt> |
... | ... | @@ -412,36 +453,68 @@ |
| 412 | 453 |
<div class="rev_admin_in"> |
| 413 | 454 |
<div class="rev_admin_top clearfix"> |
| 414 | 455 |
<p>장문(LMS)</p> |
| 415 |
- <p><span>2</span> 건</p> |
|
| 456 |
+ <p><span>30</span> 건</p> |
|
| 416 | 457 |
</div> |
| 417 |
- <div class="rev_admin_btm"> |
|
| 458 |
+ <div class="rev_admin_btm admin_btm"> |
|
| 459 |
+ <P class="title_top">WEB<span class="title_num">30<span>건</span></span></P> |
|
| 418 | 460 |
<dl> |
| 419 | 461 |
<dt>대기</dt> |
| 420 | 462 |
<dd><span class="c_002c9a">0</span>건</dd> |
| 421 | 463 |
</dl> |
| 422 | 464 |
<dl> |
| 423 | 465 |
<dt>성공</dt> |
| 424 |
- <dd><span class="c_002c9a">1</span>건</dd> |
|
| 466 |
+ <dd><span class="c_002c9a">23</span>건</dd> |
|
| 425 | 467 |
</dl> |
| 426 | 468 |
<dl> |
| 427 | 469 |
<dt>실패</dt> |
| 428 |
- <dd><span class="c_e40000">1</span>건</dd> |
|
| 470 |
+ <dd><span class="c_e40000">7</span>건</dd> |
|
| 471 |
+ </dl> |
|
| 472 |
+ </div> |
|
| 473 |
+ <div class="rev_admin_btm admin_btm admin_btm_api"> |
|
| 474 |
+ <P class="title_top">API<span class="title_num">0<span>건</span></span></P> |
|
| 475 |
+ <dl> |
|
| 476 |
+ <dt>대기</dt> |
|
| 477 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 478 |
+ </dl> |
|
| 479 |
+ <dl> |
|
| 480 |
+ <dt>성공</dt> |
|
| 481 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 482 |
+ </dl> |
|
| 483 |
+ <dl> |
|
| 484 |
+ <dt>실패</dt> |
|
| 485 |
+ <dd><span class="c_e40000">0</span>건</dd> |
|
| 429 | 486 |
</dl> |
| 430 | 487 |
</div> |
| 431 | 488 |
</div> |
| 432 | 489 |
<div class="rev_admin_in"> |
| 433 | 490 |
<div class="rev_admin_top clearfix"> |
| 434 | 491 |
<p>그림(MMS)</p> |
| 435 |
- <p><span>2</span> 건</p> |
|
| 492 |
+ <p><span>26</span> 건</p> |
|
| 436 | 493 |
</div> |
| 437 |
- <div class="rev_admin_btm"> |
|
| 494 |
+ <div class="rev_admin_btm admin_btm"> |
|
| 495 |
+ <P class="title_top">WEB<span class="title_num">26<span>건</span></span></P> |
|
| 496 |
+ <dl> |
|
| 497 |
+ <dt>대기</dt> |
|
| 498 |
+ <dd><span class="c_002c9a">3</span>건</dd> |
|
| 499 |
+ </dl> |
|
| 500 |
+ <dl> |
|
| 501 |
+ <dt>성공</dt> |
|
| 502 |
+ <dd><span class="c_002c9a">17</span>건</dd> |
|
| 503 |
+ </dl> |
|
| 504 |
+ <dl> |
|
| 505 |
+ <dt>실패</dt> |
|
| 506 |
+ <dd><span class="c_e40000">6</span>건</dd> |
|
| 507 |
+ </dl> |
|
| 508 |
+ </div> |
|
| 509 |
+ <div class="rev_admin_btm admin_btm admin_btm_api"> |
|
| 510 |
+ <P class="title_top">API<span class="title_num">0<span>건</span></span></P> |
|
| 438 | 511 |
<dl> |
| 439 | 512 |
<dt>대기</dt> |
| 440 | 513 |
<dd><span class="c_002c9a">0</span>건</dd> |
| 441 | 514 |
</dl> |
| 442 | 515 |
<dl> |
| 443 | 516 |
<dt>성공</dt> |
| 444 |
- <dd><span class="c_002c9a">2</span>건</dd> |
|
| 517 |
+ <dd><span class="c_002c9a">0</span>건</dd> |
|
| 445 | 518 |
</dl> |
| 446 | 519 |
<dl> |
| 447 | 520 |
<dt>실패</dt> |
... | ... | @@ -455,9 +528,15 @@ |
| 455 | 528 |
<div class="btn_left"> |
| 456 | 529 |
<span class="cal_label">기간선택</span> |
| 457 | 530 |
<div class="calendar_wrap"> |
| 458 |
- <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"> |
|
| 531 |
+ <input type="text" class="startDate inp calendar picker__input" title="검색 시작일" |
|
| 532 |
+ id="startDate" name="startDate" value="" data-datecontrol="true" readonly="" |
|
| 533 |
+ aria-haspopup="true" aria-expanded="false" aria-readonly="false" |
|
| 534 |
+ aria-owns="startDate_root"> |
|
| 459 | 535 |
<span class="dateEtc">~</span> |
| 460 |
- <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"> |
|
| 536 |
+ <input type="text" class="endDate inp calendar picker__input" title="검색 종료일" |
|
| 537 |
+ id="endDate" name="endDate" value="" data-datecontrol="true" readonly="" |
|
| 538 |
+ aria-haspopup="true" aria-expanded="false" aria-readonly="false" |
|
| 539 |
+ aria-owns="endDate_root"> |
|
| 461 | 540 |
</div> |
| 462 | 541 |
<button type="button">전월</button> |
| 463 | 542 |
<button type="button">당월</button> |
... | ... | @@ -465,16 +544,21 @@ |
| 465 | 544 |
<button type="button" class="btnType6">조회</button> |
| 466 | 545 |
</div> |
| 467 | 546 |
<div class="btn_right"> |
| 547 |
+ <label for="" class="label">발송방식 전체 선택</label> |
|
| 548 |
+ <select name="" id="" class="selType2 select_all_btn"> |
|
| 549 |
+ <option value="">발송방식 전체</option> |
|
| 550 |
+ <option value="">WEB</option> |
|
| 551 |
+ <option value="">API</option> |
|
| 552 |
+ </select> |
|
| 468 | 553 |
<label for="" class="label">발신번호 선택</label> |
| 469 |
- <select name="" id="" class="selType2"> |
|
| 554 |
+ <select name="" id="" class="selType2 select_btn"> |
|
| 470 | 555 |
<option value="">발신번호</option> |
| 471 | 556 |
<option value="">발신번호</option> |
| 472 | 557 |
<option value="">발신번호</option> |
| 473 | 558 |
</select> |
| 474 | 559 |
<div class="search"> |
| 475 | 560 |
<label for="id" class="label"></label> |
| 476 |
- <input type="text" id="id" placeholder="검색어를 입력하세요." onfocus="this.placeholder=''" |
|
| 477 |
- onblur="this.placeholder='검색어를 입력하세요.'"> |
|
| 561 |
+ <input class="send_text" type="text" id="id" placeholder="검색어를 입력하세요." onfocus="this.placeholder=''" onblur="this.placeholder='검색어를 입력하세요.'"> |
|
| 478 | 562 |
<button type="button" class="btnType btnType2">검색</button> |
| 479 | 563 |
</div> |
| 480 | 564 |
</div> |
... | ... | @@ -483,10 +567,14 @@ |
| 483 | 567 |
<div class="list_tab_wrap2 type4"> |
| 484 | 568 |
<!-- tab button --> |
| 485 | 569 |
<ul class="list_tab"> |
| 486 |
- <li class="tab active"><button type="button" onclick="listTab2(this,'1');">전체</button></li> |
|
| 487 |
- <li class="tab"><button type="button" onclick="listTab2(this,'2');">단문(SMS)</button></li> |
|
| 488 |
- <li class="tab"><button type="button" onclick="listTab2(this,'3');">장문(LMS)</button></li> |
|
| 489 |
- <li class="tab"><button type="button" onclick="listTab2(this,'4');">그림(MMS)</button></li> |
|
| 570 |
+ <li class="tab active"><button type="button" onclick="listTab2(this,'1');">전체</button> |
|
| 571 |
+ </li> |
|
| 572 |
+ <li class="tab"><button type="button" onclick="listTab2(this,'2');">단문(SMS)</button> |
|
| 573 |
+ </li> |
|
| 574 |
+ <li class="tab"><button type="button" onclick="listTab2(this,'3');">장문(LMS)</button> |
|
| 575 |
+ </li> |
|
| 576 |
+ <li class="tab"><button type="button" onclick="listTab2(this,'4');">그림(MMS)</button> |
|
| 577 |
+ </li> |
|
| 490 | 578 |
</ul> |
| 491 | 579 |
<!--// tab button --> |
| 492 | 580 |
</div> |
... | ... | @@ -497,20 +585,17 @@ |
| 497 | 585 |
<ul> |
| 498 | 586 |
<li class="tab active"><button type="button">전체</button> |
| 499 | 587 |
</li> |
| 500 |
- <li class="tab"><button type="button">발송대기</button></li> |
|
| 501 |
- <li class="tab"><button type="button">발송중</button></li> |
|
| 502 |
- <li class="tab"><button type="button">발송완료</button></li> |
|
| 503 |
- <li class="tab"><button type="button">발송실패</button></li> |
|
| 588 |
+ <li class="tab"><button type="button">결과대기</button></li> |
|
| 589 |
+ <li class="tab"><button type="button">정상수신</button></li> |
|
| 590 |
+ <li class="tab"><button type="button">수신오류</button></li> |
|
| 504 | 591 |
</ul> |
| 505 | 592 |
<!--// tab button --> |
| 506 | 593 |
<div class="tab_depth1"> |
| 507 | 594 |
<a href="#none" class="on">받는사람(전송건별)</a> |
| 508 |
- <a href="#none" style="display: none;"></a> |
|
| 509 | 595 |
<a href="#none">받는사람(개인별)</a> |
| 510 |
- <div class="on_active">받는사람(전송건별)</div> |
|
| 511 | 596 |
</div> |
| 512 | 597 |
</div> |
| 513 |
- |
|
| 598 |
+ |
|
| 514 | 599 |
<div class="table_cont current"> |
| 515 | 600 |
<div class="list_info"> |
| 516 | 601 |
<p>총 발송건수 <span class="c_e40000">171</span>건</p> |
... | ... | @@ -532,8 +617,215 @@ |
| 532 | 617 |
</select> |
| 533 | 618 |
</div> |
| 534 | 619 |
</div> |
| 535 |
- <!-- 받는사람(전송건별) - 전체 --> |
|
| 536 | 620 |
<div class="tb_wrap"> |
| 621 |
+ <table class="tType4"> |
|
| 622 |
+ <colgroup> |
|
| 623 |
+ <col style="width: 40px;"> |
|
| 624 |
+ <col style="width: 15%;"> |
|
| 625 |
+ <col style="width: 8%;"> |
|
| 626 |
+ <col style="width: 8%;"> |
|
| 627 |
+ <col style="width: 90px;"> |
|
| 628 |
+ <col style="width: 17%;"> |
|
| 629 |
+ <col style="width: 12%;"> |
|
| 630 |
+ <col style="width: 8%;"> |
|
| 631 |
+ <col style="width: 8%;"> |
|
| 632 |
+ <col style="width: 8%;"> |
|
| 633 |
+ <col style="width: 8%;"> |
|
| 634 |
+ |
|
| 635 |
+ </colgroup> |
|
| 636 |
+ <thead> |
|
| 637 |
+ <tr> |
|
| 638 |
+ <th> |
|
| 639 |
+ <label for="allCheck" class="label">전체 선택</label> |
|
| 640 |
+ <input type="checkbox" id="allCheck" name="allCheck"> |
|
| 641 |
+ </th> |
|
| 642 |
+ <th>발송일시 |
|
| 643 |
+ <div class="sort_wrap"> |
|
| 644 |
+ <input type="button" class="sort sortBtn" id="sort_reqdate"> |
|
| 645 |
+ </div> |
|
| 646 |
+ </th> |
|
| 647 |
+ <th>형태 |
|
| 648 |
+ <div class="sort_wrap"> |
|
| 649 |
+ <input type="button" class="sort sortBtn" id="sort_msgType"> |
|
| 650 |
+ </div> |
|
| 651 |
+ </th> |
|
| 652 |
+ <th>발송방식 |
|
| 653 |
+ <div class="sort_wrap"> |
|
| 654 |
+ <input type="button" class="sort sortBtn" id="sort_msgType"> |
|
| 655 |
+ </div> |
|
| 656 |
+ </th> |
|
| 657 |
+ <th>내용</th> |
|
| 658 |
+ <th>받는사람 |
|
| 659 |
+ <div class="sort_wrap"> |
|
| 660 |
+ <input type="button" class="sort sortBtn" id="sort_callTo"> |
|
| 661 |
+ </div> |
|
| 662 |
+ </th> |
|
| 663 |
+ <th>발신번호 |
|
| 664 |
+ <div class="sort_wrap"> |
|
| 665 |
+ <input type="button" class="sort sortBtn" id="sort_callFrom"> |
|
| 666 |
+ </div> |
|
| 667 |
+ </th> |
|
| 668 |
+ |
|
| 669 |
+ <th> |
|
| 670 |
+ 발송건수 |
|
| 671 |
+ <div class="sort_wrap"> |
|
| 672 |
+ <input type="button" class="sort sortBtn" id="sort_msgGroupCnt"> |
|
| 673 |
+ </div> |
|
| 674 |
+ </th> |
|
| 675 |
+ |
|
| 676 |
+ <th>결과</th> |
|
| 677 |
+ |
|
| 678 |
+ <th>건수</th> |
|
| 679 |
+ |
|
| 680 |
+ <th>금액</th> |
|
| 681 |
+ </tr> |
|
| 682 |
+ </thead> |
|
| 683 |
+ <tbody> |
|
| 684 |
+ <tr> |
|
| 685 |
+ <td rowspan="2"> |
|
| 686 |
+ <label for="" class="label">선택</label> |
|
| 687 |
+ <input type="checkbox"> |
|
| 688 |
+ </td> |
|
| 689 |
+ <td rowspan="2"> |
|
| 690 |
+ <p>2021-06-02 14:00:30</p> |
|
| 691 |
+ </td> |
|
| 692 |
+ <td rowspan="2"> |
|
| 693 |
+ <p class="c_222 fwRg">단문</p> |
|
| 694 |
+ </td> |
|
| 695 |
+ <td rowspan="2"> |
|
| 696 |
+ <p>WEB</p> |
|
| 697 |
+ </td> |
|
| 698 |
+ <td rowspan="2"><button class="btnType btnType20" data-tooltip="rev_popup03">상세보기</button></td> |
|
| 699 |
+ <td rowspan="2"> |
|
| 700 |
+ <p>테스트등록</p> |
|
| 701 |
+ </td> |
|
| 702 |
+ <td rowspan="2"> |
|
| 703 |
+ <p>010-1234-5678</p> |
|
| 704 |
+ </td> |
|
| 705 |
+ <td rowspan="2"> |
|
| 706 |
+ <p>1</p> |
|
| 707 |
+ </td> |
|
| 708 |
+ <td> |
|
| 709 |
+ <p class="c_002c9a fwRg">정상수신</p> |
|
| 710 |
+ </td> |
|
| 711 |
+ <td> |
|
| 712 |
+ <p class="c_002c9a fwRg">1</p> |
|
| 713 |
+ </td> |
|
| 714 |
+ <td> |
|
| 715 |
+ <p class="c_002c9a fwRg">18</p> |
|
| 716 |
+ </td> |
|
| 717 |
+ </tr> |
|
| 718 |
+ <tr> |
|
| 719 |
+ <td class="c_222"> |
|
| 720 |
+ <p>실패/대기</p> |
|
| 721 |
+ </td> |
|
| 722 |
+ <td class="c_222" onclick="window.open('/publish/kakao_texting_detail.html','_blank','width=1400, height=660, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')" style="cursor:pointer">
|
|
| 723 |
+ <p>1/0</p> |
|
| 724 |
+ </td> |
|
| 725 |
+ <td class="c_222"> |
|
| 726 |
+ <p>0</p> |
|
| 727 |
+ </td> |
|
| 728 |
+ </tr> |
|
| 729 |
+ </tbody> |
|
| 730 |
+ </table> |
|
| 731 |
+ </div> |
|
| 732 |
+ |
|
| 733 |
+ <div class="tb_wrap" style="display: none;"> |
|
| 734 |
+ <table class="tType4"> |
|
| 735 |
+ <colgroup> |
|
| 736 |
+ <col style="width: 40px;"> |
|
| 737 |
+ <col style="width: 15%;"> |
|
| 738 |
+ <col style="width: 8%;"> |
|
| 739 |
+ <col style="width: 8%;"> |
|
| 740 |
+ <col style="width: 90px;"> |
|
| 741 |
+ <col style="width: 17%;"> |
|
| 742 |
+ <col style="width: 12%;"> |
|
| 743 |
+ <col style="width: 8%;"> |
|
| 744 |
+ <col style="width: 8%;"> |
|
| 745 |
+ |
|
| 746 |
+ </colgroup> |
|
| 747 |
+ <thead> |
|
| 748 |
+ <tr> |
|
| 749 |
+ <th> |
|
| 750 |
+ <label for="allCheck" class="label">전체 선택</label> |
|
| 751 |
+ <input type="checkbox" id="allCheck" name="allCheck"> |
|
| 752 |
+ </th> |
|
| 753 |
+ <th>발송일시 |
|
| 754 |
+ <div class="sort_wrap"> |
|
| 755 |
+ <input type="button" class="sort sortBtnDesc" id="sort_reqdate" sortord="desc"> |
|
| 756 |
+ </div> |
|
| 757 |
+ </th> |
|
| 758 |
+ <th>형태 |
|
| 759 |
+ <div class="sort_wrap"> |
|
| 760 |
+ <input type="button" class="sort sortBtn" id="sort_msgType"> |
|
| 761 |
+ </div> |
|
| 762 |
+ </th> |
|
| 763 |
+ <th>발송방식 |
|
| 764 |
+ <div class="sort_wrap"> |
|
| 765 |
+ <input type="button" class="sort sortBtn" id="sort_msgType"> |
|
| 766 |
+ </div> |
|
| 767 |
+ </th> |
|
| 768 |
+ <th>내용</th> |
|
| 769 |
+ <th>받는사람 |
|
| 770 |
+ <div class="sort_wrap"> |
|
| 771 |
+ <input type="button" class="sort sortBtn" id="sort_callTo"> |
|
| 772 |
+ </div> |
|
| 773 |
+ </th> |
|
| 774 |
+ <th>발신번호 |
|
| 775 |
+ <div class="sort_wrap"> |
|
| 776 |
+ <input type="button" class="sort sortBtn" id="sort_callFrom"> |
|
| 777 |
+ </div> |
|
| 778 |
+ </th> |
|
| 779 |
+ |
|
| 780 |
+ <th>결과</th> |
|
| 781 |
+ |
|
| 782 |
+ <th>금액</th> |
|
| 783 |
+ </tr> |
|
| 784 |
+ </thead> |
|
| 785 |
+ <tbody> |
|
| 786 |
+ <tr> |
|
| 787 |
+ <td name="listTd"> |
|
| 788 |
+ <label for="msgSentDel1" class="label">선택</label> |
|
| 789 |
+ <input type="checkbox" id="msgSentDel1" name="msgSentDel" value="1579563"> |
|
| 790 |
+ </td> |
|
| 791 |
+ <td name="listTd"> |
|
| 792 |
+ <p>2023-06-20 10:30</p> |
|
| 793 |
+ </td> |
|
| 794 |
+ <td name="listTd"> |
|
| 795 |
+ <p> |
|
| 796 |
+ 그림 |
|
| 797 |
+ </p> |
|
| 798 |
+ </td> |
|
| 799 |
+ <td name="listTd"> |
|
| 800 |
+ <p> |
|
| 801 |
+ WEB |
|
| 802 |
+ </p> |
|
| 803 |
+ </td> |
|
| 804 |
+ <td name="listTd"> |
|
| 805 |
+ <button class="btnType btnType20" data-tooltip="rev_popup01" onclick="javascript:fnRevDetailPop('MSGGID_0000000013552','MSGID_00000001552097','1'); return false;">상세보기</button>
|
|
| 806 |
+ </td> |
|
| 807 |
+ <td name="listTd"> |
|
| 808 |
+ <p>0101842895</p> |
|
| 809 |
+ </td> |
|
| 810 |
+ <td name="listTd"> |
|
| 811 |
+ <p>01057058729</p> |
|
| 812 |
+ </td> |
|
| 813 |
+ <td> |
|
| 814 |
+ <p class="fwRg c_e40000">수신오류</p> |
|
| 815 |
+ </td> |
|
| 816 |
+ <td> |
|
| 817 |
+ <p class="fwRg c_e40000"> |
|
| 818 |
+ 90 |
|
| 819 |
+ </p> |
|
| 820 |
+ </td> |
|
| 821 |
+ </tr> |
|
| 822 |
+ </tbody> |
|
| 823 |
+ </table> |
|
| 824 |
+ </div> |
|
| 825 |
+ |
|
| 826 |
+ <!-- 받는사람(전송건별) - 전체 --> |
|
| 827 |
+ <!-- |
|
| 828 |
+ <div class="tb_wrap"> |
|
| 537 | 829 |
<table class="tType4"> |
| 538 | 830 |
<colgroup> |
| 539 | 831 |
<col style="width: 40px;"> |
... | ... | @@ -1065,13 +1357,16 @@ |
| 1065 | 1357 |
</tbody> |
| 1066 | 1358 |
</table> |
| 1067 | 1359 |
</div> |
| 1360 |
+ --> |
|
| 1361 |
+ |
|
| 1068 | 1362 |
<div class="table_btn clearfix"> |
| 1069 | 1363 |
<div class="table_btn_left"> |
| 1070 | 1364 |
<button type="button" class="btnType btnType15"><i |
| 1071 | 1365 |
class="remove_img"></i>선택삭제</button> |
| 1072 | 1366 |
<button type="button" data-tooltip="rev_popup02" class="btnType btnType15"><i |
| 1073 | 1367 |
class="add_img"></i>그룹등록</button> |
| 1074 |
- <button type="button" class="btnType btnType15"><i class="remove_img"></i>주소록에서 번호 |
|
| 1368 |
+ <button type="button" class="btnType btnType15"><i class="remove_img"></i>주소록에서 |
|
| 1369 |
+ 번호 |
|
| 1075 | 1370 |
삭제</button> |
| 1076 | 1371 |
<button type="button" class="btnType btnType18 c_002c9a">문자 재전송</button> |
| 1077 | 1372 |
</div> |
... | ... | @@ -1083,7 +1378,7 @@ |
| 1083 | 1378 |
</div> |
| 1084 | 1379 |
</div> |
| 1085 | 1380 |
<!-- 받는사람(전송건별) - 전체 --> |
| 1086 |
- |
|
| 1381 |
+ |
|
| 1087 | 1382 |
<!-- pagination --> |
| 1088 | 1383 |
<ul class="pagination"> |
| 1089 | 1384 |
<li class="page_first"><button><img src="/publish/images/content/page_first.png" |
... | ... | @@ -1109,7 +1404,7 @@ |
| 1109 | 1404 |
</div> |
| 1110 | 1405 |
</div><!-- // 발송관리 > 전체 --> |
| 1111 | 1406 |
</div> |
| 1112 |
- <div class="rev_content kakao_rev_content" id="tab5_2"> |
|
| 1407 |
+ <div class="rev_content kakao_rev_content" id="tab5_2" style="display: none;"> |
|
| 1113 | 1408 |
<div class="rev_admin"> |
| 1114 | 1409 |
<div class="rev_admin_in"> |
| 1115 | 1410 |
<div class="rev_admin_top clearfix"> |
... | ... | @@ -1177,9 +1472,15 @@ |
| 1177 | 1472 |
<div class="btn_left"> |
| 1178 | 1473 |
<span class="cal_label">기간선택</span> |
| 1179 | 1474 |
<div class="calendar_wrap"> |
| 1180 |
- <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"> |
|
| 1475 |
+ <input type="text" class="startDate inp calendar picker__input" title="검색 시작일" |
|
| 1476 |
+ id="startDate" name="startDate" value="" data-datecontrol="true" readonly="" |
|
| 1477 |
+ aria-haspopup="true" aria-expanded="false" aria-readonly="false" |
|
| 1478 |
+ aria-owns="startDate_root"> |
|
| 1181 | 1479 |
<span class="dateEtc">~</span> |
| 1182 |
- <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"> |
|
| 1480 |
+ <input type="text" class="endDate inp calendar picker__input" title="검색 종료일" |
|
| 1481 |
+ id="endDate" name="endDate" value="" data-datecontrol="true" readonly="" |
|
| 1482 |
+ aria-haspopup="true" aria-expanded="false" aria-readonly="false" |
|
| 1483 |
+ aria-owns="endDate_root"> |
|
| 1183 | 1484 |
</div> |
| 1184 | 1485 |
<button type="button">전월</button> |
| 1185 | 1486 |
<button type="button">당월</button> |
... | ... | @@ -1195,8 +1496,8 @@ |
| 1195 | 1496 |
</select> |
| 1196 | 1497 |
<div class="search"> |
| 1197 | 1498 |
<label for="id" class="label"></label> |
| 1198 |
- <input type="text" id="id" placeholder="검색어를 입력하세요." onfocus="this.placeholder=''" |
|
| 1199 |
- onblur="this.placeholder='검색어를 입력하세요.'"> |
|
| 1499 |
+ <input type="text" id="id" placeholder="검색어를 입력하세요." |
|
| 1500 |
+ onfocus="this.placeholder=''" onblur="this.placeholder='검색어를 입력하세요.'"> |
|
| 1200 | 1501 |
<button type="button" class="btnType btnType2">검색</button> |
| 1201 | 1502 |
</div> |
| 1202 | 1503 |
</div> |
... | ... | @@ -1205,7 +1506,8 @@ |
| 1205 | 1506 |
<div class="list_tab_wrap2 type4"> |
| 1206 | 1507 |
<!-- tab button --> |
| 1207 | 1508 |
<ul class="list_tab"> |
| 1208 |
- <li class="tab active"><button type="button" onclick="listTab2(this,'1');">전체</button></li> |
|
| 1509 |
+ <li class="tab active"><button type="button" onclick="listTab2(this,'1');">전체</button> |
|
| 1510 |
+ </li> |
|
| 1209 | 1511 |
<li class="tab"><button type="button" onclick="listTab2(this,'2');">알림톡</button></li> |
| 1210 | 1512 |
<li class="tab"><button type="button" onclick="listTab2(this,'3');">친구톡</button></li> |
| 1211 | 1513 |
</ul> |
... | ... | @@ -1228,7 +1530,7 @@ |
| 1228 | 1530 |
<a href="#none">받는사람(개인별)</a> |
| 1229 | 1531 |
</div> |
| 1230 | 1532 |
</div> |
| 1231 |
- |
|
| 1533 |
+ |
|
| 1232 | 1534 |
<div class="table_cont current"> |
| 1233 | 1535 |
<div class="list_info"> |
| 1234 | 1536 |
<p>총 발송건수 <span class="c_e40000">171</span>건</p> |
... | ... | @@ -1266,37 +1568,47 @@ |
| 1266 | 1568 |
<th> |
| 1267 | 1569 |
발송일시 |
| 1268 | 1570 |
<div class="sort_wrap"> |
| 1269 |
- <button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button> |
|
| 1270 |
- <button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button> |
|
| 1571 |
+ <button type="button"><img src="/publish/images/sortUp.png" |
|
| 1572 |
+ alt="오름차순으로 분류"></button> |
|
| 1573 |
+ <button type="button"><img src="/publish/images/sortDown.png" |
|
| 1574 |
+ alt="내림차순으로 분류"></button> |
|
| 1271 | 1575 |
</div> |
| 1272 | 1576 |
</th> |
| 1273 | 1577 |
<th> |
| 1274 | 1578 |
형태 |
| 1275 | 1579 |
<div class="sort_wrap"> |
| 1276 |
- <button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button> |
|
| 1277 |
- <button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button> |
|
| 1580 |
+ <button type="button"><img src="/publish/images/sortUp.png" |
|
| 1581 |
+ alt="오름차순으로 분류"></button> |
|
| 1582 |
+ <button type="button"><img src="/publish/images/sortDown.png" |
|
| 1583 |
+ alt="내림차순으로 분류"></button> |
|
| 1278 | 1584 |
</div> |
| 1279 | 1585 |
</th> |
| 1280 | 1586 |
<th>내용</th> |
| 1281 | 1587 |
<th> |
| 1282 | 1588 |
받는사람 |
| 1283 | 1589 |
<div class="sort_wrap"> |
| 1284 |
- <button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button> |
|
| 1285 |
- <button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button> |
|
| 1590 |
+ <button type="button"><img src="/publish/images/sortUp.png" |
|
| 1591 |
+ alt="오름차순으로 분류"></button> |
|
| 1592 |
+ <button type="button"><img src="/publish/images/sortDown.png" |
|
| 1593 |
+ alt="내림차순으로 분류"></button> |
|
| 1286 | 1594 |
</div> |
| 1287 | 1595 |
</th> |
| 1288 | 1596 |
<th> |
| 1289 | 1597 |
발신번호 |
| 1290 | 1598 |
<div class="sort_wrap"> |
| 1291 |
- <button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button> |
|
| 1292 |
- <button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button> |
|
| 1599 |
+ <button type="button"><img src="/publish/images/sortUp.png" |
|
| 1600 |
+ alt="오름차순으로 분류"></button> |
|
| 1601 |
+ <button type="button"><img src="/publish/images/sortDown.png" |
|
| 1602 |
+ alt="내림차순으로 분류"></button> |
|
| 1293 | 1603 |
</div> |
| 1294 | 1604 |
</th> |
| 1295 | 1605 |
<th> |
| 1296 | 1606 |
발송건수 |
| 1297 | 1607 |
<div class="sort_wrap"> |
| 1298 |
- <button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button> |
|
| 1299 |
- <button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button> |
|
| 1608 |
+ <button type="button"><img src="/publish/images/sortUp.png" |
|
| 1609 |
+ alt="오름차순으로 분류"></button> |
|
| 1610 |
+ <button type="button"><img src="/publish/images/sortDown.png" |
|
| 1611 |
+ alt="내림차순으로 분류"></button> |
|
| 1300 | 1612 |
</div> |
| 1301 | 1613 |
</th> |
| 1302 | 1614 |
<th>카카오톡 결과</th> |
... | ... | @@ -1312,287 +1624,461 @@ |
| 1312 | 1624 |
<label for="" class="label">선택</label> |
| 1313 | 1625 |
<input type="checkbox"> |
| 1314 | 1626 |
</td> |
| 1315 |
- <td rowspan="2"><p>2021-06-02,14:00:30</p></td> |
|
| 1316 |
- <td rowspan="2"><p class="c_222 fwRg">알림톡 텍스트</p></td> |
|
| 1317 |
- <td rowspan="2"><button class="btnType btnType20" data-tooltip="rev_popup03">상세보기</button></td> |
|
| 1318 |
- <td rowspan="2"><p>홍길동 외 9명</p></td> |
|
| 1319 |
- <td rowspan="2"><p>010-1234-5678</p></td> |
|
| 1320 |
- <td rowspan="2"><p>50</p></td> |
|
| 1321 |
- <td><p class="c_e40000 fwRg">수신자오류</p></td> |
|
| 1322 |
- <td><p class="c_002c9a fwRg">0</p></td> |
|
| 1323 |
- <td><p class="c_e40000 fwRg">수신자오류</p></td> |
|
| 1324 |
- <td><p class="c_002c9a fwRg">0</p></td> |
|
| 1325 |
- <td><p class="c_002c9a fwRg">100</p></td> |
|
| 1627 |
+ <td rowspan="2"> |
|
| 1628 |
+ <p>2021-06-02,14:00:30</p> |
|
| 1629 |
+ </td> |
|
| 1630 |
+ <td rowspan="2"> |
|
| 1631 |
+ <p class="c_222 fwRg">알림톡 텍스트</p> |
|
| 1632 |
+ </td> |
|
| 1633 |
+ <td rowspan="2"><button class="btnType btnType20" |
|
| 1634 |
+ data-tooltip="rev_popup03">상세보기</button></td> |
|
| 1635 |
+ <td rowspan="2"> |
|
| 1636 |
+ <p>홍길동 외 9명</p> |
|
| 1637 |
+ </td> |
|
| 1638 |
+ <td rowspan="2"> |
|
| 1639 |
+ <p>010-1234-5678</p> |
|
| 1640 |
+ </td> |
|
| 1641 |
+ <td rowspan="2"> |
|
| 1642 |
+ <p>50</p> |
|
| 1643 |
+ </td> |
|
| 1644 |
+ <td> |
|
| 1645 |
+ <p class="c_e40000 fwRg">수신자오류</p> |
|
| 1646 |
+ </td> |
|
| 1647 |
+ <td> |
|
| 1648 |
+ <p class="c_002c9a fwRg">0</p> |
|
| 1649 |
+ </td> |
|
| 1650 |
+ <td> |
|
| 1651 |
+ <p class="c_e40000 fwRg">수신자오류</p> |
|
| 1652 |
+ </td> |
|
| 1653 |
+ <td> |
|
| 1654 |
+ <p class="c_002c9a fwRg">0</p> |
|
| 1655 |
+ </td> |
|
| 1656 |
+ <td> |
|
| 1657 |
+ <p class="c_002c9a fwRg">100</p> |
|
| 1658 |
+ </td> |
|
| 1326 | 1659 |
</tr> |
| 1327 | 1660 |
<tr> |
| 1328 |
- <td class="c_222"><p>실패/대기</p></td> |
|
| 1329 |
- <td class="c_222" onclick="window.open('/publish/kakao_texting_detail.html','_blank','width=1400, height=660, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')" style="cursor:pointer"><p>1/0</p></td>
|
|
| 1330 |
- <td class="c_222"><p>실패/대기</p></td> |
|
| 1331 |
- <td class="c_222" onclick="window.open('/publish/kakao_texting_detail.html','_blank','width=1400, height=660, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')" style="cursor:pointer"><p>1/0</p></td>
|
|
| 1332 |
- <td class="c_222"><p>0</p></td> |
|
| 1661 |
+ <td class="c_222"> |
|
| 1662 |
+ <p>실패/대기</p> |
|
| 1663 |
+ </td> |
|
| 1664 |
+ <td class="c_222" |
|
| 1665 |
+ onclick="window.open('/publish/kakao_texting_detail.html','_blank','width=1400, height=660, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')"
|
|
| 1666 |
+ style="cursor:pointer"> |
|
| 1667 |
+ <p>1/0</p> |
|
| 1668 |
+ </td> |
|
| 1669 |
+ <td class="c_222"> |
|
| 1670 |
+ <p>실패/대기</p> |
|
| 1671 |
+ </td> |
|
| 1672 |
+ <td class="c_222" |
|
| 1673 |
+ onclick="window.open('/publish/kakao_texting_detail.html','_blank','width=1400, height=660, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')"
|
|
| 1674 |
+ style="cursor:pointer"> |
|
| 1675 |
+ <p>1/0</p> |
|
| 1676 |
+ </td> |
|
| 1677 |
+ <td class="c_222"> |
|
| 1678 |
+ <p>0</p> |
|
| 1679 |
+ </td> |
|
| 1333 | 1680 |
</tr> |
| 1334 | 1681 |
<tr> |
| 1335 | 1682 |
<td rowspan="2"> |
| 1336 | 1683 |
<label for="" class="label">선택</label> |
| 1337 | 1684 |
<input type="checkbox"> |
| 1338 | 1685 |
</td> |
| 1339 |
- <td rowspan="2"><p>2021-06-02,14:00:30</p></td> |
|
| 1340 |
- <td rowspan="2"><p class="c_222 fwRg">알림톡 텍스트</p></td> |
|
| 1341 |
- <td rowspan="2"><button class="btnType btnType20" data-tooltip="rev_popup03">상세보기</button></td> |
|
| 1342 |
- <td rowspan="2"><p>홍길동 외 9명</p></td> |
|
| 1343 |
- <td rowspan="2"><p>010-1234-5678</p></td> |
|
| 1344 |
- <td rowspan="2"><p>50</p></td> |
|
| 1345 |
- <td><p class="c_002c9a fwRg">정상수신</p></td> |
|
| 1346 |
- <td><p class="c_002c9a fwRg">1</p></td> |
|
| 1347 |
- <td><p class="c_002c9a fwRg">정상수신</p></td> |
|
| 1348 |
- <td><p class="c_002c9a fwRg">1</p></td> |
|
| 1349 |
- <td><p class="c_002c9a fwRg">100</p></td> |
|
| 1686 |
+ <td rowspan="2"> |
|
| 1687 |
+ <p>2021-06-02,14:00:30</p> |
|
| 1688 |
+ </td> |
|
| 1689 |
+ <td rowspan="2"> |
|
| 1690 |
+ <p class="c_222 fwRg">알림톡 텍스트</p> |
|
| 1691 |
+ </td> |
|
| 1692 |
+ <td rowspan="2"><button class="btnType btnType20" |
|
| 1693 |
+ data-tooltip="rev_popup03">상세보기</button></td> |
|
| 1694 |
+ <td rowspan="2"> |
|
| 1695 |
+ <p>홍길동 외 9명</p> |
|
| 1696 |
+ </td> |
|
| 1697 |
+ <td rowspan="2"> |
|
| 1698 |
+ <p>010-1234-5678</p> |
|
| 1699 |
+ </td> |
|
| 1700 |
+ <td rowspan="2"> |
|
| 1701 |
+ <p>50</p> |
|
| 1702 |
+ </td> |
|
| 1703 |
+ <td> |
|
| 1704 |
+ <p class="c_002c9a fwRg">정상수신</p> |
|
| 1705 |
+ </td> |
|
| 1706 |
+ <td> |
|
| 1707 |
+ <p class="c_002c9a fwRg">1</p> |
|
| 1708 |
+ </td> |
|
| 1709 |
+ <td> |
|
| 1710 |
+ <p class="c_002c9a fwRg">정상수신</p> |
|
| 1711 |
+ </td> |
|
| 1712 |
+ <td> |
|
| 1713 |
+ <p class="c_002c9a fwRg">1</p> |
|
| 1714 |
+ </td> |
|
| 1715 |
+ <td> |
|
| 1716 |
+ <p class="c_002c9a fwRg">100</p> |
|
| 1717 |
+ </td> |
|
| 1350 | 1718 |
</tr> |
| 1351 | 1719 |
<tr> |
| 1352 |
- <td class="c_222"><p>실패/대기</p></td> |
|
| 1353 |
- <td class="c_222"><p>0/0</p></td> |
|
| 1354 |
- <td class="c_222"><p>실패/대기</p></td> |
|
| 1355 |
- <td class="c_222"><p>0/0</p></td> |
|
| 1356 |
- <td class="c_222"><p>0</p></td> |
|
| 1720 |
+ <td class="c_222"> |
|
| 1721 |
+ <p>실패/대기</p> |
|
| 1722 |
+ </td> |
|
| 1723 |
+ <td class="c_222"> |
|
| 1724 |
+ <p>0/0</p> |
|
| 1725 |
+ </td> |
|
| 1726 |
+ <td class="c_222"> |
|
| 1727 |
+ <p>실패/대기</p> |
|
| 1728 |
+ </td> |
|
| 1729 |
+ <td class="c_222"> |
|
| 1730 |
+ <p>0/0</p> |
|
| 1731 |
+ </td> |
|
| 1732 |
+ <td class="c_222"> |
|
| 1733 |
+ <p>0</p> |
|
| 1734 |
+ </td> |
|
| 1357 | 1735 |
</tr> |
| 1358 | 1736 |
<tr> |
| 1359 | 1737 |
<td rowspan="2"> |
| 1360 | 1738 |
<label for="" class="label">선택</label> |
| 1361 | 1739 |
<input type="checkbox"> |
| 1362 | 1740 |
</td> |
| 1363 |
- <td rowspan="2"><p>2021-06-02,14:00:30</p></td> |
|
| 1364 |
- <td rowspan="2"><p class="c_222 fwRg">알림톡 텍스트</p></td> |
|
| 1365 |
- <td rowspan="2"><button class="btnType btnType20" data-tooltip="rev_popup03">상세보기</button></td> |
|
| 1366 |
- <td rowspan="2"><p>홍길동 외 9명</p></td> |
|
| 1367 |
- <td rowspan="2"><p>010-1234-5678</p></td> |
|
| 1368 |
- <td rowspan="2"><p>50</p></td> |
|
| 1369 |
- <td><p class="c_002c9a fwRg">정상수신</p></td> |
|
| 1370 |
- <td><p class="c_002c9a fwRg">1</p></td> |
|
| 1371 |
- <td><p class="c_002c9a fwRg">정상수신</p></td> |
|
| 1372 |
- <td><p class="c_002c9a fwRg">1</p></td> |
|
| 1373 |
- <td><p class="c_002c9a fwRg">100</p></td> |
|
| 1741 |
+ <td rowspan="2"> |
|
| 1742 |
+ <p>2021-06-02,14:00:30</p> |
|
| 1743 |
+ </td> |
|
| 1744 |
+ <td rowspan="2"> |
|
| 1745 |
+ <p class="c_222 fwRg">알림톡 텍스트</p> |
|
| 1746 |
+ </td> |
|
| 1747 |
+ <td rowspan="2"><button class="btnType btnType20" |
|
| 1748 |
+ data-tooltip="rev_popup03">상세보기</button></td> |
|
| 1749 |
+ <td rowspan="2"> |
|
| 1750 |
+ <p>홍길동 외 9명</p> |
|
| 1751 |
+ </td> |
|
| 1752 |
+ <td rowspan="2"> |
|
| 1753 |
+ <p>010-1234-5678</p> |
|
| 1754 |
+ </td> |
|
| 1755 |
+ <td rowspan="2"> |
|
| 1756 |
+ <p>50</p> |
|
| 1757 |
+ </td> |
|
| 1758 |
+ <td> |
|
| 1759 |
+ <p class="c_002c9a fwRg">정상수신</p> |
|
| 1760 |
+ </td> |
|
| 1761 |
+ <td> |
|
| 1762 |
+ <p class="c_002c9a fwRg">1</p> |
|
| 1763 |
+ </td> |
|
| 1764 |
+ <td> |
|
| 1765 |
+ <p class="c_002c9a fwRg">정상수신</p> |
|
| 1766 |
+ </td> |
|
| 1767 |
+ <td> |
|
| 1768 |
+ <p class="c_002c9a fwRg">1</p> |
|
| 1769 |
+ </td> |
|
| 1770 |
+ <td> |
|
| 1771 |
+ <p class="c_002c9a fwRg">100</p> |
|
| 1772 |
+ </td> |
|
| 1374 | 1773 |
</tr> |
| 1375 | 1774 |
<tr> |
| 1376 |
- <td class="c_222"><p>실패/대기</p></td> |
|
| 1377 |
- <td class="c_222"><p>0/0</p></td> |
|
| 1378 |
- <td class="c_222"><p>실패/대기</p></td> |
|
| 1379 |
- <td class="c_222"><p>0/0</p></td> |
|
| 1380 |
- <td class="c_222"><p>0</p></td> |
|
| 1775 |
+ <td class="c_222"> |
|
| 1776 |
+ <p>실패/대기</p> |
|
| 1777 |
+ </td> |
|
| 1778 |
+ <td class="c_222"> |
|
| 1779 |
+ <p>0/0</p> |
|
| 1780 |
+ </td> |
|
| 1781 |
+ <td class="c_222"> |
|
| 1782 |
+ <p>실패/대기</p> |
|
| 1783 |
+ </td> |
|
| 1784 |
+ <td class="c_222"> |
|
| 1785 |
+ <p>0/0</p> |
|
| 1786 |
+ </td> |
|
| 1787 |
+ <td class="c_222"> |
|
| 1788 |
+ <p>0</p> |
|
| 1789 |
+ </td> |
|
| 1381 | 1790 |
</tr> |
| 1382 | 1791 |
<tr> |
| 1383 | 1792 |
<td rowspan="2"> |
| 1384 | 1793 |
<label for="" class="label">선택</label> |
| 1385 | 1794 |
<input type="checkbox"> |
| 1386 | 1795 |
</td> |
| 1387 |
- <td rowspan="2"><p>2021-06-02,14:00:30</p></td> |
|
| 1388 |
- <td rowspan="2"><p class="c_222 fwRg">알림톡 텍스트</p></td> |
|
| 1389 |
- <td rowspan="2"><button class="btnType btnType20" data-tooltip="rev_popup03">상세보기</button></td> |
|
| 1390 |
- <td rowspan="2"><p>홍길동 외 9명</p></td> |
|
| 1391 |
- <td rowspan="2"><p>010-1234-5678</p></td> |
|
| 1392 |
- <td rowspan="2"><p>50</p></td> |
|
| 1393 |
- <td><p class="c_002c9a fwRg">정상수신</p></td> |
|
| 1394 |
- <td><p class="c_002c9a fwRg">1</p></td> |
|
| 1395 |
- <td><p class="c_002c9a fwRg">정상수신</p></td> |
|
| 1396 |
- <td><p class="c_002c9a fwRg">1</p></td> |
|
| 1397 |
- <td><p class="c_002c9a fwRg">100</p></td> |
|
| 1796 |
+ <td rowspan="2"> |
|
| 1797 |
+ <p>2021-06-02,14:00:30</p> |
|
| 1798 |
+ </td> |
|
| 1799 |
+ <td rowspan="2"> |
|
| 1800 |
+ <p class="c_222 fwRg">알림톡 텍스트</p> |
|
| 1801 |
+ </td> |
|
| 1802 |
+ <td rowspan="2"><button class="btnType btnType20" |
|
| 1803 |
+ data-tooltip="rev_popup03">상세보기</button></td> |
|
| 1804 |
+ <td rowspan="2"> |
|
| 1805 |
+ <p>홍길동 외 9명</p> |
|
| 1806 |
+ </td> |
|
| 1807 |
+ <td rowspan="2"> |
|
| 1808 |
+ <p>010-1234-5678</p> |
|
| 1809 |
+ </td> |
|
| 1810 |
+ <td rowspan="2"> |
|
| 1811 |
+ <p>50</p> |
|
| 1812 |
+ </td> |
|
| 1813 |
+ <td> |
|
| 1814 |
+ <p class="c_002c9a fwRg">정상수신</p> |
|
| 1815 |
+ </td> |
|
| 1816 |
+ <td> |
|
| 1817 |
+ <p class="c_002c9a fwRg">1</p> |
|
| 1818 |
+ </td> |
|
| 1819 |
+ <td> |
|
| 1820 |
+ <p class="c_002c9a fwRg">정상수신</p> |
|
| 1821 |
+ </td> |
|
| 1822 |
+ <td> |
|
| 1823 |
+ <p class="c_002c9a fwRg">1</p> |
|
| 1824 |
+ </td> |
|
| 1825 |
+ <td> |
|
| 1826 |
+ <p class="c_002c9a fwRg">100</p> |
|
| 1827 |
+ </td> |
|
| 1398 | 1828 |
</tr> |
| 1399 | 1829 |
<tr> |
| 1400 |
- <td class="c_222"><p>실패/대기</p></td> |
|
| 1401 |
- <td class="c_222"><p>0/0</p></td> |
|
| 1402 |
- <td class="c_222"><p>실패/대기</p></td> |
|
| 1403 |
- <td class="c_222"><p>0/0</p></td> |
|
| 1404 |
- <td class="c_222"><p>0</p></td> |
|
| 1830 |
+ <td class="c_222"> |
|
| 1831 |
+ <p>실패/대기</p> |
|
| 1832 |
+ </td> |
|
| 1833 |
+ <td class="c_222"> |
|
| 1834 |
+ <p>0/0</p> |
|
| 1835 |
+ </td> |
|
| 1836 |
+ <td class="c_222"> |
|
| 1837 |
+ <p>실패/대기</p> |
|
| 1838 |
+ </td> |
|
| 1839 |
+ <td class="c_222"> |
|
| 1840 |
+ <p>0/0</p> |
|
| 1841 |
+ </td> |
|
| 1842 |
+ <td class="c_222"> |
|
| 1843 |
+ <p>0</p> |
|
| 1844 |
+ </td> |
|
| 1405 | 1845 |
</tr> |
| 1406 | 1846 |
<tr> |
| 1407 | 1847 |
<td rowspan="2"> |
| 1408 | 1848 |
<label for="" class="label">선택</label> |
| 1409 | 1849 |
<input type="checkbox"> |
| 1410 | 1850 |
</td> |
| 1411 |
- <td rowspan="2"><p>2021-06-02,14:00:30</p></td> |
|
| 1412 |
- <td rowspan="2"><p class="c_222 fwRg">알림톡 텍스트</p></td> |
|
| 1413 |
- <td rowspan="2"><button class="btnType btnType20" data-tooltip="rev_popup03">상세보기</button></td> |
|
| 1414 |
- <td rowspan="2"><p>VIP(10명)</p></td> |
|
| 1415 |
- <td rowspan="2"><p>010-1234-5678</p></td> |
|
| 1416 |
- <td rowspan="2"><p>50</p></td> |
|
| 1417 |
- <td><p class="c_002c9a fwRg">정상수신</p></td> |
|
| 1418 |
- <td><p class="c_002c9a fwRg">1</p></td> |
|
| 1419 |
- <td><p class="c_002c9a fwRg">정상수신</p></td> |
|
| 1420 |
- <td><p class="c_002c9a fwRg">1</p></td> |
|
| 1421 |
- <td><p class="c_002c9a fwRg">100</p></td> |
|
| 1851 |
+ <td rowspan="2"> |
|
| 1852 |
+ <p>2021-06-02,14:00:30</p> |
|
| 1853 |
+ </td> |
|
| 1854 |
+ <td rowspan="2"> |
|
| 1855 |
+ <p class="c_222 fwRg">알림톡 텍스트</p> |
|
| 1856 |
+ </td> |
|
| 1857 |
+ <td rowspan="2"><button class="btnType btnType20" |
|
| 1858 |
+ data-tooltip="rev_popup03">상세보기</button></td> |
|
| 1859 |
+ <td rowspan="2"> |
|
| 1860 |
+ <p>VIP(10명)</p> |
|
| 1861 |
+ </td> |
|
| 1862 |
+ <td rowspan="2"> |
|
| 1863 |
+ <p>010-1234-5678</p> |
|
| 1864 |
+ </td> |
|
| 1865 |
+ <td rowspan="2"> |
|
| 1866 |
+ <p>50</p> |
|
| 1867 |
+ </td> |
|
| 1868 |
+ <td> |
|
| 1869 |
+ <p class="c_002c9a fwRg">정상수신</p> |
|
| 1870 |
+ </td> |
|
| 1871 |
+ <td> |
|
| 1872 |
+ <p class="c_002c9a fwRg">1</p> |
|
| 1873 |
+ </td> |
|
| 1874 |
+ <td> |
|
| 1875 |
+ <p class="c_002c9a fwRg">정상수신</p> |
|
| 1876 |
+ </td> |
|
| 1877 |
+ <td> |
|
| 1878 |
+ <p class="c_002c9a fwRg">1</p> |
|
| 1879 |
+ </td> |
|
| 1880 |
+ <td> |
|
| 1881 |
+ <p class="c_002c9a fwRg">100</p> |
|
| 1882 |
+ </td> |
|
| 1422 | 1883 |
</tr> |
| 1423 | 1884 |
<tr> |
| 1424 |
- <td class="c_222"><p>실패/대기</p></td> |
|
| 1425 |
- <td class="c_222"><p>0/0</p></td> |
|
| 1426 |
- <td class="c_222"><p>실패/대기</p></td> |
|
| 1427 |
- <td class="c_222"><p>0/0</p></td> |
|
| 1428 |
- <td class="c_222"><p>0</p></td> |
|
| 1885 |
+ <td class="c_222"> |
|
| 1886 |
+ <p>실패/대기</p> |
|
| 1887 |
+ </td> |
|
| 1888 |
+ <td class="c_222"> |
|
| 1889 |
+ <p>0/0</p> |
|
| 1890 |
+ </td> |
|
| 1891 |
+ <td class="c_222"> |
|
| 1892 |
+ <p>실패/대기</p> |
|
| 1893 |
+ </td> |
|
| 1894 |
+ <td class="c_222"> |
|
| 1895 |
+ <p>0/0</p> |
|
| 1896 |
+ </td> |
|
| 1897 |
+ <td class="c_222"> |
|
| 1898 |
+ <p>0</p> |
|
| 1899 |
+ </td> |
|
| 1429 | 1900 |
</tr> |
| 1430 | 1901 |
</tbody> |
| 1431 | 1902 |
</table> |
| 1432 | 1903 |
</div> |
| 1433 | 1904 |
<!-- 받는사람(개인별) - 전체 --> |
| 1434 |
- <div class="tb_wrap" style="display: none;"> |
|
| 1435 |
- <table class="tType4"> |
|
| 1436 |
- <colgroup> |
|
| 1437 |
- <col style="width: 40px;"> |
|
| 1438 |
- <col style="width: 15%;"> |
|
| 1439 |
- <col style="width: 12%;"> |
|
| 1440 |
- <col style="width: 90px;"> |
|
| 1441 |
- <col style="width: 12%;"> |
|
| 1442 |
- <col style="width: 14%;"> |
|
| 1443 |
- <col style="width: 11%;"> |
|
| 1444 |
- <col style="width: 11%;"> |
|
| 1445 |
- <col style="width: auto;"> |
|
| 1446 |
- </colgroup> |
|
| 1447 |
- <thead> |
|
| 1448 |
- <tr> |
|
| 1449 |
- <th> |
|
| 1450 |
- <label for="" class="label">전체 선택</label> |
|
| 1451 |
- <input type="checkbox"> |
|
| 1452 |
- </th> |
|
| 1453 |
- <th>발송일시 |
|
| 1454 |
- <div class="sort_wrap"> |
|
| 1455 |
- <button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button> |
|
| 1456 |
- <button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button> |
|
| 1457 |
- </div> |
|
| 1458 |
- </th> |
|
| 1459 |
- <th> |
|
| 1460 |
- 형태 |
|
| 1461 |
- <div class="sort_wrap"> |
|
| 1462 |
- <button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button> |
|
| 1463 |
- <button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button> |
|
| 1464 |
- </div> |
|
| 1465 |
- </th> |
|
| 1466 |
- <th> |
|
| 1467 |
- 내용 |
|
| 1468 |
- </th> |
|
| 1469 |
- <th> |
|
| 1470 |
- 받는사람 |
|
| 1471 |
- <div class="sort_wrap"> |
|
| 1472 |
- <button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button> |
|
| 1473 |
- <button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button> |
|
| 1474 |
- </div> |
|
| 1475 |
- </th> |
|
| 1476 |
- <th> |
|
| 1477 |
- 발신번호 |
|
| 1478 |
- <div class="sort_wrap"> |
|
| 1479 |
- <button type="button"><img src="/publish/images/sortUp.png" alt="오름차순으로 분류"></button> |
|
| 1480 |
- <button type="button"><img src="/publish/images/sortDown.png" alt="내림차순으로 분류"></button> |
|
| 1481 |
- </div> |
|
| 1482 |
- </th> |
|
| 1483 |
- <th>카카오톡 결과</th> |
|
| 1484 |
- <th>대체문자 결과</th> |
|
| 1485 |
- <th>금액</th> |
|
| 1486 |
- </tr> |
|
| 1487 |
- </thead> |
|
| 1488 |
- <tbody> |
|
| 1489 |
- <tr> |
|
| 1490 |
- <td> |
|
| 1491 |
- <label for="" class="label">선택</label> |
|
| 1492 |
- <input type="checkbox"> |
|
| 1493 |
- </td> |
|
| 1494 |
- <td> |
|
| 1495 |
- <p>2021-06-02, 14:00:30</p> |
|
| 1496 |
- </td> |
|
| 1497 |
- <td> |
|
| 1498 |
- <p>알림톡 텍스트</p> |
|
| 1499 |
- </td> |
|
| 1500 |
- <td> |
|
| 1501 |
- <button class="btnType btnType20" data-tooltip="rev_popup03">상세보기</button> |
|
| 1502 |
- </td> |
|
| 1503 |
- <td> |
|
| 1504 |
- <p>홍길동</p> |
|
| 1505 |
- </td> |
|
| 1506 |
- <td> |
|
| 1507 |
- <p>010-1234-5678</p> |
|
| 1508 |
- </td> |
|
| 1509 |
- <td> |
|
| 1510 |
- <p class="fwRg c_002c9a">정상수신</p> |
|
| 1511 |
- </td> |
|
| 1512 |
- <td> |
|
| 1513 |
- <p class="fwRg c_002c9a">정상수신</p> |
|
| 1514 |
- </td> |
|
| 1515 |
- <td> |
|
| 1516 |
- <p class="fwRg c_002c9a">500</p> |
|
| 1517 |
- </td> |
|
| 1518 |
- </tr> |
|
| 1519 |
- <tr> |
|
| 1520 |
- <td> |
|
| 1521 |
- <label for="" class="label">선택</label> |
|
| 1522 |
- <input type="checkbox"> |
|
| 1523 |
- </td> |
|
| 1524 |
- <td> |
|
| 1525 |
- <p>2021-06-02, 14:00:30</p> |
|
| 1526 |
- </td> |
|
| 1527 |
- <td> |
|
| 1528 |
- <p>알림톡 텍스트</p> |
|
| 1529 |
- </td> |
|
| 1530 |
- <td> |
|
| 1531 |
- <button class="btnType btnType20" data-tooltip="rev_popup03">상세보기</button> |
|
| 1532 |
- </td> |
|
| 1533 |
- <td> |
|
| 1534 |
- <p>홍길동</p> |
|
| 1535 |
- </td> |
|
| 1536 |
- <td> |
|
| 1537 |
- <p>010-1234-5678</p> |
|
| 1538 |
- </td> |
|
| 1539 |
- <td> |
|
| 1540 |
- <p class="fwRg c_e40000">수신오류</p> |
|
| 1541 |
- </td> |
|
| 1542 |
- <td> |
|
| 1543 |
- <p class="fwRg c_e40000">수신오류</p> |
|
| 1544 |
- </td> |
|
| 1545 |
- <td> |
|
| 1546 |
- <p class="fwRg c_222">0</p> |
|
| 1547 |
- </td> |
|
| 1548 |
- </tr> |
|
| 1549 |
- <tr> |
|
| 1550 |
- <td> |
|
| 1551 |
- <label for="" class="label">선택</label> |
|
| 1552 |
- <input type="checkbox"> |
|
| 1553 |
- </td> |
|
| 1554 |
- <td> |
|
| 1555 |
- <p>2021-06-02, 14:00:30</p> |
|
| 1556 |
- </td> |
|
| 1557 |
- <td> |
|
| 1558 |
- <p>알림톡 텍스트</p> |
|
| 1559 |
- </td> |
|
| 1560 |
- <td> |
|
| 1561 |
- <button class="btnType btnType20" data-tooltip="rev_popup03">상세보기</button> |
|
| 1562 |
- </td> |
|
| 1563 |
- <td> |
|
| 1564 |
- <p>홍길동</p> |
|
| 1565 |
- </td> |
|
| 1566 |
- <td> |
|
| 1567 |
- <p>010-1234-5678</p> |
|
| 1568 |
- </td> |
|
| 1569 |
- <td> |
|
| 1570 |
- <p class="fwRg c_19b32b">발송대기</p> |
|
| 1571 |
- </td> |
|
| 1572 |
- <td> |
|
| 1573 |
- <p class="fwRg c_e40000">수신오류</p> |
|
| 1574 |
- </td> |
|
| 1575 |
- <td> |
|
| 1576 |
- <p class="fwRg c_222">0</p> |
|
| 1577 |
- </td> |
|
| 1578 |
- </tr> |
|
| 1579 |
- </tbody> |
|
| 1580 |
- </table> |
|
| 1581 |
- </div> |
|
| 1905 |
+ <div class="tb_wrap" style="display: none;"> |
|
| 1906 |
+ <table class="tType4"> |
|
| 1907 |
+ <colgroup> |
|
| 1908 |
+ <col style="width: 40px;"> |
|
| 1909 |
+ <col style="width: 15%;"> |
|
| 1910 |
+ <col style="width: 12%;"> |
|
| 1911 |
+ <col style="width: 90px;"> |
|
| 1912 |
+ <col style="width: 12%;"> |
|
| 1913 |
+ <col style="width: 14%;"> |
|
| 1914 |
+ <col style="width: 11%;"> |
|
| 1915 |
+ <col style="width: 11%;"> |
|
| 1916 |
+ <col style="width: auto;"> |
|
| 1917 |
+ </colgroup> |
|
| 1918 |
+ <thead> |
|
| 1919 |
+ <tr> |
|
| 1920 |
+ <th> |
|
| 1921 |
+ <label for="" class="label">전체 선택</label> |
|
| 1922 |
+ <input type="checkbox"> |
|
| 1923 |
+ </th> |
|
| 1924 |
+ <th>발송일시 |
|
| 1925 |
+ <div class="sort_wrap"> |
|
| 1926 |
+ <button type="button"><img src="/publish/images/sortUp.png" |
|
| 1927 |
+ alt="오름차순으로 분류"></button> |
|
| 1928 |
+ <button type="button"><img src="/publish/images/sortDown.png" |
|
| 1929 |
+ alt="내림차순으로 분류"></button> |
|
| 1930 |
+ </div> |
|
| 1931 |
+ </th> |
|
| 1932 |
+ <th> |
|
| 1933 |
+ 형태 |
|
| 1934 |
+ <div class="sort_wrap"> |
|
| 1935 |
+ <button type="button"><img src="/publish/images/sortUp.png" |
|
| 1936 |
+ alt="오름차순으로 분류"></button> |
|
| 1937 |
+ <button type="button"><img src="/publish/images/sortDown.png" |
|
| 1938 |
+ alt="내림차순으로 분류"></button> |
|
| 1939 |
+ </div> |
|
| 1940 |
+ </th> |
|
| 1941 |
+ <th> |
|
| 1942 |
+ 내용 |
|
| 1943 |
+ </th> |
|
| 1944 |
+ <th> |
|
| 1945 |
+ 받는사람 |
|
| 1946 |
+ <div class="sort_wrap"> |
|
| 1947 |
+ <button type="button"><img src="/publish/images/sortUp.png" |
|
| 1948 |
+ alt="오름차순으로 분류"></button> |
|
| 1949 |
+ <button type="button"><img src="/publish/images/sortDown.png" |
|
| 1950 |
+ alt="내림차순으로 분류"></button> |
|
| 1951 |
+ </div> |
|
| 1952 |
+ </th> |
|
| 1953 |
+ <th> |
|
| 1954 |
+ 발신번호 |
|
| 1955 |
+ <div class="sort_wrap"> |
|
| 1956 |
+ <button type="button"><img src="/publish/images/sortUp.png" |
|
| 1957 |
+ alt="오름차순으로 분류"></button> |
|
| 1958 |
+ <button type="button"><img src="/publish/images/sortDown.png" |
|
| 1959 |
+ alt="내림차순으로 분류"></button> |
|
| 1960 |
+ </div> |
|
| 1961 |
+ </th> |
|
| 1962 |
+ <th>카카오톡 결과</th> |
|
| 1963 |
+ <th>대체문자 결과</th> |
|
| 1964 |
+ <th>금액</th> |
|
| 1965 |
+ </tr> |
|
| 1966 |
+ </thead> |
|
| 1967 |
+ <tbody> |
|
| 1968 |
+ <tr> |
|
| 1969 |
+ <td> |
|
| 1970 |
+ <label for="" class="label">선택</label> |
|
| 1971 |
+ <input type="checkbox"> |
|
| 1972 |
+ </td> |
|
| 1973 |
+ <td> |
|
| 1974 |
+ <p>2021-06-02, 14:00:30</p> |
|
| 1975 |
+ </td> |
|
| 1976 |
+ <td> |
|
| 1977 |
+ <p>알림톡 텍스트</p> |
|
| 1978 |
+ </td> |
|
| 1979 |
+ <td> |
|
| 1980 |
+ <button class="btnType btnType20" |
|
| 1981 |
+ data-tooltip="rev_popup03">상세보기</button> |
|
| 1982 |
+ </td> |
|
| 1983 |
+ <td> |
|
| 1984 |
+ <p>홍길동</p> |
|
| 1985 |
+ </td> |
|
| 1986 |
+ <td> |
|
| 1987 |
+ <p>010-1234-5678</p> |
|
| 1988 |
+ </td> |
|
| 1989 |
+ <td> |
|
| 1990 |
+ <p class="fwRg c_002c9a">정상수신</p> |
|
| 1991 |
+ </td> |
|
| 1992 |
+ <td> |
|
| 1993 |
+ <p class="fwRg c_002c9a">정상수신</p> |
|
| 1994 |
+ </td> |
|
| 1995 |
+ <td> |
|
| 1996 |
+ <p class="fwRg c_002c9a">500</p> |
|
| 1997 |
+ </td> |
|
| 1998 |
+ </tr> |
|
| 1999 |
+ <tr> |
|
| 2000 |
+ <td> |
|
| 2001 |
+ <label for="" class="label">선택</label> |
|
| 2002 |
+ <input type="checkbox"> |
|
| 2003 |
+ </td> |
|
| 2004 |
+ <td> |
|
| 2005 |
+ <p>2021-06-02, 14:00:30</p> |
|
| 2006 |
+ </td> |
|
| 2007 |
+ <td> |
|
| 2008 |
+ <p>알림톡 텍스트</p> |
|
| 2009 |
+ </td> |
|
| 2010 |
+ <td> |
|
| 2011 |
+ <button class="btnType btnType20" |
|
| 2012 |
+ data-tooltip="rev_popup03">상세보기</button> |
|
| 2013 |
+ </td> |
|
| 2014 |
+ <td> |
|
| 2015 |
+ <p>홍길동</p> |
|
| 2016 |
+ </td> |
|
| 2017 |
+ <td> |
|
| 2018 |
+ <p>010-1234-5678</p> |
|
| 2019 |
+ </td> |
|
| 2020 |
+ <td> |
|
| 2021 |
+ <p class="fwRg c_e40000">수신오류</p> |
|
| 2022 |
+ </td> |
|
| 2023 |
+ <td> |
|
| 2024 |
+ <p class="fwRg c_e40000">수신오류</p> |
|
| 2025 |
+ </td> |
|
| 2026 |
+ <td> |
|
| 2027 |
+ <p class="fwRg c_222">0</p> |
|
| 2028 |
+ </td> |
|
| 2029 |
+ </tr> |
|
| 2030 |
+ <tr> |
|
| 2031 |
+ <td> |
|
| 2032 |
+ <label for="" class="label">선택</label> |
|
| 2033 |
+ <input type="checkbox"> |
|
| 2034 |
+ </td> |
|
| 2035 |
+ <td> |
|
| 2036 |
+ <p>2021-06-02, 14:00:30</p> |
|
| 2037 |
+ </td> |
|
| 2038 |
+ <td> |
|
| 2039 |
+ <p>알림톡 텍스트</p> |
|
| 2040 |
+ </td> |
|
| 2041 |
+ <td> |
|
| 2042 |
+ <button class="btnType btnType20" |
|
| 2043 |
+ data-tooltip="rev_popup03">상세보기</button> |
|
| 2044 |
+ </td> |
|
| 2045 |
+ <td> |
|
| 2046 |
+ <p>홍길동</p> |
|
| 2047 |
+ </td> |
|
| 2048 |
+ <td> |
|
| 2049 |
+ <p>010-1234-5678</p> |
|
| 2050 |
+ </td> |
|
| 2051 |
+ <td> |
|
| 2052 |
+ <p class="fwRg c_19b32b">발송대기</p> |
|
| 2053 |
+ </td> |
|
| 2054 |
+ <td> |
|
| 2055 |
+ <p class="fwRg c_e40000">수신오류</p> |
|
| 2056 |
+ </td> |
|
| 2057 |
+ <td> |
|
| 2058 |
+ <p class="fwRg c_222">0</p> |
|
| 2059 |
+ </td> |
|
| 2060 |
+ </tr> |
|
| 2061 |
+ </tbody> |
|
| 2062 |
+ </table> |
|
| 2063 |
+ </div> |
|
| 1582 | 2064 |
<div class="table_btn clearfix"> |
| 1583 | 2065 |
<div class="table_btn_left"> |
| 1584 |
- |
|
| 1585 |
- <button type="button" data-tooltip="rev_popup02" class="btnType btnType15"><i class="add_img"></i>그룹등록</button> |
|
| 1586 |
- <button type="button" class="btnType btnType15"><i class="remove_img"></i>주소록에서 번호 삭제</button> |
|
| 2066 |
+ |
|
| 2067 |
+ <button type="button" data-tooltip="rev_popup02" class="btnType btnType15"><i |
|
| 2068 |
+ class="add_img"></i>그룹등록</button> |
|
| 2069 |
+ <button type="button" class="btnType btnType15"><i class="remove_img"></i>주소록에서 |
|
| 2070 |
+ 번호 삭제</button> |
|
| 1587 | 2071 |
<button type="button" class="btnType btnType15">수신거부번호 등록</button> |
| 1588 | 2072 |
</div> |
| 1589 | 2073 |
<div class="table_btn_right"> |
| 1590 |
- <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> |
|
| 1591 |
- <button type="button" class="print_btn btnType"><i class="print_img"></i>발송결과 출력하기</button> |
|
| 2074 |
+ <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 |
|
| 2075 |
+ 다운로드</button> |
|
| 2076 |
+ <button type="button" class="print_btn btnType"><i class="print_img"></i>발송결과 |
|
| 2077 |
+ 출력하기</button> |
|
| 1592 | 2078 |
</div> |
| 1593 | 2079 |
</div> |
| 1594 | 2080 |
<!-- 받는사람(전송건별) - 전체 --> |
| 1595 |
- |
|
| 2081 |
+ |
|
| 1596 | 2082 |
<!-- pagination --> |
| 1597 | 2083 |
<ul class="pagination"> |
| 1598 | 2084 |
<li class="page_first"><button><img src="/publish/images/content/page_first.png" |
... | ... | @@ -1618,8 +2104,8 @@ |
| 1618 | 2104 |
</div> |
| 1619 | 2105 |
</div><!-- // 발송관리 > 전체 --> |
| 1620 | 2106 |
</div> |
| 1621 |
- |
|
| 1622 |
- |
|
| 2107 |
+ |
|
| 2108 |
+ |
|
| 1623 | 2109 |
</div> |
| 1624 | 2110 |
</div> |
| 1625 | 2111 |
<!--// send top --> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?