From 4a657bc6eb26eb3f62c1d64f656f0ca35ecfcdf4 Mon Sep 17 00:00:00 2001 From: subsub Date: Wed, 18 Jun 2025 14:45:25 +0900 Subject: [PATCH] =?UTF-8?q?=EC=B9=9C=EA=B5=AC=ED=86=A1=20=EC=A0=84?= =?UTF-8?q?=EC=86=A1,=20=EB=B0=9C=EC=86=A1=EA=B2=B0=EA=B3=BC=20>=20?= =?UTF-8?q?=EC=B9=9C=EA=B5=AC=ED=86=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/publish/css/content.css | 12 +- src/main/webapp/publish/guide.html | 1 + src/main/webapp/publish/js/content.js | 16 +- .../webapp/publish/kakao_friendtalk_send.html | 12 +- .../publish/textingmsg_detail_friendtalk.html | 866 ++++++++++++++++++ 5 files changed, 902 insertions(+), 5 deletions(-) create mode 100644 src/main/webapp/publish/textingmsg_detail_friendtalk.html diff --git a/src/main/webapp/publish/css/content.css b/src/main/webapp/publish/css/content.css index 7e4477d5..8ed31dad 100644 --- a/src/main/webapp/publish/css/content.css +++ b/src/main/webapp/publish/css/content.css @@ -1734,6 +1734,7 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .kakao_wrap .replace_send_wrap{display: none; border: 1px solid #000; border-radius: 8px;padding: 0 20px; margin: 0 0 20px 0;} .kakao_wrap .replace_send_wrap .tType1 tr:first-child{border-top: 0;} .kakao_wrap .replace_send_wrap .tType1 tbody tr td.putText .put_right .btnType9{position: absolute; max-width: 100%; bottom: 0; left: 0;} +.kakao_wrap .replace_send_wrap .ad_txt{padding:0 0 0 5px;} .kakao_wrap .replace_send_th{height: auto; padding: 20px 0 0 0;} .kakao_wrap .replace_send_th .title_th{margin: 0 0 20px 0;} .kakao_wrap .replace_send_th .title_th p{display: inline-block; width: 90px;} @@ -1768,7 +1769,11 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .kakaotalksend_cont .kakao_wrap .kakao_template_text {display: flex;justify-content: space-between;} .kakaotalksend_cont .kakao_wrap .put_right .btn_popup_wrap{margin: 0 0 5px 0;} .kakaotalksend_cont .kakao_wrap .replace_send_wrap .put_left{height: 234px;} -.kakaotalksend_cont .kakao_wrap .replace_send_wrap .put_left.short textarea{height: calc(100% - 79px);} +.kakaotalksend_cont .kakao_wrap .replace_send_wrap .put_left.long{height: 305px;} +.kakaotalksend_cont .kakao_wrap .replace_send_wrap .put_left textarea{padding:0 5px;} +.kakaotalksend_cont .kakao_wrap .replace_send_wrap .put_left.short textarea{height: calc(100% - 105px);} +.kakaotalksend_cont .kakao_wrap .replace_send_wrap .put_left.long textarea{height: 220px;} +.kakaotalksend_cont .kakao_wrap .replace_send_wrap .sub_ad_text p{padding:3px 10px 0 0;} .kakaotalksend_cont .kakao_wrap .button_type_wrap{display: flex; border: 1px solid #e5e5e5; border-radius: 5px; padding: 10px 20px; margin: 10px 0 0 0;} .kakaotalksend_cont .kakao_wrap .button_type_wrap dt{width: 110px; font-weight: 400; padding: 8px 0 0 0;} .kakaotalksend_cont .kakao_wrap .button_type_wrap .button_type_input{width: 483px;} @@ -2237,6 +2242,11 @@ button.check_validity:hover {border: 1px solid #a3a3a3;box-shadow: 0px 0px 5px .send_top .resultcont_right .phone_kakako .phoneIn .template_info_wrap .btn_template_choice{width: 120px; height: 36px; font-size: 16px; color: #fae100; background-color: #302218; border-radius: 5px;} .send_top .resultcont_right .phone_kakako .addText{color: #002c9a;text-align: center; font-size: 14px; padding-top: 2px; margin:10px 0 10px 0;} +.send_top .resultcont_right .phone_kakako.friendtalk .phoneIn .text_preview .allimtalk_content{border-radius:5px;} +.send_top .resultcont_right .phone_kakako.friendtalk .friend_talk_title{margin:0 0 10px 0;font-size:15px;color:#777;} +.send_top .resultcont_right .phone_kakako.friendtalk .kakao_block_text{width:calc(100% - 20px);text-align:right;font-size:13px;color:#555;font-weight:300;margin:10px 0 0 0;} + + .btn_list_type1 {border-top:solid 1px #e5e5e5; text-align: right; padding:26px 0 0 0; margin:60px 0 0 0;} .btn_list_type1 .btnType.btnType17 {width:100px; } diff --git a/src/main/webapp/publish/guide.html b/src/main/webapp/publish/guide.html index c3ad67b7..5d955b3f 100644 --- a/src/main/webapp/publish/guide.html +++ b/src/main/webapp/publish/guide.html @@ -74,6 +74,7 @@
  • textingmsg.html발송관리
  • textingmsg_detail.html발송관리 > 상세
  • textingmsg_detail_allimtalk.html발송관리 > 상세(알림톡)
  • +
  • textingmsg_detail_friendtalk.html발송관리 > 상세(친구톡)
  • estimate2.html문자 발송내역서
  • diff --git a/src/main/webapp/publish/js/content.js b/src/main/webapp/publish/js/content.js index f6ec2b34..921b9966 100644 --- a/src/main/webapp/publish/js/content.js +++ b/src/main/webapp/publish/js/content.js @@ -541,9 +541,23 @@ $(document).ready(function () { "padding": "0", "height": "calc(100% - 18px)" }); + + + if($(".friend_talk_wrap .replace_send_wrap .put_left").is(".short") == true){ + $(".friend_talk_wrap .replace_send_wrap textarea").css({ + "height": "calc(100% - 79px)" + }); + }else{ + $(".friend_talk_wrap .replace_send_wrap textarea").css({ + "height": "calc(100% - 59px)" + }); + } + } else { $(".ad_txt, .sub_ad_text p,.friend_talk_title,.kakao_block_text").show(); - $(".friend_talk_wrap .put_text_wrap .put_text").removeAttr("style") + $(".friend_talk_wrap .put_text_wrap .put_text").removeAttr("style"); + $(".friend_talk_wrap .replace_send_wrap textarea").removeAttr("style"); + } }) diff --git a/src/main/webapp/publish/kakao_friendtalk_send.html b/src/main/webapp/publish/kakao_friendtalk_send.html index 020f8c32..63ddff4b 100644 --- a/src/main/webapp/publish/kakao_friendtalk_send.html +++ b/src/main/webapp/publish/kakao_friendtalk_send.html @@ -160,7 +160,7 @@
    -

    (광고) munjaon

    +

    (광고)

    @@ -778,9 +778,15 @@
      +
      +

      (광고)

      +
      +
      +

      무료거부 0808800858

      +

      0 / @@ -799,7 +805,7 @@

      -

      * 현재 [단문] 0건 발송 가능합니다.

      + @@ -816,7 +822,7 @@

      @munjaon

      -

      (광고) munjaon

      +

      (광고)

      홍길동 고객님 안녕하세요. diff --git a/src/main/webapp/publish/textingmsg_detail_friendtalk.html b/src/main/webapp/publish/textingmsg_detail_friendtalk.html new file mode 100644 index 00000000..7b4383b6 --- /dev/null +++ b/src/main/webapp/publish/textingmsg_detail_friendtalk.html @@ -0,0 +1,866 @@ + + + + + + + 문자온_발송결과 + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

      + + +
      + +
      + + + + +
      + +
      + + + +
      + +
      + + + + + + +
      +
      +

      QUICK
      MENU

      +

      QUICK

      + + +
      +
      + + + + + + +
      +
      + +
      + +
      +
      +

      발송결과 상세

      + +
      + + + +
      + +
      + +
      +
      +
      +

      발송정보

      +

      +
      +
      +
      +
      발송일시
      +
      2025-04-21 18:19:48
      +
      + + +
      +
      등록일시
      +
      2025-04-21 18:19:48
      +
      + + +
      +
      형태
      +
      + 친구톡 +
      +
      +
      +
      발송건수
      +
      1
      +
      +
      +
      채널정보
      +
      @아이티앤
      +
      +
      +
      진행상황
      +
      완료
      +
      + +
      +
      진행상황 +
      +
      예약
      +
      + +
      + 1건씩 5분 간격 +
      +
      +
      +
      +
      예약취소()
      +
      + +
      +
      +
      +
      발송요금(합계)
      +
      5
      + + +
      +
      +
      +
      · 카카오톡
      +
      5
      +
      +
      +
      · 대체문자
      +
      0
      +
      +
      +
      +
      +
      + + +
      +
      +
      +

      상세결과

      +

      +
      +
      +
      +
      +
      전체건수
      +
      101건(100%)
      +
      +
      +
      +
      +
      성공건수
      +
      100건(100%)
      +
      +
      +
      +
      +
      +
      +
      대기건수
      +
      0건(0%)
      +
      +
      +
      +
      +
      실패건수
      +
      1건(100%)
      +
      +
      +
      +
      +
      + +

      * 전체건수를 클릭하면 받는 사람 상세정보를 확인하실 수 있습니다.

      +

      * 대체문자 발송 성공 시, 성공건수로 집계됩니다.

      +
      +
      + +
      +
      +
      +
      + + + +
      + + +
      +
      + +
      +
        +
      • +
      • +
      +
      + + + +
      +
      +
      +

      @munjaon

      + +
      +

      (광고)

      +
      +
      +

      홍길동 고객님 안녕하세요. + 문자온입니다. + 문자온에서는 재결제 고객님들께 다양한 이벤트를 준비하였으니, 방문하셔서 혜택 놓치지 마세요.

      + +
      +

      수신거부 : 홈 > 채널차단

      +
      +
      +

      ※ 단말기 설정에 따라 다르게 보일 수 있습니다

      +
      +
      + + + + + + + + + +
      +
      + + + + +
      + + + + +
      + +
      + + +
      +
      + +
      +
      + + +
      + + + + \ No newline at end of file