2025/01/23 발송결과_상세 페이지 수정
@a64de2d3635ec0d3597a6d514b5fbf618cae322d
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -2368,6 +2368,29 @@ |
| 2368 | 2368 |
.rev_admin .rev_admin_in .rev_admin_top p:first-child{margin: 3px 0 0 0; font-size: 17px;}
|
| 2369 | 2369 |
.rev_admin .rev_admin_in .rev_admin_top p:last-child span{font-size: 16px;}
|
| 2370 | 2370 |
|
| 2371 |
+/*발송결과 상세 수정_2025*/ |
|
| 2372 |
+.res_info .res_info_in .res_info_btm dl dt{font-weight:400; display:flex;align-item:center;} /*수정*/
|
|
| 2373 |
+.res_info .res_info_in .res_info_btm dl dt .icon_wrap{display:inline-block; display: flex; align-items: center; margin:-10px 0 0 8px;}
|
|
| 2374 |
+.res_info .res_info_in .res_info_btm dl dt .icon_wrap .re{padding: 5px 8px 6px 8px; margin: 0 3px; border-radius: 20px; font-size: 14px; background-color: #e8f0ff; color: #2c5dd6; border:1px solid #e8f0ff;}
|
|
| 2375 |
+.res_info .res_info_in .res_info_btm dl dt .icon_wrap button.di{padding: 2px 9px 3px 9px; margin: 0 3px; border-radius: 20px; font-size: 14px; background-color: #e7f5ec; color: #359b59; border:1px solid #bce7cb;}
|
|
| 2376 |
+.res_info .res_info_in .res_info_btm dl dt .icon_wrap button.di:hover{box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.15);}
|
|
| 2377 |
+.res_info .res_info_in .res_info_btm dl dt .icon_wrap .di_info{position:relative;}
|
|
| 2378 |
+.res_info .res_info_in .res_info_btm dl dt .icon_wrap .di_info .di_hover_layer{display:none; position:absolute;top:28px; background-color: #fff; padding: 15px; border-radius: 5px; box-sizing: border-box ;box-shadow: 0px 0px 5px 3px rgba(0,0,0,0.15); z-index: 9; text-align:center;font-size: 14px; color: #222; width:180px; }
|
|
| 2379 |
+.res_info .res_info_in .res_info_btm dl dt .icon_wrap .di_info .di_hover_layer strong{font-weight:600;}
|
|
| 2380 |
+.res_info .res_info_in .res_info_btm dl dt .icon_wrap .di_info:hover .di_hover_layer{display:block;}
|
|
| 2381 |
+.res_info .res_info_in .res_info_btm dl .btnType20{background-color: #f5f5f5; border: 1px solid #d5d5d5; color: #222;}
|
|
| 2382 |
+ |
|
| 2383 |
+.res_info .res_info_in .res_num .res_info_btm1 dl{display:flex;padding:8px 10px 5px 10px;font-size:16px;font-weight:300;justify-content:space-between; color:#222;}
|
|
| 2384 |
+.res_info .res_info_in .res_num .res_info_btm1 dl dt{font-weight:400; font-size:16px; padding:3px 0 0 0;}
|
|
| 2385 |
+.res_info .res_info_in .res_num .res_info_btm1 dl dt.btm_charge{font-size:18px;}
|
|
| 2386 |
+.res_info .res_info_in .res_num .res_info_btm1 dl dd{padding:3px 0 0 0;}
|
|
| 2387 |
+.res_info .res_info_in .res_num .res_info_btm1 dl dd span{font-weight:500; font-size:24px;}
|
|
| 2388 |
+ |
|
| 2389 |
+.send_top .resultcont_left .table_bottom_txt{padding:18px 0 0 0;font-size:14px; font-weight:500;}
|
|
| 2390 |
+ |
|
| 2391 |
+.tb_wrap1{height:264px; overflow-y: auto; position:relative; border:1px solid #ccc; border-radius:5px;}
|
|
| 2392 |
+.tb_wrap1 table.type4 th{position: sticky; top:0; z-index: 1; background-color:#ededed;}
|
|
| 2393 |
+ |
|
| 2371 | 2394 |
|
| 2372 | 2395 |
@keyframes rotate-loading {
|
| 2373 | 2396 |
0% {transform:rotate(0)}
|
--- src/main/webapp/publish/guide_2022.html
+++ src/main/webapp/publish/guide_2022.html
... | ... | @@ -18,6 +18,7 @@ |
| 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/textingmsg_2025_detail.html">textingmsg_2025_detail.html</a>[개선] 발송결과 상세 수정</li> |
|
| 21 | 22 |
<li><a href="/publish/textingmsg_2025_list.html">textingmsg_2025_list.html</a>[개선] 발송결과 수정</li> |
| 22 | 23 |
<li><a href="/publish/service3_spam_2024.html">service3_spam_2024.html</a>불법스팸방지정책 (2024.11.29)</li> |
| 23 | 24 |
<li><a href="/publish/service1_2024.html">service1_2024.html</a>이용약관 (2024.11.29)</li> |
+++ src/main/webapp/publish/textingmsg_2025_detail.html
... | ... | @@ -0,0 +1,987 @@ |
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="ko"> | |
| 3 | + | |
| 4 | +<head> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | + <meta http-equiv="X-UA-Compatible" content="IE=edge"> | |
| 7 | + <title>문자온_발송결과</title> | |
| 8 | + | |
| 9 | + <link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR:wght@100;300;400;500;700;900&display=swap" | |
| 10 | + rel="stylesheet"> | |
| 11 | + <link rel="stylesheet" href="/publish/css/reset.css"> | |
| 12 | + <link rel="stylesheet" href="/publish/css/jquery.mCustomScrollbar.css"> | |
| 13 | + <link rel="stylesheet" href="/publish/css/common.css"> | |
| 14 | + <link rel="stylesheet" href="/publish/css/button.css"> | |
| 15 | + <link rel="stylesheet" href="/publish/css/content.css"> | |
| 16 | + <link rel="stylesheet" href="/publish/css/mem.css"> | |
| 17 | + <link rel="stylesheet" href="/publish/css/font.css"> | |
| 18 | + <link rel="stylesheet" href="/publish/css/popupLayer.css"> | |
| 19 | + <link rel="stylesheet" href="/publish/js/datepicker/classic.css"> | |
| 20 | + <link rel="stylesheet" href="/publish/js/datepicker/classic.date.css"> | |
| 21 | + | |
| 22 | + | |
| 23 | + <script src="/publish/js/jquery-3.5.0.js"></script> | |
| 24 | + <script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script> | |
| 25 | + <script src="/publish/js/common.js"></script> | |
| 26 | + <script src="/publish/js/content.js"></script> | |
| 27 | + <script src="/publish/js/popupLayer.js"></script> | |
| 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> | |
| 31 | + | |
| 32 | + <script> | |
| 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{} | |
| 41 | + }) | |
| 42 | + }); | |
| 43 | + </script> | |
| 44 | + | |
| 45 | +</head> | |
| 46 | + | |
| 47 | +<body> | |
| 48 | + <div class="mask"></div> | |
| 49 | + | |
| 50 | + <!-- 220411 이통사 스팸차단 및 번호도용 방지 서비스 안내 팝업 --> | |
| 51 | + <div class="tooltip-wrap"> | |
| 52 | + <div class="popup-com ad_layer popupJunk" tabindex="0" data-tooltip-con="popupJunk" data-focus="popupJunk" data-focus-prev="popupJunk-close" style="width: 795px;"> | |
| 53 | + <div class="popup_heading"> | |
| 54 | + <p>이통사 스팸차단 및 번호도용 방지 서비스 안내</p> | |
| 55 | + <button type="button" class="tooltip-close" data-focus="popupJunk-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 56 | + </div> | |
| 57 | + <div class="layer_in"> | |
| 58 | + <div class="list_tab_wrap2 type5"> | |
| 59 | + <!-- tab button --> | |
| 60 | + <ul class="list_tab"> | |
| 61 | + <li class="tab active"><button type="button" onclick="listTab2(this,'1');">이통사 스팸 필터링 서비스</button></li> | |
| 62 | + <li class="tab"><button type="button" onclick="listTab2(this,'2');">번호도용 문자차단 서비스</button></li> | |
| 63 | + </ul><!-- // tab button --> | |
| 64 | + </div> | |
| 65 | + <!-- 광고문자 전송규정 안내 --> | |
| 66 | + <div class="adpop_cont current" id="listTab2_1"> | |
| 67 | + <div class="titBox"> | |
| 68 | + <div class="notibox">한국인터넷진흥원 불법스팸대응센터에서 스팸종합대책을 마련함에 따라,<br>각 통신사에서 스팸차단서비스라는 서비스를 진행하고 있습니다.</div> | |
| 69 | + <p>- 스팸차단서비스는 이동통신사의 별도 조합 기준에 따른 스팸확률에 의한 차단으로 스팸으로 판단되는 문자를</p> | |
| 70 | + <p> 휴대폰 문자수신함이 아닌, 각 통신사별 스팸보관함에 전송한 후 결과값은 성공을 처리합니다(정상과금 처리)</p> | |
| 71 | + <p>- 스팸문자로 저장된것이 확인되었다면, 스팸차단서비스를 해제하여 이용하시기 바랍니다.</p> | |
| 72 | + <p> (개인정보보호정책으로 인해 본인 이외 타인은 확인 불가하므로, 본인이 직접 확인해야합니다.)</p> | |
| 73 | + </div> | |
| 74 | + <div class="adpop1_bottom"> | |
| 75 | + <p class="title_box"><span>01.</span>통신사 홈페이지를 통해 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 76 | + <div class="content_box"> | |
| 77 | + <ul class="list"> | |
| 78 | + <li class="tit"> | |
| 79 | + <ul> | |
| 80 | + <li> | |
| 81 | + <div class="img_box"><img src="/publish/images/content/junk_agency001.png" alt="SK telecom" /></div> | |
| 82 | + <a href="http://www.tworld.co.kr/normal.do?serviceId=S_PROD2001&viewId=V_PROD7070&prod_id=NA00002121&uCode=u1_2" target="_blank" rel="nosublink">T월드 문자 스팸필터링 바로가기</a> | |
| 83 | + </li> | |
| 84 | + <li> | |
| 85 | + <div class="img_box"><img src="/publish/images/content/junk_agency002.png" alt="olleh KT" /></div> | |
| 86 | + <a href="https://product.kt.com/wDic/productDetail.do?ItemCode=479" target="_blank" rel="nosublink">KT (안심)스팸차단 바로가기</a> | |
| 87 | + </li> | |
| 88 | + <li> | |
| 89 | + <div class="img_box"><img src="/publish/images/content/junk_agency003.png" alt="LG U+" /></div> | |
| 90 | + <a href="https://www.lguplus.com/plan/addon/addon-call-msg/LRZ0000277" target="_blank" rel="nosublink">U+ 스팸차단 바로가기</a> | |
| 91 | + </li> | |
| 92 | + </ul> | |
| 93 | + </li> | |
| 94 | + <li> | |
| 95 | + <dl> | |
| 96 | + <dt><img src="/publish/images/content/junk_agency001_01.png" alt="T world" /></dt> | |
| 97 | + <dd> | |
| 98 | + <p>Tworld<a href="https://www.tworld.co.kr" target="_blank" rel="nosublink">(www.tworld.co.kr)</a> 홈페이지 접속 → 로그인 → [스팸필터링] 검색<br>→ 부가서비스 - 문자 스팸필터링 → 설정 → SMS인증 → 스팸차단 메시지 확인</p> | |
| 99 | + </dd> | |
| 100 | + </dl> | |
| 101 | + </li> | |
| 102 | + <li> | |
| 103 | + <dl> | |
| 104 | + <dt><img src="/publish/images/content/junk_agency002_01.png" alt="olleh O" /></dt> | |
| 105 | + <dd> | |
| 106 | + <p>KT<a href="https://www.kt.com/" target="_blank" rel="nosublink">(www.kt.com)</a> 홈페이지 접속 → 로그인 →[스팸차단서비스] 검색<br>→ 스팸차단서비스 → 스팸메시지함 → 스팸차단 메시지 확인</p> | |
| 107 | + </dd> | |
| 108 | + </dl> | |
| 109 | + </li> | |
| 110 | + <li> | |
| 111 | + <dl> | |
| 112 | + <dt><img src="/publish/images/content/junk_agency003_01.png" alt="LG U+" /></dt> | |
| 113 | + <dd> | |
| 114 | + <p>U+<a href="https://www.uplus.co.kr" target="_blank" rel="nosublink">(www.uplus.co.kr)</a> 홈페이지 접속 → 로그인 → [스팸차단] 검색<br>→ 부가서비스 - 스팸차단 → 스팸내역 조회 → SMS인증 → 스팸차단 메시지 확인</p> | |
| 115 | + </dd> | |
| 116 | + </dl> | |
| 117 | + </li> | |
| 118 | + </ul> | |
| 119 | + </div> | |
| 120 | + </div> | |
| 121 | + <div class="adpop1_bottom"> | |
| 122 | + <p class="title_box"><span>02.</span>통신사 어플을 통해 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 123 | + <div class="content_box"> | |
| 124 | + <ul class="list02"> | |
| 125 | + <li> | |
| 126 | + <div class="img_box"><img src="/publish/images/content/junk_agency01_02.png" alt="SKT" /></div> | |
| 127 | + <dl> | |
| 128 | + <dt>SKT · T스팸필터링</dt> | |
| 129 | + <dd>T Store, 구글 Play 스토어<br>다운가능</dd> | |
| 130 | + </dl> | |
| 131 | + </li> | |
| 132 | + <li> | |
| 133 | + <div class="img_box"><img src="/publish/images/content/junk_agency02_02.png" alt="KT" /></div> | |
| 134 | + <dl> | |
| 135 | + <dt>KT올레 · 올레스팸차단서비스</dt> | |
| 136 | + <dd>구글 Play 스토어 다운가능</dd> | |
| 137 | + </dl> | |
| 138 | + </li> | |
| 139 | + <li> | |
| 140 | + <div class="img_box"><img src="/publish/images/content/junk_agency03_02.png" alt="LG" /></div> | |
| 141 | + <dl> | |
| 142 | + <dt>LG U+ · U+ 스팸차단</dt> | |
| 143 | + <dd>구글 Play 스토어 다운가능</dd> | |
| 144 | + </dl> | |
| 145 | + </li> | |
| 146 | + </ul> | |
| 147 | + </div> | |
| 148 | + </div> | |
| 149 | + <div class="adpop1_bottom"> | |
| 150 | + <p class="title_box"><span>03.</span>통신사 고객센터를 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 151 | + <div class="content_box"> | |
| 152 | + <dl class="cscenter"> | |
| 153 | + <dt>휴대폰 114 + 통화버튼</dt> | |
| 154 | + <dd> | |
| 155 | + <ul> | |
| 156 | + <li>· SKT 고객센터(1599-0011)</li> | |
| 157 | + <li>· KT올레 고객센터(100)</li> | |
| 158 | + <li>· LG U+ 고객센터(1544-0010)</li> | |
| 159 | + </ul> | |
| 160 | + </dd> | |
| 161 | + </dl> | |
| 162 | + </div> | |
| 163 | + </div> | |
| 164 | + </div><!-- // 광고문자 전송규정 안내 --> | |
| 165 | + | |
| 166 | + <!-- 광고문자 수신동의 안내 --> | |
| 167 | + <div class="adpop_cont" id="listTab2_2"> | |
| 168 | + <div class="titBox"> | |
| 169 | + <div class="notibox">웹에서 발송되는 스팸, 스미싱 문자에 내 번호가 회신번호로 악용되는 것을 방지해주는 서비스로<br>해당 서비스에 가입된 경우 인터넷 문자 발송서비스를 통해 본인 휴대폰번호로 문자 발송시 차단됩니다</div> | |
| 170 | + <p>- 모든 전송 결과값이 실패로 확인되는 경우, 번호도용문자차단서비스에 가입여부 확인 후 해당서비스를 해지</p> | |
| 171 | + <p> 하신 후 전송하시기 바랍니다.</p> | |
| 172 | + </div> | |
| 173 | + <div class="adpop1_bottom"> | |
| 174 | + <p class="title_box"><span>01.</span>통신사 홈페이지를 통해 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 175 | + <div class="content_box"> | |
| 176 | + <ul class="list"> | |
| 177 | + <li class="tit"> | |
| 178 | + <ul> | |
| 179 | + <li> | |
| 180 | + <div class="img_box"><img src="/publish/images/content/junk_agency001.png" alt="SKT" /></div> | |
| 181 | + <a href="http://www.tworld.co.kr/normal.do?serviceId=S_PROD2001&viewId=V_PROD7070&prod_id=NA00004406&uCode=u1_2" target="_blank" rel="nosublink">T번호도용문자차단 바로가기</a> | |
| 182 | + </li> | |
| 183 | + <li> | |
| 184 | + <div class="img_box"><img src="/publish/images/content/junk_agency002.png" alt="KT" /></div> | |
| 185 | + <a href="https://product.kt.com/wDic/productDetail.do?ItemCode=1047" target="_blank" rel="nosublink">KT번호도용문자차단 바로가기</a> | |
| 186 | + </li> | |
| 187 | + <li> | |
| 188 | + <div class="img_box"><img src="/publish/images/content/junk_agency003.png" alt="Uplus" /></div> | |
| 189 | + <a href="https://www.lguplus.com/plan/addon/addon-call-msg/LRZ0002297" target="_blank" rel="nosublink">U+ 번호도용문자차단 바로가기</a> | |
| 190 | + </li> | |
| 191 | + </ul> | |
| 192 | + </li> | |
| 193 | + <li> | |
| 194 | + <dl> | |
| 195 | + <dt><img src="/publish/images/content/junk_agency001_01.png" alt="tworld" /></dt> | |
| 196 | + <dd> | |
| 197 | + <p>Tworld<a href="https://www.tworld.co.kr" target="_blank" rel="nosublink">(www.tworld.co.kr)</a> 홈페이지 접속 → 로그인<br>→ [번호도용문자차단] 검색 → 부가서비스 → 번호도용문자차단 → 해지</p> | |
| 198 | + </dd> | |
| 199 | + </dl> | |
| 200 | + </li> | |
| 201 | + <li> | |
| 202 | + <dl> | |
| 203 | + <dt><img src="/publish/images/content/junk_agency002_01.png" alt="kt" /></dt> | |
| 204 | + <dd> | |
| 205 | + <p>KT<a href="https://www.kt.com" target="_blank" rel="nosublink">(www.kt.com)</a> 홈페이지 접속 → 로그인<br>→ [번호도용문자차단] 검색 → 부가서비스 → 번호도용문자차단 → 해지</p> | |
| 206 | + </dd> | |
| 207 | + </dl> | |
| 208 | + </li> | |
| 209 | + <li> | |
| 210 | + <dl> | |
| 211 | + <dt><img src="/publish/images/content/junk_agency003_01.png" alt="LGuplus" /></dt> | |
| 212 | + <dd> | |
| 213 | + <p>U+<a href="https://www.uplus.co.kr" target="_blank" rel="nosublink">(www.uplus.co.kr)</a> 홈페이지 접속 → 로그인 → [번호도용문자차단] 검색<br>→ 부가서비스 → 번호도용문자차단 → 해지</p> | |
| 214 | + </dd> | |
| 215 | + </dl> | |
| 216 | + </li> | |
| 217 | + </ul> | |
| 218 | + </div> | |
| 219 | + </div> | |
| 220 | + <div class="adpop1_bottom"> | |
| 221 | + <p class="title_box"><span>02.</span>통신사 고객센터를 확인하는 방법<button type="button" class="view_button" onclick="popContentBoxView(this);"><i></i></button></p> | |
| 222 | + <div class="content_box"> | |
| 223 | + <dl class="cscenter"> | |
| 224 | + <dt>휴대폰 114 + 통화버튼</dt> | |
| 225 | + <dd> | |
| 226 | + <ul> | |
| 227 | + <li>· SKT 고객센터(1599-0011)</li> | |
| 228 | + <li>· KT올레 고객센터(100)</li> | |
| 229 | + <li>· LG U+ 고객센터(1544-0010)</li> | |
| 230 | + </ul> | |
| 231 | + </dd> | |
| 232 | + </dl> | |
| 233 | + </div> | |
| 234 | + </div> | |
| 235 | + </div><!-- // 광고문자 수신동의 안내 --> | |
| 236 | + </div> | |
| 237 | + <div class="popup_btn_wrap2" style="margin: 0 auto 30px auto;"> | |
| 238 | + <button type="button" class="tooltip-close" data-focus="adr_popup01-close" data-focus-next="popup02">닫기</button> | |
| 239 | + </div> | |
| 240 | + </div> | |
| 241 | + </div> | |
| 242 | + <!-- //220411 이통사 스팸차단 및 번호도용 방지 서비스 안내 팝업 --> | |
| 243 | + | |
| 244 | + | |
| 245 | + <!-- 발송대상리스트 팝업 --> | |
| 246 | + <div class="tooltip-wrap"> | |
| 247 | + <div class="popup-com ad_layer rev_popup04" tabindex="0" data-tooltip-con="rev_popup04" data-focus="rev_popup04" data-focus-prev="rev_popup04-close" style="width:530px;"> | |
| 248 | + <div class="popup_heading"> | |
| 249 | + <p>발송대상 리스트</p> | |
| 250 | + <button type="button" class="tooltip-close" data-focus="rev_popup04-close"><img src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 251 | + </div> | |
| 252 | + <div class="layer_in"> | |
| 253 | + | |
| 254 | + <div class="gorup_join_cont" style="margin:-15px 0 0 0;"> | |
| 255 | + <div class="group_input"> | |
| 256 | + <div class="input_left">발신번호</div> | |
| 257 | + <div class="input_right type1">010-2222-7777</div> | |
| 258 | + </div> | |
| 259 | + </div> | |
| 260 | + | |
| 261 | + <div class="popup_search_type1"> | |
| 262 | + <label for="" class="label">검색종류 선택</label> | |
| 263 | + <select id="" class="selType1 select_btn"> | |
| 264 | + <option value="1">수신번호</option> | |
| 265 | + <option value="2">상세결과</option> | |
| 266 | + </select> | |
| 267 | + <label for="" class="label">검색어입력</label> | |
| 268 | + <input type="text" class="send_text" id="" name="" value="" placeholder="3자 이상 입력하세요." onfocus="this.placeholder=''" onblur="this.placeholder='3자 이상 입력하세요.'"> | |
| 269 | + <button type="button" class="btnType btnType2" style="width:63px; margin:0;">검색</button> | |
| 270 | + </div> | |
| 271 | + | |
| 272 | + <div class="list_tab_wrap2 type4"> | |
| 273 | + <ul class="tabType3" id="tabType" name="tabType"> | |
| 274 | + <li class="tab active"><button type="button" onclick="contentTab(this,'1');" title="선택됨">전체</button></li> | |
| 275 | + <li class="tab"><button type="button" onclick="contentTab(this,'2');">대기</button> </li> | |
| 276 | + <li class="tab"><button type="button" onclick="contentTab(this,'3');">성공</button></li> | |
| 277 | + <li class="tab"><button type="button" onclick="contentTab(this,'4');"">실패</button> </li> | |
| 278 | + </ul> | |
| 279 | + </div> | |
| 280 | + | |
| 281 | + <!-- 전체 내용 --> | |
| 282 | + <div class="tab_content current" id="tab_content_1"> | |
| 283 | + <div class="tb_wrap1"> | |
| 284 | + <table class="tType4"> | |
| 285 | + <colgroup> | |
| 286 | + <col style="width: 52%;"> | |
| 287 | + <col style="width: 48%;"> | |
| 288 | + </colgroup> | |
| 289 | + <thead> | |
| 290 | + <tr> | |
| 291 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">수신번호 | |
| 292 | + <div class="sort_wrap"> | |
| 293 | + <input type="button" class="sort sortBtn"> | |
| 294 | + </div> | |
| 295 | + </th> | |
| 296 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">상세결과 | |
| 297 | + <div class="sort_wrap"> | |
| 298 | + <input type="button" class="sort sortBtn"> | |
| 299 | + </div> | |
| 300 | + </th> | |
| 301 | + </tr> | |
| 302 | + </thead> | |
| 303 | + <tbody> | |
| 304 | + <tr> | |
| 305 | + <td>010-1234-5678</td> | |
| 306 | + <td>성공</td> | |
| 307 | + </tr> | |
| 308 | + <tr> | |
| 309 | + <td>010-1234-5678</td> | |
| 310 | + <td>성공</td> | |
| 311 | + </tr> | |
| 312 | + <tr> | |
| 313 | + <td>010-1234-5678</td> | |
| 314 | + <td>성공</td> | |
| 315 | + </tr> | |
| 316 | + <tr> | |
| 317 | + <td>010-1234-5678</td> | |
| 318 | + <td>성공</td> | |
| 319 | + </tr> | |
| 320 | + <tr> | |
| 321 | + <td>010-1234-5678</td> | |
| 322 | + <td>성공</td> | |
| 323 | + </tr> | |
| 324 | + <tr> | |
| 325 | + <td>010-1234-5678</td> | |
| 326 | + <td>성공</td> | |
| 327 | + </tr> | |
| 328 | + <tr> | |
| 329 | + <td>010-1234-5678</td> | |
| 330 | + <td>성공</td> | |
| 331 | + </tr> | |
| 332 | + <tr> | |
| 333 | + <td>010-1234-5678</td> | |
| 334 | + <td>성공</td> | |
| 335 | + </tr> | |
| 336 | + <tr> | |
| 337 | + <td>010-1234-5678</td> | |
| 338 | + <td>성공</td> | |
| 339 | + </tr> | |
| 340 | + | |
| 341 | + </tbody> | |
| 342 | + </table> | |
| 343 | + | |
| 344 | + </div> | |
| 345 | + | |
| 346 | + <div class="table_btn clearfix"> | |
| 347 | + <div class="table_btn_left"> | |
| 348 | + <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> | |
| 349 | + <button type="button" class="btnType btnType14"><i class="add_img"></i>주소록 등록</button> | |
| 350 | + </div> | |
| 351 | + </div> | |
| 352 | + | |
| 353 | + </div> | |
| 354 | + <!--// 전체 내용 --> | |
| 355 | + | |
| 356 | + <!-- 대기 내용 --> | |
| 357 | + <div class="tab_content" id="tab_content_2"> | |
| 358 | + <div class="tb_wrap1"> | |
| 359 | + <table class="tType4"> | |
| 360 | + <colgroup> | |
| 361 | + <col style="width: 55%;"> | |
| 362 | + <col style="width: 45%;"> | |
| 363 | + </colgroup> | |
| 364 | + <thead> | |
| 365 | + <tr> | |
| 366 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">수신번호 | |
| 367 | + <div class="sort_wrap"> | |
| 368 | + <input type="button" class="sort sortBtn"> | |
| 369 | + </div> | |
| 370 | + </th> | |
| 371 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">상세결과 | |
| 372 | + <div class="sort_wrap"> | |
| 373 | + <input type="button" class="sort sortBtn"> | |
| 374 | + </div> | |
| 375 | + </th> | |
| 376 | + </tr> | |
| 377 | + </thead> | |
| 378 | + <tbody> | |
| 379 | + <tr> | |
| 380 | + <td>010-1234-5678</td> | |
| 381 | + <td>성공</td> | |
| 382 | + </tr> | |
| 383 | + <tr> | |
| 384 | + <td>010-1234-5678</td> | |
| 385 | + <td>성공</td> | |
| 386 | + </tr> | |
| 387 | + <tr> | |
| 388 | + <td>010-1234-5678</td> | |
| 389 | + <td>성공</td> | |
| 390 | + </tr> | |
| 391 | + <tr> | |
| 392 | + <td>010-1234-5678</td> | |
| 393 | + <td>성공</td> | |
| 394 | + </tr> | |
| 395 | + <tr> | |
| 396 | + <td>010-1234-5678</td> | |
| 397 | + <td>성공</td> | |
| 398 | + </tr> | |
| 399 | + </tbody> | |
| 400 | + </table> | |
| 401 | + | |
| 402 | + </div> | |
| 403 | + | |
| 404 | + <div class="table_btn clearfix"> | |
| 405 | + <div class="table_btn_left"> | |
| 406 | + <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> | |
| 407 | + </div> | |
| 408 | + </div> | |
| 409 | + | |
| 410 | + </div> | |
| 411 | + <!--// 대기 내용 --> | |
| 412 | + | |
| 413 | + <!-- 성공 내용 --> | |
| 414 | + <div class="tab_content" id="tab_content_3"> | |
| 415 | + <div class="tb_wrap1"> | |
| 416 | + <table class="tType4"> | |
| 417 | + <colgroup> | |
| 418 | + <col style="width: 55%;"> | |
| 419 | + <col style="width: 45%;"> | |
| 420 | + </colgroup> | |
| 421 | + <thead> | |
| 422 | + <tr> | |
| 423 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">수신번호 | |
| 424 | + <div class="sort_wrap"> | |
| 425 | + <input type="button" class="sort sortBtn"> | |
| 426 | + </div> | |
| 427 | + </th> | |
| 428 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">상세결과 | |
| 429 | + <div class="sort_wrap"> | |
| 430 | + <input type="button" class="sort sortBtn"> | |
| 431 | + </div> | |
| 432 | + </th> | |
| 433 | + </tr> | |
| 434 | + </thead> | |
| 435 | + <tbody> | |
| 436 | + <tr> | |
| 437 | + <td>010-1234-5678</td> | |
| 438 | + <td>성공</td> | |
| 439 | + </tr> | |
| 440 | + <tr> | |
| 441 | + <td>010-1234-5678</td> | |
| 442 | + <td>성공</td> | |
| 443 | + </tr> | |
| 444 | + <tr> | |
| 445 | + <td>010-1234-5678</td> | |
| 446 | + <td>성공</td> | |
| 447 | + </tr> | |
| 448 | + <tr> | |
| 449 | + <td>010-1234-5678</td> | |
| 450 | + <td>성공</td> | |
| 451 | + </tr> | |
| 452 | + <tr> | |
| 453 | + <td>010-1234-5678</td> | |
| 454 | + <td>성공</td> | |
| 455 | + </tr> | |
| 456 | + <tr> | |
| 457 | + <td>010-1234-5678</td> | |
| 458 | + <td>성공</td> | |
| 459 | + </tr> | |
| 460 | + <tr> | |
| 461 | + <td>010-1234-5678</td> | |
| 462 | + <td>성공</td> | |
| 463 | + </tr> | |
| 464 | + <tr> | |
| 465 | + <td>010-1234-5678</td> | |
| 466 | + <td>성공</td> | |
| 467 | + </tr> | |
| 468 | + <tr> | |
| 469 | + <td>010-1234-5678</td> | |
| 470 | + <td>성공</td> | |
| 471 | + </tr> | |
| 472 | + | |
| 473 | + </tbody> | |
| 474 | + </table> | |
| 475 | + | |
| 476 | + </div> | |
| 477 | + | |
| 478 | + <div class="table_btn clearfix"> | |
| 479 | + <div class="table_btn_left"> | |
| 480 | + <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> | |
| 481 | + <button type="button" class="btnType btnType14"><i class="add_img"></i>주소록 등록</button> | |
| 482 | + </div> | |
| 483 | + </div> | |
| 484 | + | |
| 485 | + </div> | |
| 486 | + <!--// 성공 내용 --> | |
| 487 | + | |
| 488 | + <!-- 실패 내용 --> | |
| 489 | + <div class="tab_content" id="tab_content_4"> | |
| 490 | + <div class="tb_wrap1"> | |
| 491 | + <table class="tType4"> | |
| 492 | + <colgroup> | |
| 493 | + <col style="width: 55%;"> | |
| 494 | + <col style="width: 45%;"> | |
| 495 | + </colgroup> | |
| 496 | + <thead> | |
| 497 | + <tr> | |
| 498 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">수신번호 | |
| 499 | + <div class="sort_wrap"> | |
| 500 | + <input type="button" class="sort sortBtn"> | |
| 501 | + </div> | |
| 502 | + </th> | |
| 503 | + <th style="position: sticky; top:0; z-index: 1; background-color:#ededed;">상세결과 | |
| 504 | + <div class="sort_wrap"> | |
| 505 | + <input type="button" class="sort sortBtn"> | |
| 506 | + </div> | |
| 507 | + </th> | |
| 508 | + </tr> | |
| 509 | + </thead> | |
| 510 | + <tbody> | |
| 511 | + <tr> | |
| 512 | + <td>010-1234-5678</td> | |
| 513 | + <td>성공</td> | |
| 514 | + </tr> | |
| 515 | + <tr> | |
| 516 | + <td>010-1234-5678</td> | |
| 517 | + <td>성공</td> | |
| 518 | + </tr> | |
| 519 | + <tr> | |
| 520 | + <td>010-1234-5678</td> | |
| 521 | + <td>성공</td> | |
| 522 | + </tr> | |
| 523 | + <tr> | |
| 524 | + <td>010-1234-5678</td> | |
| 525 | + <td>성공</td> | |
| 526 | + </tr> | |
| 527 | + <tr> | |
| 528 | + <td>010-1234-5678</td> | |
| 529 | + <td>성공</td> | |
| 530 | + </tr> | |
| 531 | + <tr> | |
| 532 | + <td>010-1234-5678</td> | |
| 533 | + <td>성공</td> | |
| 534 | + </tr> | |
| 535 | + <tr> | |
| 536 | + <td>010-1234-5678</td> | |
| 537 | + <td>성공</td> | |
| 538 | + </tr> | |
| 539 | + <tr> | |
| 540 | + <td>010-1234-5678</td> | |
| 541 | + <td>성공</td> | |
| 542 | + </tr> | |
| 543 | + <tr> | |
| 544 | + <td>010-1234-5678</td> | |
| 545 | + <td>성공</td> | |
| 546 | + </tr> | |
| 547 | + | |
| 548 | + </tbody> | |
| 549 | + </table> | |
| 550 | + | |
| 551 | + </div> | |
| 552 | + | |
| 553 | + <div class="table_btn clearfix"> | |
| 554 | + <div class="table_btn_left"> | |
| 555 | + <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> | |
| 556 | + <button type="button" class="btnType btnType15"><i class="remove_img"></i>주소록에서 번호 삭제</button> | |
| 557 | + </div> | |
| 558 | + </div> | |
| 559 | + | |
| 560 | + </div> | |
| 561 | + <!--// 실패 내용 --> | |
| 562 | + | |
| 563 | + </div> | |
| 564 | + <!-- | |
| 565 | + <div class="popup_btn_wrap2" style="margin: -40px auto 30px auto;"> | |
| 566 | + <button type="button" class="tooltip-close" data-focus="adr_popup01-close" data-focus-next="popup02">닫기</button> | |
| 567 | + </div> --> | |
| 568 | + | |
| 569 | + </div> | |
| 570 | + </div> | |
| 571 | + <!-- //발송대상 리스트 안내 팝업 --> | |
| 572 | + | |
| 573 | + <!-- 그룹등록 팝업 data-tooltip:rev_popup02 --> | |
| 574 | + <div class="tooltip-wrap"> | |
| 575 | + <div class="popup-com adr_layer rev_popup02" tabindex="0" data-tooltip-con="rev_popup02" data-focus="rev_popup02" data-focus-prev="rev_popup02-close" style="width: 500px;"> | |
| 576 | + <div class="popup_heading"> | |
| 577 | + <p>그룹등록</p> | |
| 578 | + <button type="button" class="tooltip-close" data-focus="rev_popup02-close"><img | |
| 579 | + src="/publish/images/content/layerPopup_close.png" alt="팝업 닫기"></button> | |
| 580 | + </div> | |
| 581 | + <div class="layer_in"> | |
| 582 | + <div class="gorup_join_cont"> | |
| 583 | + <p class="adr_pop_title">선택된 발송내역 전화번호를 그룹으로 등록합니다.</p> | |
| 584 | + <div class="group_input" style="margin-top: 0;"> | |
| 585 | + <div class="input_left">그룹이름</div> | |
| 586 | + <div class="input_right"> | |
| 587 | + <label for="" class="label">새 그룹명 입력</label> | |
| 588 | + <input type="text" placeholder="새 그룹명 입력" onfocus="this.placeholder=''" | |
| 589 | + onblur="this.placeholder='새 그룹명 입력'" class="inputLight"> | |
| 590 | + </div> | |
| 591 | + </div> | |
| 592 | + <div class="popup_btn_wrap2"> | |
| 593 | + <button type="button">저장</button> | |
| 594 | + <button type="button" class="tooltip-close" data-focus="rev_popup02-close" | |
| 595 | + data-focus-next="rev_popup02">취소</button> | |
| 596 | + </div> | |
| 597 | + </div> | |
| 598 | + </div> | |
| 599 | + </div> | |
| 600 | + </div> | |
| 601 | + <!--// 발송실패사유 팝업 --> | |
| 602 | + | |
| 603 | + <!-- skip 메뉴 --> | |
| 604 | + <div class="skip_menu"> | |
| 605 | + <a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a> | |
| 606 | + </div> | |
| 607 | + <!--// skip 메뉴 --> | |
| 608 | + <!-- quick 메뉴 --> | |
| 609 | + <div class="quickMenu"> | |
| 610 | + <div> | |
| 611 | + <p class="quick_title">QUICK<br>MENU</p> | |
| 612 | + <p class="quick_title2">QUICK</p> | |
| 613 | + <ul class="quickMenuIn"> | |
| 614 | + <li> | |
| 615 | + <a href="/publish/index.html"><i class="quick1"></i><span>이용안내</span></a> | |
| 616 | + <div class="hover_cont">이용안내</div> | |
| 617 | + </li> | |
| 618 | + <li> | |
| 619 | + <a href="#"><i class="quick2"></i><span>채팅상담</span></a> | |
| 620 | + <div class="hover_cont">채팅상담</div> | |
| 621 | + </li> | |
| 622 | + <li> | |
| 623 | + <a href="#"><i class="quick3"></i><span>원격지원</span></a> | |
| 624 | + <div class="hover_cont">원격지원</div> | |
| 625 | + </li> | |
| 626 | + <li> | |
| 627 | + <a href="#"><i class="quick4"></i><span>맞춤제작</span></a> | |
| 628 | + <div class="hover_cont">맞춤제작</div> | |
| 629 | + </li> | |
| 630 | + <li> | |
| 631 | + <a href="#"><i class="quick5"></i><span>주소록 등록</span></a> | |
| 632 | + <div class="hover_cont">주소록 등록</div> | |
| 633 | + </li> | |
| 634 | + <li> | |
| 635 | + <a href="#"><i class="quick6"></i><span>엑셀 전송</span></a> | |
| 636 | + <div class="hover_cont">엑셀 대량전송</div> | |
| 637 | + </li> | |
| 638 | + <li> | |
| 639 | + <a href="#"><i class="quick7"></i><span>견적서</span></a> | |
| 640 | + <div class="hover_cont">견적서</div> | |
| 641 | + </li> | |
| 642 | + <li> | |
| 643 | + <a href="#"><i class="quick8"></i><span>결제</span></a> | |
| 644 | + <div class="hover_cont">결제</div> | |
| 645 | + </li> | |
| 646 | + <li> | |
| 647 | + <a href="#"><i class="quick9"></i><span>영수증/계산서</span></a> | |
| 648 | + <div class="hover_cont">영수증/계산서</div> | |
| 649 | + </li> | |
| 650 | + </ul> | |
| 651 | + <button type="button" class="goTop" title="맨 위로 이동">TOP<i></i></button> | |
| 652 | + </div> | |
| 653 | + </div> | |
| 654 | + <!--// quick 메뉴 --> | |
| 655 | + <!-- header 영역 --> | |
| 656 | + <header id="header" class="header"> | |
| 657 | + <!-- header top 영역 --> | |
| 658 | + <div class="header_top"> | |
| 659 | + <div class="inner"> | |
| 660 | + <ul class="menu_left"> | |
| 661 | + <li><a href="#"><i class="hdTop_fav"></i>즐겨찾기추가</a></li> | |
| 662 | + <li><a href="#"><i class="hdTop_mypage"></i>마이페이지</a></li> | |
| 663 | + <li><a href="#"><i class="hdTop_center"></i>고객센터</a></li> | |
| 664 | + </ul> | |
| 665 | + <ul class="menu_right"> | |
| 666 | + <li><a href="#">충전하기</a></li> | |
| 667 | + <li class="SortLine"><a href="#">요금안내</a></li> | |
| 668 | + <li class="SortLine"><a href="#">이용안내</a></li> | |
| 669 | + <li class="SortLine"><a href="#">1:1고객상담</a></li> | |
| 670 | + </ul> | |
| 671 | + </div> | |
| 672 | + </div><!-- header top 영역 --> | |
| 673 | + <!-- header body 영역 --> | |
| 674 | + <div class="header_body"> | |
| 675 | + <div class="inner table"> | |
| 676 | + <h1 class="logo"><a href="/publish/index.html" alt="문자온 메인 바로가기"><img src="/publish/images/CI.png" | |
| 677 | + alt="문자온 CI"></a></h1> | |
| 678 | + <ul class="gnbWrap table_cell"> | |
| 679 | + <li><a href="#">문자발송</a></li> | |
| 680 | + <li><a href="#">선거문자</a></li> | |
| 681 | + <li><a href="#">맞춤제작</a></li> | |
| 682 | + <li><a href="#">비즈톡</a></li> | |
| 683 | + <li><a href="#">주소록 관리</a></li> | |
| 684 | + <li><a href="#">발송결과</a></li> | |
| 685 | + <li><a href="#">예약관리</a></li> | |
| 686 | + <li><a href="#">결제내역</a></li> | |
| 687 | + </ul> | |
| 688 | + <div class="s_menu"> | |
| 689 | + <i class="allSearch_info"><span>문자검색</span></i> | |
| 690 | + <button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img | |
| 691 | + src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button> | |
| 692 | + <button type="button" title="전체메뉴"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button> | |
| 693 | + </div> | |
| 694 | + </div> | |
| 695 | + <!-- search popup 영역 --> | |
| 696 | + <div class="pop_search"> | |
| 697 | + <div class="inner"> | |
| 698 | + <div class="area_search"> | |
| 699 | + <select name="" id=""> | |
| 700 | + <option value="">그림문자</option> | |
| 701 | + <option value="">단문문자</option> | |
| 702 | + <option value="">장문문자</option> | |
| 703 | + <option value="">GIF</option> | |
| 704 | + </select> | |
| 705 | + <input type="text" placeholder="문자샘플 검색하기"> | |
| 706 | + <button><img src="/publish/images/search02.png" alt=""></button> | |
| 707 | + </div> | |
| 708 | + <div class="area_popular"> | |
| 709 | + <p><i></i>인기검색어</p> | |
| 710 | + <ul class="popular_tag"> | |
| 711 | + <li><a href="#">#정월대보름</a></li> | |
| 712 | + <li class="on"><a href="#">#추석</a></li> | |
| 713 | + <li><a href="#">#가을인사</a></li> | |
| 714 | + <li><a href="#">#좋은하루</a></li> | |
| 715 | + </ul> | |
| 716 | + </div> | |
| 717 | + <button class="btn_close" onclick="searchToggle();"><img src="/publish/images/btn_searchclose.png" | |
| 718 | + alt=""></button> | |
| 719 | + </div> | |
| 720 | + </div> | |
| 721 | + <!--// search popup 영역 --> | |
| 722 | + </div> | |
| 723 | + <!--// header body 영역 --> | |
| 724 | + <div id="login" class="login"> | |
| 725 | + <div class="inner table"> | |
| 726 | + <div class="login_left table_cell"> | |
| 727 | + <div class="login_put"> | |
| 728 | + <label for="id_text" class="label"></label> | |
| 729 | + <input type="text" placeholder="아이디를 입력해주세요" id="id_text" class="id_text" maxlength="30" | |
| 730 | + size="18"> | |
| 731 | + <label for="password_text" class="label"></label> | |
| 732 | + <input type="password" placeholder="비밀번호를 입력해주세요" id="password_text" class="password_text" | |
| 733 | + maxlength="30" size="18"> | |
| 734 | + <label for="login_button" class="label"></label> | |
| 735 | + <button type="submit" class="btnType btnType1" class="login_button">로그인</button> | |
| 736 | + </div> | |
| 737 | + <div class="login_save"> | |
| 738 | + <input type="checkbox" id="save_id"> | |
| 739 | + <label for="save_id">아이디 저장</label> | |
| 740 | + </div> | |
| 741 | + <div class="login_find"> | |
| 742 | + <a href="#">아이디찾기 /</a> | |
| 743 | + <a href="#">비밀번호 찾기</a> | |
| 744 | + </div> | |
| 745 | + <div> | |
| 746 | + <button type="button" class="btnType btnType2">회원가입</button> | |
| 747 | + <button type="button" class="btnType btnType3">둘러보기</button> | |
| 748 | + </div> | |
| 749 | + </div> | |
| 750 | + <div class="login_right"> | |
| 751 | + <span><i></i>이달의 이벤트</span> | |
| 752 | + <button type="button" class="btnType btnType4">바로가기</button> | |
| 753 | + </div> | |
| 754 | + </div> | |
| 755 | + </div> | |
| 756 | + <!--// login 영역 --> | |
| 757 | + </header> | |
| 758 | + <!--// header 영역 --> | |
| 759 | + <!-- login 영역 --> | |
| 760 | + <!-- content 영역 --> | |
| 761 | + <div id="container" class="cont sub"> | |
| 762 | + <div class="inner"> | |
| 763 | + <!-- send top --> | |
| 764 | + <div class="send_top"> | |
| 765 | + <!-- 결제관리 - 요금 사용내역 --> | |
| 766 | + <div class="rev_admin_cont serv_content current"> | |
| 767 | + <div class="heading"> | |
| 768 | + <h2>발송결과 상세</h2> | |
| 769 | + <button type="button" class="button junk" data-tooltip="popupJunk" style="right:0;">통신사 스팸규격안내</button> | |
| 770 | + </div> | |
| 771 | + | |
| 772 | + <!-- 발송결과 상세 및 미리보기--> | |
| 773 | + | |
| 774 | + <div class="send_general"> | |
| 775 | + <!-- 발송결과 상세 정보 --> | |
| 776 | + <div class="resultcont_left"> | |
| 777 | + <!--발송정보--> | |
| 778 | + <div class="res_info"> | |
| 779 | + <div class="res_info_in"> | |
| 780 | + <div class="res_info_top clearfix"> | |
| 781 | + <p>발송정보</p> | |
| 782 | + <p><button type="button" class="btnType btnType3">재전송</button></p> | |
| 783 | + </div> | |
| 784 | + <div class="res_info_btm"> | |
| 785 | + <dl> | |
| 786 | + <dt>발송일시</dt> | |
| 787 | + <dd>2024-07-18 15:25</dd> | |
| 788 | + </dl> | |
| 789 | + <dl><!-- 예약 시 --> | |
| 790 | + <dt>등록일시</dt> | |
| 791 | + <dd>2024-07-10 15:25</dd> | |
| 792 | + </dl> | |
| 793 | + <dl> | |
| 794 | + <dt>형태</dt> | |
| 795 | + <dd>그림</dd> | |
| 796 | + </dl> | |
| 797 | + <dl> | |
| 798 | + <dt>발송건수</dt> | |
| 799 | + <dd><span class="c_222">100</span>건</dd> | |
| 800 | + </dl> | |
| 801 | + <dl> | |
| 802 | + <dt>발신번호</dt> | |
| 803 | + <dd>010-1234-5678</dd> | |
| 804 | + </dl> | |
| 805 | + <dl> | |
| 806 | + <dt>진행상황 | |
| 807 | + <!-- 예약인 경우 --> | |
| 808 | + <div class="icon_wrap"> | |
| 809 | + <div class="re">예약</div> | |
| 810 | + <div class="di_info"></span><button class="di">분할</button><div class="di_hover_layer"><strong>100,000건</strong>씩 <strong>35분</strong> 간격</div></div> | |
| 811 | + </div> | |
| 812 | + <!--// 예약인 경우 --> | |
| 813 | + </dt> | |
| 814 | + <!--<dd>진행중</dd>--> | |
| 815 | + <!--<dd>완료</dd>--> | |
| 816 | + <dd><button class="btnType btnType20">예약취소</button></dd> | |
| 817 | + <!--<dd>예약취소 2024-07-16 15:07</dd>--><!-- 예역취소 후 버튼 대신 취소 일시 노출 --> | |
| 818 | + </dl> | |
| 819 | + </div> | |
| 820 | + <div class="res_info_btm"> | |
| 821 | + <dl> | |
| 822 | + <dt class="btm_charge">발송요금</dt> | |
| 823 | + <dd><span class="stcharge">78,100</span>원</dd> | |
| 824 | + <!--<dd><span class="stcharge">-</span>원</dd>--><!-- 예역취소 후 금액은 하이픈 처리--> | |
| 825 | + </dl> | |
| 826 | + </div> | |
| 827 | + </div> | |
| 828 | + </div> | |
| 829 | + <!--// 발송정보--> | |
| 830 | + <!--상세결과--> | |
| 831 | + <div class="res_info"> | |
| 832 | + <div class="res_info_in"> | |
| 833 | + <div class="res_info_top clearfix" style="padding:0 0 10px 0;"> | |
| 834 | + <p>상세결과</p> | |
| 835 | + <p></p> | |
| 836 | + </div> | |
| 837 | + <div class="res_num"> | |
| 838 | + <div class="res_info_btm1"> | |
| 839 | + <dl> | |
| 840 | + <dt>전체건수</dt> | |
| 841 | + <dd><a href="#" data-tooltip="rev_popup04"><span class="c_222_g">300,101</span>건</a></dd> | |
| 842 | + </dl> | |
| 843 | + </div> | |
| 844 | + <div class="res_info_btm1"> | |
| 845 | + <dl> | |
| 846 | + <dt>성공건수</dt> | |
| 847 | + <dd><span class="c_002c9a_g">300,000</span>건(100%)</dd> | |
| 848 | + </dl> | |
| 849 | + </div> | |
| 850 | + </div> | |
| 851 | + <div class="res_num"> | |
| 852 | + <div class="res_info_btm1"> | |
| 853 | + <dl> | |
| 854 | + <dt>대기건수</dt> | |
| 855 | + <dd><span class="c_666_g">0</span>건(0%)</dd> | |
| 856 | + </dl> | |
| 857 | + </div> | |
| 858 | + <div class="res_info_btm1"> | |
| 859 | + <dl> | |
| 860 | + <dt>실패건수</dt> | |
| 861 | + <dd><span class="c_e40000_g">1</span>건(100%)</dd> | |
| 862 | + </dl> | |
| 863 | + </div> | |
| 864 | + </div> | |
| 865 | + <p class="table_bottom_txt">* 전체건수를 클릭하면 받는 사람 상세정보를 확인하실 수 있습니다.</p> | |
| 866 | + </div> | |
| 867 | + </div> | |
| 868 | + <!--// 발송결과--> | |
| 869 | + | |
| 870 | + </div> | |
| 871 | + <!--// 발송결과 상세 정보 --> | |
| 872 | + | |
| 873 | + <!-- 발송결과 미리보기 --> | |
| 874 | + <div class="resultcont_right"> | |
| 875 | + <div class="phone"> | |
| 876 | + <div class="phoneIn"> | |
| 877 | + <div> | |
| 878 | + <p class="prev_p"><img src="images/search.png"> 문자내용</p> | |
| 879 | + <div class="text_length2 clearfix" style="display:none;"> | |
| 880 | + <span class="msg_com msg_short">단문</span> | |
| 881 | + <div> | |
| 882 | + <span>글자크기</span> | |
| 883 | + <button type="button"><img src="images/content/font_plus.png"></button> | |
| 884 | + <button type="button"><img src="images/content/font_minus.png"></button> | |
| 885 | + </div> | |
| 886 | + </div> | |
| 887 | + <div class="text_length2 clearfix" style="display:none;"> | |
| 888 | + <span class="msg_com msg_long">장문</span> | |
| 889 | + <div> | |
| 890 | + <span>글자크기</span> | |
| 891 | + <button type="button"><img src="images/content/font_plus.png"></button> | |
| 892 | + <button type="button"><img src="images/content/font_minus.png"></button> | |
| 893 | + </div> | |
| 894 | + </div> | |
| 895 | + <div class="text_length2 clearfix"> | |
| 896 | + <span class="msg_com msg_photo">포토</span> | |
| 897 | + <ul class="photo_msg_num"> | |
| 898 | + <li onclick="imgClick(0);"><a href="#none">1</a></ li> | |
| 899 | + <li onclick="imgClick(1);"><a href="#none">2</a></ li> | |
| 900 | + <li onclick="imgClick(2);"><a href="#none">3</a></ li> | |
| 901 | + </ul> | |
| 902 | + <div> | |
| 903 | + <span>글자크기</span> | |
| 904 | + <button type="button"><img src="images/content/font_plus.png"></button> | |
| 905 | + <button type="button"><img src="images/content/font_minus.png"></button> | |
| 906 | + </div> | |
| 907 | + </div> | |
| 908 | + <!-- 텍스트 미리보기 --> | |
| 909 | + <div class="text_preview"> | |
| 910 | + <div class="preiew_img"> | |
| 911 | + <div class="img_box"> | |
| 912 | + <img src="images/content/photo_sample01.jpg"> | |
| 913 | + </div> | |
| 914 | + <div class="img_box"> | |
| 915 | + <img src="images/content/photo_sample01.jpg"> | |
| 916 | + </div> | |
| 917 | + <div class="img_box"> | |
| 918 | + <img src="images/content/excel.jpg"> | |
| 919 | + </div> | |
| 920 | + </div> | |
| 921 | + <div class="preview_auto"> | |
| 922 | + <p class="ad_tit">(광고)</p> | |
| 923 | + <p class="none_txt">내용을 입력해주세요.</p> | |
| 924 | + <p class="realtime"></p> | |
| 925 | + <p class="deny_receipt">무료 거부 080-0000-0000</p> | |
| 926 | + </div> | |
| 927 | + </div> | |
| 928 | + <!-- //텍스트 미리보기 --> | |
| 929 | + </div> | |
| 930 | + </div> | |
| 931 | + <p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다<p> | |
| 932 | + </div> | |
| 933 | + </div> | |
| 934 | + <!--// 발송결과 미리보기 --> | |
| 935 | + </div> | |
| 936 | + | |
| 937 | + <!--// 발송결과 상세 및 미리보기--> | |
| 938 | + | |
| 939 | + <!-- 목록--> | |
| 940 | + <div class="btn_list_type1"> | |
| 941 | + <button class="btnType btnType17">목록</button> | |
| 942 | + </div> | |
| 943 | + <!--// 목록--> | |
| 944 | + | |
| 945 | + </div> | |
| 946 | + </div> | |
| 947 | + <!--// send top --> | |
| 948 | + </div> | |
| 949 | + </div> | |
| 950 | + <!--// content 영역 --> | |
| 951 | + <!-- footer 영역 --> | |
| 952 | + <footer id="footer" class="footer"> | |
| 953 | + <div class="footer_top"> | |
| 954 | + <div class="inner table"> | |
| 955 | + <ul class="table_cell"> | |
| 956 | + <li><a href="#">이용약관</a></li> | |
| 957 | + <li class="SortLine fwRg c_white"><a href="#">개인정보취급방침</a></li> | |
| 958 | + <li class="SortLine fwRg c_white"><a href="#">스팸관리정책</a></li> | |
| 959 | + <li class="SortLine"><a href="#">불법스팸예방안내</a></li> | |
| 960 | + </ul> | |
| 961 | + </div> | |
| 962 | + </div> | |
| 963 | + <div class="footer_body"> | |
| 964 | + <div class="inner table"> | |
| 965 | + <div class="table_cell"> | |
| 966 | + <a href="#" class="footer_logo"><img src="/publish/images/CI_white.png" alt="문자온 CI"></a> | |
| 967 | + <div class="footer_info"> | |
| 968 | + <p>주소 : 경기도 남양주시 다산중앙로 19번길 21 1027호, 1028호(블루웨일 지식산업센터 1차)</p> | |
| 969 | + <p>사업자번호 : 653-87-00858 | 대표 : 유인식 | 통신판매등록번호 : 제 다산-12345호 | 문의전화 : 070-4786-0007</p> | |
| 970 | + <p>Copyright 2020 ⓒ MUNJAON co. Ltd, All rights reserved.</p> | |
| 971 | + </div> | |
| 972 | + <div class="footer_service_center"> | |
| 973 | + <i></i> | |
| 974 | + <div> | |
| 975 | + <p>고객센터</p> | |
| 976 | + <span class="footer_service_num">070-4786-0008</span> | |
| 977 | + <span>E-mail : help@iten.co.kr</span> | |
| 978 | + </div> | |
| 979 | + </div> | |
| 980 | + </div> | |
| 981 | + </div> | |
| 982 | + </div> | |
| 983 | + </footer> | |
| 984 | + <!--// footer 영역 --> | |
| 985 | +</body> | |
| 986 | + | |
| 987 | +</html>(No newline at end of file) |
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?