2025/01/122 발송결과_리스트 페이지 수정
@f00818aa205ff9e9c703fd138169374ce51332e6
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -934,7 +934,7 @@ |
| 934 | 934 |
.table_tab_wrap ul li.active button::after {content: ""; position: absolute; width: 90%; height: 9px; background-color: rgba(0,44,154,0.15);bottom: -1px; left: 50%; transform: translateX(-50%);}
|
| 935 | 935 |
.table_tab_wrap .selType2 {width: 130px; position: absolute; top: 50%; right: 30px; transform: translateY(-50%);}
|
| 936 | 936 |
/*발송결과 개선 */ |
| 937 |
-.table_tab_wrap .tab_btnbox{position:absolute; top: 50%; right: 30px; transform: translateY(-50%); z-index:10;}
|
|
| 937 |
+.table_tab_wrap .tab_btnbox{position:absolute; top: 50%; right: 30px; transform: translateY(-50%); z-index:9;}
|
|
| 938 | 938 |
.table_tab_wrap .tab_btnbox button.btnType.btnType14.check_validity {border: 1px solid #002c9a; color: #002c9a;}
|
| 939 | 939 |
.table_tab_wrap .tab_btnbox .qmMark{background-image: url(../images/content/qmIcon_s.png); width: 19px; height: 19px; margin-left: 5px; margin-top: -2px;}
|
| 940 | 940 |
|
... | ... | @@ -2364,6 +2364,10 @@ |
| 2364 | 2364 |
.price_wrap .current .tb_wrap .tType4 tbody tr .result_cont .icon_wrap .re{background-color: #e8f0ff; color: #2c5dd6;}
|
| 2365 | 2365 |
.price_wrap .current .tb_wrap .tType4 tbody tr .result_cont .icon_wrap .di{background-color: #e7f5ec; color: #359b59;}
|
| 2366 | 2366 |
|
| 2367 |
+.price_wrap .current .tb_wrap .tType4 tbody tr .btnType20{margin: -3px 0 0 0; background-color: #f5f5f5; border: 1px solid #d5d5d5; color: #222;}
|
|
| 2368 |
+.rev_admin .rev_admin_in .rev_admin_top p:first-child{margin: 3px 0 0 0; font-size: 17px;}
|
|
| 2369 |
+.rev_admin .rev_admin_in .rev_admin_top p:last-child span{font-size: 16px;}
|
|
| 2370 |
+ |
|
| 2367 | 2371 |
|
| 2368 | 2372 |
@keyframes rotate-loading {
|
| 2369 | 2373 |
0% {transform:rotate(0)}
|
--- src/main/webapp/publish/textingmsg_2025_list.html
+++ src/main/webapp/publish/textingmsg_2025_list.html
... | ... | @@ -255,12 +255,6 @@ |
| 255 | 255 |
<button type="button" class="btnType6">조회</button> |
| 256 | 256 |
</div> |
| 257 | 257 |
<div class="btn_right"> |
| 258 |
- <label for="" class="label">발송방식 전체 선택</label> |
|
| 259 |
- <select name="" id="" class="selType2 select_all_btn"> |
|
| 260 |
- <option value="">발송방식 전체</option> |
|
| 261 |
- <option value="">WEB</option> |
|
| 262 |
- <option value="">API</option> |
|
| 263 |
- </select> |
|
| 264 | 258 |
<label for="" class="label">발신번호 선택</label> |
| 265 | 259 |
<select name="" id="" class="selType2 select_btn"> |
| 266 | 260 |
<option value="">발신번호</option> |
... | ... | @@ -320,7 +314,7 @@ |
| 320 | 314 |
<div class="rev_admin_in"> |
| 321 | 315 |
<div class="rev_admin_top clearfix"> |
| 322 | 316 |
<p>장문(LMS)</p> |
| 323 |
- <p><span>30</span> 건</p> |
|
| 317 |
+ <p><span>3,285,258</span> 건</p> |
|
| 324 | 318 |
</div> |
| 325 | 319 |
<div class="rev_admin_btm"> |
| 326 | 320 |
<dl> |
... | ... | @@ -375,7 +369,6 @@ |
| 375 | 369 |
</div> |
| 376 | 370 |
<!-- 발송관리 --> |
| 377 | 371 |
<div class="price_history_cont price_wrap" id="listTab_2"> |
| 378 |
- |
|
| 379 | 372 |
<div class="table_tab_wrap"> |
| 380 | 373 |
<!-- tab button --> |
| 381 | 374 |
<ul> |
... | ... | @@ -422,6 +415,7 @@ |
| 422 | 415 |
<div class="tb_wrap"> |
| 423 | 416 |
<table class="tType4"> |
| 424 | 417 |
<colgroup> |
| 418 |
+ <col style="width: 45px;"> |
|
| 425 | 419 |
<col style="width: 12%;"> |
| 426 | 420 |
<col style="width: 7%;"> |
| 427 | 421 |
<col style="width: auto;"> |
... | ... | @@ -434,6 +428,10 @@ |
| 434 | 428 |
</colgroup> |
| 435 | 429 |
<thead> |
| 436 | 430 |
<tr> |
| 431 |
+ <th rowspan="2"> |
|
| 432 |
+ <label for="" class="label">전체 선택</label> |
|
| 433 |
+ <input type="checkbox"> |
|
| 434 |
+ </th> |
|
| 437 | 435 |
<th rowspan="2">발송일시 |
| 438 | 436 |
<div class="sort_wrap"> |
| 439 | 437 |
<input type="button" class="sort sortBtn" id="sort_reqdate"> |
... | ... | @@ -462,6 +460,10 @@ |
| 462 | 460 |
</thead> |
| 463 | 461 |
<tbody> |
| 464 | 462 |
<tr> |
| 463 |
+ <td> |
|
| 464 |
+ <label for="" class="label">선택</label> |
|
| 465 |
+ <input type="checkbox"> |
|
| 466 |
+ </td> |
|
| 465 | 467 |
<td>2024-01-09 17:42</td> |
| 466 | 468 |
<td>단문</td> |
| 467 | 469 |
<td class="result_cont"> |
... | ... | @@ -489,6 +491,10 @@ |
| 489 | 491 |
</td> |
| 490 | 492 |
</tr> |
| 491 | 493 |
<tr> |
| 494 |
+ <td> |
|
| 495 |
+ <label for="" class="label">선택</label> |
|
| 496 |
+ <input type="checkbox"> |
|
| 497 |
+ </td> |
|
| 492 | 498 |
<td>2024-01-09 17:42</td> |
| 493 | 499 |
<td>단문</td> |
| 494 | 500 |
<td class="result_cont"> |
... | ... | @@ -508,9 +514,13 @@ |
| 508 | 514 |
<p class="c_e40000">0</p> |
| 509 | 515 |
</td> |
| 510 | 516 |
<td>-</td> |
| 511 |
- <td>예약취소</td> |
|
| 517 |
+ <td>예약취소</td> |
|
| 512 | 518 |
</tr> |
| 513 | 519 |
<tr> |
| 520 |
+ <td> |
|
| 521 |
+ <label for="" class="label">선택</label> |
|
| 522 |
+ <input type="checkbox"> |
|
| 523 |
+ </td> |
|
| 514 | 524 |
<td>2024-01-09 17:42</td> |
| 515 | 525 |
<td>단문</td> |
| 516 | 526 |
<td class="result_cont"> |
... | ... | @@ -532,6 +542,10 @@ |
| 532 | 542 |
<td>진행중</td> |
| 533 | 543 |
</tr> |
| 534 | 544 |
<tr> |
| 545 |
+ <td> |
|
| 546 |
+ <label for="" class="label">선택</label> |
|
| 547 |
+ <input type="checkbox"> |
|
| 548 |
+ </td> |
|
| 535 | 549 |
<td>2024-01-09 17:42</td> |
| 536 | 550 |
<td>단문</td> |
| 537 | 551 |
<td class="result_cont"> |
... | ... | @@ -558,17 +572,12 @@ |
| 558 | 572 |
<!--// 발송화면 개선 : 테이블 수정--> |
| 559 | 573 |
|
| 560 | 574 |
<div class="table_btn clearfix"> |
| 561 |
- <!-- <div class="table_btn_left"> |
|
| 562 |
- <button type="button" data-tooltip="rev_popup02" class="btnType btnType15"><i class="add_img"></i>그룹등록</button> |
|
| 563 |
- <button type="button" class="btnType btnType15" onclick="javascript:fnDeleteAddrNo('groupList'); return false;"><i class="remove_img"></i>주소록에서 번호 삭제</button>
|
|
| 564 |
- <button type="button" class="btnType btnType15" onclick="javascript:fnAddBlockNo('groupList'); return false;">수신거부번호 등록</button>
|
|
| 575 |
+ <div class="table_btn_left"> |
|
| 576 |
+ <button type="button" onclick="" class="btnType btnType15"><i class="remove_img"></i>선택삭제</button> |
|
| 565 | 577 |
</div> |
| 566 | 578 |
<div class="table_btn_right"> |
| 567 |
- <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 |
|
| 568 |
- 다운로드</button> |
|
| 569 |
- <button type="button" class="print_btn btnType"><i class="print_img"></i>발송결과 |
|
| 570 |
- 출력하기</button> |
|
| 571 |
- </div>--> |
|
| 579 |
+ <button type="button" class="excel_btn btnType"><i class="downroad"></i>엑셀 다운로드</button> |
|
| 580 |
+ </div> |
|
| 572 | 581 |
</div> |
| 573 | 582 |
|
| 574 | 583 |
<!-- pagination --> |
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?