--- src/main/webapp/publish/info_popup.html
+++ src/main/webapp/publish/info_popup.html
... | ... | @@ -447,6 +447,7 @@ |
| 447 | 447 |
</div> |
| 448 | 448 |
</div> |
| 449 | 449 |
<!-- // 카톡발송 > 친구톡 --> |
| 450 |
+ |
|
| 450 | 451 |
<!-- 카카오톡 설정 > 브랜드메시지 템플릿 관리--> |
| 451 | 452 |
<div class="info_popup" id="brandMsgSet"> |
| 452 | 453 |
<div class="popup_heading"> |
... | ... | @@ -460,7 +461,24 @@ |
| 460 | 461 |
</ul> |
| 461 | 462 |
</div> |
| 462 | 463 |
</div> |
| 463 |
- <!-- // 카톡발송 > 친구톡 --> |
|
| 464 |
+ <!-- // 카카오톡 설정 > 브랜드메시지 템플릿 관리 --> |
|
| 465 |
+ |
|
| 466 |
+ <!-- 카톡발송 > 브랜드메시지 --> |
|
| 467 |
+ <div class="info_popup" id="brandMsgSend"> |
|
| 468 |
+ <div class="popup_heading"> |
|
| 469 |
+ <p>사용안내</p> |
|
| 470 |
+ </div> |
|
| 471 |
+ <div class="layer_in layer_info_wrap"> |
|
| 472 |
+ <ul class="info_list"> |
|
| 473 |
+ <li>브랜드메시지 텍스트형은 최대 1,000자까지 작성 가능 (이미지형 400자, 와이드 이미지형 76자)</li> |
|
| 474 |
+ <li>변수는 [*이름*], [*1*]~[*4*]까지 입력하실 수 있습니다.</li> |
|
| 475 |
+ <li>광고성 정보 포함 시, 자동으로 (광고) 표시와 080무료수신거부번호가 메시지 내용에 표시됩니다.</li> |
|
| 476 |
+ <li>예약 메시지는 발송시간 기준 5분 전까지만 취소 가능합니다.</li> |
|
| 477 |
+ <li style="font-weight:bold;color:#222;">안심번호는 임시번호로 전송이 불가합니다.</li> |
|
| 478 |
+ </ul> |
|
| 479 |
+ </div> |
|
| 480 |
+ </div> |
|
| 481 |
+ <!-- // 카톡발송 > 브랜드메시지 --> |
|
| 464 | 482 |
|
| 465 | 483 |
</body> |
| 466 | 484 |
|
+++ src/main/webapp/publish/kakao_brandMsg_send.html
... | ... | @@ -0,0 +1,978 @@ |
| 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" rel="stylesheet"> | |
| 10 | + <link rel="stylesheet" href="/publish/css/reset.css"> | |
| 11 | + <link rel="stylesheet" href="/publish/css/jquery.mCustomScrollbar.css"> | |
| 12 | + <link rel="stylesheet" href="/publish/css/common.css"> | |
| 13 | + <link rel="stylesheet" href="/publish/css/button.css"> | |
| 14 | + <link rel="stylesheet" href="/publish/css/content.css"> | |
| 15 | + <link rel="stylesheet" href="/publish/css/adrbook.css"> | |
| 16 | + <link rel="stylesheet" href="/publish/css/font.css"> | |
| 17 | + <link rel="stylesheet" href="/publish/css/popupLayer.css"> | |
| 18 | + <link rel="stylesheet" href="/publish/js/datepicker/classic.css"> | |
| 19 | + <link rel="stylesheet" href="/publish/js/datepicker/classic.date.css"> | |
| 20 | + | |
| 21 | + | |
| 22 | + <script src="/publish/js/jquery-3.5.0.js"></script> | |
| 23 | + <script src="/publish/js/jquery.mCustomScrollbar.concat.min.js"></script> | |
| 24 | + <script src="/publish/js/common.js"></script> | |
| 25 | + <script src="/publish/js/content.js"></script> | |
| 26 | + <script src="/publish/js/popup.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 | + | |
| 34 | + | |
| 35 | + </script> | |
| 36 | + | |
| 37 | + | |
| 38 | +</head> | |
| 39 | + | |
| 40 | +<body> | |
| 41 | + <div class="skip_menu"> | |
| 42 | + <a href="#cont" title="본문 바로가기" class="contGo">본문 바로가기</a> | |
| 43 | + </div> | |
| 44 | + <!--// skip 메뉴 --> | |
| 45 | + | |
| 46 | + <div data-include-path="/publish/layout/_header.html"></div> | |
| 47 | + | |
| 48 | + <!-- content 영역 --> | |
| 49 | + <div id="container" class="cont sub"> | |
| 50 | + <div class="inner"> | |
| 51 | + <!-- send top --> | |
| 52 | + <div class="send_top"> | |
| 53 | + <!-- tab button --> | |
| 54 | + <ul class="tabType4"> | |
| 55 | + <li class="tab"><button type="button" onclick="location.href='/publish/kakao_allimtalk_send.html'">알림톡</button></li> | |
| 56 | + <li class="tab active"><button type="button" onclick="location.href='/publish/kakao_brandMsg_send.html'">브랜드메시지</button></li> | |
| 57 | + <li class="tab"><button type="button" onclick="location.href='/publish/kakao_use_guide.html'">카카오톡 설정</button></li> | |
| 58 | + <li class="tab"><button type="button" onclick="location.href='/publish/kakao_allimtalk_intro.html'">알림톡 소개</button></li> | |
| 59 | + </ul> | |
| 60 | + <!--// tab button --> | |
| 61 | + | |
| 62 | + <div class="top_content kakaotalksend_cont current pay_tab_wrap"> | |
| 63 | + <div class="heading"> | |
| 64 | + <h2>브랜드메시지 발송</h2> | |
| 65 | + <button type="button" class="button info" onclick="infoListPop('brandMsgSend','792','340');">사용안내</button> | |
| 66 | + </div> | |
| 67 | + <div class="send_general friend_talk_wrap kakao_wrap"> | |
| 68 | + <div class="send_left"> | |
| 69 | + <table class="tType1"> | |
| 70 | + <colgroup> | |
| 71 | + <col style="width: 130px;"> | |
| 72 | + <col style="width: auto;"> | |
| 73 | + </colgroup> | |
| 74 | + <tbody> | |
| 75 | + <tr> | |
| 76 | + <th>채널ID</th> | |
| 77 | + <td> | |
| 78 | + <select name="" id="" class="select_gray_type"> | |
| 79 | + <option value="">채널 ID 선택</option> | |
| 80 | + <option value="">@munjaon</option> | |
| 81 | + </select> | |
| 82 | + </td> | |
| 83 | + </tr> | |
| 84 | + | |
| 85 | + <tr> | |
| 86 | + <th>템플릿명</th> | |
| 87 | + <td> | |
| 88 | + <div class="template_name_wrap"> | |
| 89 | + <input type="text" placeholder="최대 50자, 템플릿 관리용"> | |
| 90 | + <button type="button" class="btnType btnType8" onclick="window.open('/publish/popup_friendtalk_template_choice.html','_blank','width=930, height=780, top=100, left=100, fullscreen=no, menubar=no, status=no, toolbar=no, titlebar=yes, location=no, scrollbars=yes')">템플릿 불러오기</button> | |
| 91 | + </div> | |
| 92 | + </td> | |
| 93 | + </tr> | |
| 94 | + | |
| 95 | + <tr> | |
| 96 | + <th>발송유형</th> | |
| 97 | + <td> | |
| 98 | + <input type="radio" name="img_file_add" id="img_file_0" checked> | |
| 99 | + <label for="img_file_0">텍스트</label> | |
| 100 | + <input type="radio" name="img_file_add" id="img_file_1"> | |
| 101 | + <label for="img_file_1">이미지</label> | |
| 102 | + <input type="radio" name="img_file_add" id="img_file_2"> | |
| 103 | + <label for="img_file_2">와이드</label> | |
| 104 | + | |
| 105 | + <div class="img_file_add_wrap basic_img_add_wrap"> | |
| 106 | + <p class="info_title_text"><span class="c_e40000">*</span> 이미지 첨부 안내</p> | |
| 107 | + <ul class="info_text"> | |
| 108 | + <li>- 권장사이즈 : 800px * 400px</li> | |
| 109 | + <li>- 제한사이즈 : 가로 500px 미만, 가로:세로 비율이 2:1 미만 또는 3:4 초과시 업로드 불가</li> | |
| 110 | + <li>- 파일형식 : jpg, png (최대 5MB)</li> | |
| 111 | + <li>- 이미지 첨부 시 메시지 내용은 최대 400자, 버튼 5개까지 입력할 수 있습니다.</li> | |
| 112 | + </ul> | |
| 113 | + | |
| 114 | + <ul class="img_file_info_wrap"> | |
| 115 | + <li> | |
| 116 | + <button type="button" class="btnType btnType8 btn_img_upload">이미지 불러오기</button> | |
| 117 | + <div class="img_file_wrap"> | |
| 118 | + <p class="file_name">image_testtest.jpg</p> | |
| 119 | + <button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button> | |
| 120 | + </div> | |
| 121 | + </li> | |
| 122 | + <li> | |
| 123 | + <p>이미지 클릭시 이동할 URL</p> | |
| 124 | + <input type="text" placeholder="(선택사항) https://" class="img_url"> | |
| 125 | + </li> | |
| 126 | + </ul> | |
| 127 | + </div> | |
| 128 | + <div class="img_file_add_wrap wide_img_add_wrap"> | |
| 129 | + <p class="info_title_text"><span class="c_e40000">*</span> 와이드 이미지 첨부 안내</p> | |
| 130 | + <ul class="info_text"> | |
| 131 | + <li>- 권장사이즈 : 800px * 600px</li> | |
| 132 | + <li>- 파일형식 : jpg, png (최대 5MB)</li> | |
| 133 | + <li>- 와이드 이미지 첨부시 메시지 내용은 최대 76자, 버튼 1개까지 입력할 수 있습니다.</li> | |
| 134 | + </ul> | |
| 135 | + <ul class="img_file_info_wrap"> | |
| 136 | + <li> | |
| 137 | + <button type="button" class="btnType btnType8 btn_img_upload">이미지 불러오기</button> | |
| 138 | + <div class="img_file_wrap"> | |
| 139 | + <p class="file_name file_none">이미지 없음</p> | |
| 140 | + <button type="button" class="btn_del" onclick="buttonTypeDel(this);"><img src="/publish/images/btn_delete.png" alt=""></button> | |
| 141 | + </div> | |
| 142 | + </li> | |
| 143 | + <li> | |
| 144 | + <p>이미지 클릭시 이동할 URL</p> | |
| 145 | + <input type="text" placeholder="(선택사항) https://" class="img_url"> | |
| 146 | + </li> | |
| 147 | + </ul> | |
| 148 | + </div> | |
| 149 | + </td> | |
| 150 | + </tr> | |
| 151 | + <!-- <tr> | |
| 152 | + <th>광고포함 여부</th> | |
| 153 | + <td> | |
| 154 | + <input type="checkbox" name="ad_yn" id="ad_Y" style="margin:-4px 5px 0 0;" checked> | |
| 155 | + <label for="ad_Y">광고성 정보 포함</label> | |
| 156 | + </td> | |
| 157 | + </tr> --> | |
| 158 | + <!-- <tr> | |
| 159 | + <th>발송 타깃</th> | |
| 160 | + <td> | |
| 161 | + <input type="radio" name="sendTarget" id="sendTarget_i" checked> | |
| 162 | + <label for="sendTarget_i">채널친구만(I)</label> | |
| 163 | + <input type="radio" name="sendTarget" id="sendTarget_m"> | |
| 164 | + <label for="sendTarget_m">받는사람 전체(M)</label> | |
| 165 | + <input type="radio" name="sendTarget" id="sendTarget_n"> | |
| 166 | + <label for="sendTarget_n">채널친구 제외(N)</label> | |
| 167 | + </td> | |
| 168 | + </tr> --> | |
| 169 | + <tr> | |
| 170 | + <th>내용</th> | |
| 171 | + <td class="kakao_template_text"> | |
| 172 | + <div class="put_left short"> | |
| 173 | + <div class="put_text_wrap"> | |
| 174 | + <div class="ad_txt"> | |
| 175 | + <p>(광고)</p> | |
| 176 | + </div> | |
| 177 | + <label for="textarea" class="label"></label> | |
| 178 | + <textarea id="textarea" class="put_text" placeholder="내용을 입력해주세요."></textarea> | |
| 179 | + <div class="text_length"> | |
| 180 | + <div class="sub_ad_text"> | |
| 181 | + <p>수신거부 : 홈 > 채널차단</p> | |
| 182 | + </div> | |
| 183 | + <div> | |
| 184 | + <p><span class="fwMd">0 /<span><span class="c_002c9a fwMd">400</span>자</p> | |
| 185 | + </div> | |
| 186 | + </div> | |
| 187 | + </div> | |
| 188 | + </div> | |
| 189 | + <div class="put_right"> | |
| 190 | + <div class="btn_popup_wrap"> | |
| 191 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특수문자</button> | |
| 192 | + <div class="send_miniPop spc_character"> | |
| 193 | + <div class="tab_character"> | |
| 194 | + <a href="#none" class="on">특수문자</a> | |
| 195 | + <a href="#none">웃음</a> | |
| 196 | + <a href="#none">슬픔</a> | |
| 197 | + <a href="#none">분노</a> | |
| 198 | + <a href="#none">사랑</a> | |
| 199 | + <a href="#none">그외</a> | |
| 200 | + </div> | |
| 201 | + <!-- 특수문자 --> | |
| 202 | + <div class="cnt_character on"> | |
| 203 | + <div class="box_character"> | |
| 204 | + <a href="#">※</a> | |
| 205 | + <a href="#">☆</a> | |
| 206 | + <a href="#">★</a> | |
| 207 | + <a href="#">○</a> | |
| 208 | + <a href="#">●</a> | |
| 209 | + <a href="#">◎</a> | |
| 210 | + <a href="#">◇</a> | |
| 211 | + <a href="#">◆</a> | |
| 212 | + <a href="#">□</a> | |
| 213 | + <a href="#">■</a> | |
| 214 | + <a href="#">△</a> | |
| 215 | + <a href="#">▲</a> | |
| 216 | + <a href="#">▽</a> | |
| 217 | + <a href="#">▼</a> | |
| 218 | + <a href="#">→</a> | |
| 219 | + <a href="#">←</a> | |
| 220 | + <a href="#">↑</a> | |
| 221 | + <a href="#">↓</a> | |
| 222 | + <a href="#">↔</a> | |
| 223 | + <a href="#">〓</a> | |
| 224 | + <a href="#">◁</a> | |
| 225 | + <a href="#">♪</a> | |
| 226 | + <a href="#">◀</a> | |
| 227 | + <a href="#">▷</a> | |
| 228 | + <a href="#">▶</a> | |
| 229 | + <a href="#">♤</a> | |
| 230 | + <a href="#">♠</a> | |
| 231 | + <a href="#">♡</a> | |
| 232 | + <a href="#">♥</a> | |
| 233 | + <a href="#">♧</a> | |
| 234 | + <a href="#">♣</a> | |
| 235 | + <a href="#">⊙</a> | |
| 236 | + <a href="#">◈</a> | |
| 237 | + <a href="#">▣</a> | |
| 238 | + <a href="#">◐</a> | |
| 239 | + <a href="#">◑</a> | |
| 240 | + <a href="#">▒</a> | |
| 241 | + <a href="#">▦</a> | |
| 242 | + <a href="#">♨</a> | |
| 243 | + <a href="#">☏</a> | |
| 244 | + <a href="#">☎</a> | |
| 245 | + <a href="#">☞</a> | |
| 246 | + <a href="#">☜</a> | |
| 247 | + <a href="#">㈜</a> | |
| 248 | + <a href="#">™</a> | |
| 249 | + <a href="#">℡</a> | |
| 250 | + <a href="#">ㆀ</a> | |
| 251 | + <a href="#">ε</a> | |
| 252 | + <a href="#">『</a> | |
| 253 | + <a href="#">』</a> | |
| 254 | + <a href="#">ⓛ</a> | |
| 255 | + <a href="#">∏</a> | |
| 256 | + <a href="#">ご</a> | |
| 257 | + <a href="#">♂</a> | |
| 258 | + <a href="#">↗</a> | |
| 259 | + <a href="#">↙</a> | |
| 260 | + <a href="#">↖</a> | |
| 261 | + <a href="#">↘</a> | |
| 262 | + <a href="#">ψ</a> | |
| 263 | + </div> | |
| 264 | + </div> | |
| 265 | + <!-- //특수문자 --> | |
| 266 | + | |
| 267 | + <!-- 웃음 --> | |
| 268 | + <div class="cnt_character emt_character"> | |
| 269 | + <div class="box_character"> | |
| 270 | + <a href="#">⌒⌒</a> | |
| 271 | + <a href="#">^_^</a> | |
| 272 | + <a href="#">^0^</a> | |
| 273 | + <a href="#">s( ̄▽ ̄)/</a> | |
| 274 | + <a href="#">(/^^)/</a> | |
| 275 | + <a href="#">^o^~♬</a> | |
| 276 | + <a href="#">^.~</a> | |
| 277 | + <a href="#">^-^b</a> | |
| 278 | + <a href="#">^▽^</a> | |
| 279 | + <a href="#">^ε^</a> | |
| 280 | + <a href="#">(^^)γ</a> | |
| 281 | + <a href="#">(~^^)~</a> | |
| 282 | + <a href="#">☆(~.^)/</a> | |
| 283 | + <a href="#">(*^o^*)</a> | |
| 284 | + <a href="#">n_n</a> | |
| 285 | + <a href="#">↖(^▽^)↗</a> | |
| 286 | + <a href="#">( ̄∇ ̄)</a> | |
| 287 | + <a href="#">(*^.^)♂</a> | |
| 288 | + <a href="#">*^^*</a> | |
| 289 | + <a href="#">ㅎ.ㅎ</a> | |
| 290 | + <a href="#">=^.^=</a> | |
| 291 | + <a href="#">^▽^</a> | |
| 292 | + <a href="#">~_~</a> | |
| 293 | + <a href="#">(=^▽^)/♪</a> | |
| 294 | + </div> | |
| 295 | + </div> | |
| 296 | + <!-- //웃음 --> | |
| 297 | + | |
| 298 | + <!-- 슬픔 --> | |
| 299 | + <div class="cnt_character emt_character"> | |
| 300 | + <div class="box_character"> | |
| 301 | + <a href="#">(づ_T)</a> | |
| 302 | + <a href="#">(ㅠ.ㅠ)</a> | |
| 303 | + <a href="#">(#_-)</a> | |
| 304 | + <a href="#">o(T^T)o</a> | |
| 305 | + <a href="#">ㅠ.ㅠ</a> | |
| 306 | + <a href="#">(-_-メ)</a> | |
| 307 | + <a href="#">Y.Y</a> | |
| 308 | + <a href="#">TmT</a> | |
| 309 | + <a href="#">ご.ご</a> | |
| 310 | + <a href="#">(=_=;)</a> | |
| 311 | + <a href="#">⊇.⊆</a> | |
| 312 | + <a href="#">(o_Φ)</a> | |
| 313 | + <a href="#">∋.∈</a> | |
| 314 | + <a href="#">(___)_</a> | |
| 315 | + <a href="#">(-.¥)</a> | |
| 316 | + <a href="#">@_O</a> | |
| 317 | + <a href="#">●⊙</a> | |
| 318 | + <a href="#">(♨_♨)</a> | |
| 319 | + <a href="#">(X_X)</a> | |
| 320 | + <a href="#">Θ_Θ</a> | |
| 321 | + <a href="#">(∏.∏)</a> | |
| 322 | + <a href="#">(づ_ど)</a> | |
| 323 | + <a href="#">( ̄^ ̄)</a> | |
| 324 | + </div> | |
| 325 | + </div> | |
| 326 | + <!-- //슬픔 --> | |
| 327 | + | |
| 328 | + <!-- 분노 --> | |
| 329 | + <div class="cnt_character emt_character"> | |
| 330 | + <div class="box_character"> | |
| 331 | + <a href="#">Θ_Θ</a> | |
| 332 | + <a href="#">=-_-a</a> | |
| 333 | + <a href="#">('o')</a> | |
| 334 | + <a href="#">(`へ´)</a> | |
| 335 | + <a href="#">(-ヘㅡメ)凸</a> | |
| 336 | + <a href="#">⊙⊙ㆀ</a> | |
| 337 | + <a href="#">⊙.⊙</a> | |
| 338 | + <a href="#">ㅡㅡ+</a> | |
| 339 | + <a href="#">(`o´)y</a> | |
| 340 | + <a href="#">づºДº)つ</a> | |
| 341 | + <a href="#">O_O</a> | |
| 342 | + <a href="#">(@.@)</a> | |
| 343 | + <a href="#">★.★</a> | |
| 344 | + <a href="#">(;¬_¬)</a> | |
| 345 | + <a href="#">┏(;-_-)┛</a> | |
| 346 | + <a href="#">┏(-_-メ)┓</a> | |
| 347 | + <a href="#">(><ㆀ)/</a> | |
| 348 | + <a href="#">--メ凸</a> | |
| 349 | + <a href="#">(`_)乂(_′)</a> | |
| 350 | + <a href="#">(-_-)c+_=)</a> | |
| 351 | + </div> | |
| 352 | + </div> | |
| 353 | + <!-- //분노 --> | |
| 354 | + | |
| 355 | + <!-- 사랑 --> | |
| 356 | + <div class="cnt_character emt_character"> | |
| 357 | + <div class="box_character"> | |
| 358 | + <a href="#">♥.♥</a> | |
| 359 | + <a href="#">^o^~♬</a> | |
| 360 | + <a href="#">(*^}{^*)</a> | |
| 361 | + <a href="#">ⓛⓞⓥⓔ</a> | |
| 362 | + <a href="#">(*_*)</a> | |
| 363 | + <a href="#">(♡.♡)</a> | |
| 364 | + <a href="#">ε♡₃ε♥</a> | |
| 365 | + <a href="#">(*..)(..*)</a> | |
| 366 | + <a href="#">(~.^)s</a> | |
| 367 | + <a href="#">☞♡☜</a> | |
| 368 | + <a href="#">*♥o♥*</a> | |
| 369 | + <a href="#">(/^o^)/♡</a> | |
| 370 | + <a href="#">@-m-m--</a> | |
| 371 | + <a href="#">=>>------▷♡</a> | |
| 372 | + <a href="#">(*^^)σ(^_^)</a> | |
| 373 | + <a href="#">(*^-^)♡(^o^*)</a> | |
| 374 | + <a href="#">(づ^.^)づ~♡</a> | |
| 375 | + <a href="#">\(*^▽^*)ノ</a> | |
| 376 | + <a href="#">*⌒З^)^.⌒*)</a> | |
| 377 | + <a href="#">(づ ̄³ ̄)づ~</a> | |
| 378 | + <a href="#">(づ ̄³ ̄)づ</a> | |
| 379 | + <a href="#">(^*^)kiss</a> | |
| 380 | + <a href="#">(*'-⌒*)ⓥ</a> | |
| 381 | + <a href="#">s( ̄▽ ̄)/</a> | |
| 382 | + </div> | |
| 383 | + </div> | |
| 384 | + <!-- //사랑 --> | |
| 385 | + | |
| 386 | + <!-- 그외 --> | |
| 387 | + <div class="cnt_character emt_character emt_etc "> | |
| 388 | + <div class="box_character"> | |
| 389 | + <a href="#"><:3)--</a> | |
| 390 | + <a href="#">(^(oo)^)</a> | |
| 391 | + <a href="#">(:::[</a> | |
| 392 | + <a href="#">]:::)</a> | |
| 393 | + <a href="#">[( ̄. ̄)]zZ</a> | |
| 394 | + <a href="#">(``)(``)</a> | |
| 395 | + <a href="#">(T(oo)T)</a> | |
| 396 | + <a href="#">(^.^)=O)#.#)</a> | |
| 397 | + <a href="#">?‥…─━★</a> | |
| 398 | + <a href="#">(__)zzz</a> | |
| 399 | + <a href="#">(=ㅅ)=333</a> | |
| 400 | + <a href="#"><(>.<ㆀ)></a> | |
| 401 | + <a href="#">>(/////)<</a> | |
| 402 | + <a href="#">((ど(</a> | |
| 403 | + <a href="#">^0^</a> | |
| 404 | + <a href="#">)つ))</a> | |
| 405 | + <a href="#">■■■■■□90%</a> | |
| 406 | + <a href="#">( ̄_ ̄>-(^▽^;)</a> | |
| 407 | + <a href="#">∑⊙)++333=◀</a> | |
| 408 | + <a href="#">(ノ^_^)ノ~~⑩</a> | |
| 409 | + <a href="#">(^▽^)/\(^_^)</a> | |
| 410 | + <a href="#">(*.*)@==(`.`)</a> | |
| 411 | + <a href="#">(っㅡㅡ)つ━●</a> | |
| 412 | + <a href="#">(``)(</a> | |
| 413 | + <a href="#">:)(..)(:</a> | |
| 414 | + <a href="#">(``)</a> | |
| 415 | + </div> | |
| 416 | + </div> | |
| 417 | + <!-- //그외 --> | |
| 418 | + <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> | |
| 419 | + </div> | |
| 420 | + </div> | |
| 421 | + <div class="btn_popup_wrap convers_wrap"> | |
| 422 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특정문구 일괄변환<i class="qmMark"></i></button> | |
| 423 | + <div class="send_miniPop convers"> | |
| 424 | + <div> | |
| 425 | + <div class="convers_top"> | |
| 426 | + <span>특정문구 일괄변환이란?</span> | |
| 427 | + <p>주소록, 엑셀에 입력된 내용을 이용해 수신자마다 다른 내용의 메시지를 발송하는 기능</p> | |
| 428 | + </div> | |
| 429 | + <div class="convers_middle"><a href="#">#{이름}</a></div> | |
| 430 | + <div class="convers_bottom"> | |
| 431 | + <a href="#">#{1}</a> | |
| 432 | + <a href="#">#{2}</a> | |
| 433 | + <a href="#">#{3}</a> | |
| 434 | + <a href="#">#{4}</a> | |
| 435 | + </div> | |
| 436 | + </div> | |
| 437 | + <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> | |
| 438 | + </div> | |
| 439 | + </div> | |
| 440 | + <div class="btn_popup_wrap spc_wrap"> | |
| 441 | + <button type="button" class="btnType btnType7" onclick="miniPopup(this)">이모티콘</button> | |
| 442 | + <div class="send_miniPop spc_character kakao_emoticon"> | |
| 443 | + <div class="cnt_character"> | |
| 444 | + <div class="box_character"> | |
| 445 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_001.png" alt="" /></a> | |
| 446 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_002.png" alt="" /></a> | |
| 447 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_003.png" alt="" /></a> | |
| 448 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_004.png" alt="" /></a> | |
| 449 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_005.png" alt="" /></a> | |
| 450 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_006.png" alt="" /></a> | |
| 451 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_007.png" alt="" /></a> | |
| 452 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_008.png" alt="" /></a> | |
| 453 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_009.png" alt="" /></a> | |
| 454 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_010.png" alt="" /></a> | |
| 455 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_011.png" alt="" /></a> | |
| 456 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_012.png" alt="" /></a> | |
| 457 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_013.png" alt="" /></a> | |
| 458 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_014.png" alt="" /></a> | |
| 459 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_015.png" alt="" /></a> | |
| 460 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_016.png" alt="" /></a> | |
| 461 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_017.png" alt="" /></a> | |
| 462 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_018.png" alt="" /></a> | |
| 463 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_019.png" alt="" /></a> | |
| 464 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_020.png" alt="" /></a> | |
| 465 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_021.png" alt="" /></a> | |
| 466 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_022.png" alt="" /></a> | |
| 467 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_023.png" alt="" /></a> | |
| 468 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_024.png" alt="" /></a> | |
| 469 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_025.png" alt="" /></a> | |
| 470 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_026.png" alt="" /></a> | |
| 471 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_027.png" alt="" /></a> | |
| 472 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_028.png" alt="" /></a> | |
| 473 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_029.png" alt="" /></a> | |
| 474 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_030.png" alt="" /></a> | |
| 475 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_031.png" alt="" /></a> | |
| 476 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_032.png" alt="" /></a> | |
| 477 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_033.png" alt="" /></a> | |
| 478 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_034.png" alt="" /></a> | |
| 479 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_035.png" alt="" /></a> | |
| 480 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_036.png" alt="" /></a> | |
| 481 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_037.png" alt="" /></a> | |
| 482 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_038.png" alt="" /></a> | |
| 483 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_039.png" alt="" /></a> | |
| 484 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_040.png" alt="" /></a> | |
| 485 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_041.png" alt="" /></a> | |
| 486 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_042.png" alt="" /></a> | |
| 487 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_043.png" alt="" /></a> | |
| 488 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_044.png" alt="" /></a> | |
| 489 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_045.png" alt="" /></a> | |
| 490 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_046.png" alt="" /></a> | |
| 491 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_047.png" alt="" /></a> | |
| 492 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_048.png" alt="" /></a> | |
| 493 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_049.png" alt="" /></a> | |
| 494 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_050.png" alt="" /></a> | |
| 495 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_051.png" alt="" /></a> | |
| 496 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_052.png" alt="" /></a> | |
| 497 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_053.png" alt="" /></a> | |
| 498 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_054.png" alt="" /></a> | |
| 499 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_055.png" alt="" /></a> | |
| 500 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_056.png" alt="" /></a> | |
| 501 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_057.png" alt="" /></a> | |
| 502 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_058.png" alt="" /></a> | |
| 503 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_059.png" alt="" /></a> | |
| 504 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_060.png" alt="" /></a> | |
| 505 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_061.png" alt="" /></a> | |
| 506 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_062.png" alt="" /></a> | |
| 507 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_063.png" alt="" /></a> | |
| 508 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_064.png" alt="" /></a> | |
| 509 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_065.png" alt="" /></a> | |
| 510 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_066.png" alt="" /></a> | |
| 511 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_067.png" alt="" /></a> | |
| 512 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_068.png" alt="" /></a> | |
| 513 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_069.png" alt="" /></a> | |
| 514 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_070.png" alt="" /></a> | |
| 515 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_071.png" alt="" /></a> | |
| 516 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_072.png" alt="" /></a> | |
| 517 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_073.png" alt="" /></a> | |
| 518 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_074.png" alt="" /></a> | |
| 519 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_075.png" alt="" /></a> | |
| 520 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_076.png" alt="" /></a> | |
| 521 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_077.png" alt="" /></a> | |
| 522 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_078.png" alt="" /></a> | |
| 523 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_079.png" alt="" /></a> | |
| 524 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_080.png" alt="" /></a> | |
| 525 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_081.png" alt="" /></a> | |
| 526 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_082.png" alt="" /></a> | |
| 527 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1001.png" alt="" /></a> | |
| 528 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1002.png" alt="" /></a> | |
| 529 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1003.png" alt="" /></a> | |
| 530 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1004.png" alt="" /></a> | |
| 531 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1005.png" alt="" /></a> | |
| 532 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1006.png" alt="" /></a> | |
| 533 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1007.png" alt="" /></a> | |
| 534 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1008.png" alt="" /></a> | |
| 535 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1009.png" alt="" /></a> | |
| 536 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1010.png" alt="" /></a> | |
| 537 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1011.png" alt="" /></a> | |
| 538 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1012.png" alt="" /></a> | |
| 539 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1013.png" alt="" /></a> | |
| 540 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1014.png" alt="" /></a> | |
| 541 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1015.png" alt="" /></a> | |
| 542 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1016.png" alt="" /></a> | |
| 543 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1017.png" alt="" /></a> | |
| 544 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1018.png" alt="" /></a> | |
| 545 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1019.png" alt="" /></a> | |
| 546 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1020.png" alt="" /></a> | |
| 547 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1021.png" alt="" /></a> | |
| 548 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1022.png" alt="" /></a> | |
| 549 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1023.png" alt="" /></a> | |
| 550 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1024.png" alt="" /></a> | |
| 551 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1025.png" alt="" /></a> | |
| 552 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1026.png" alt="" /></a> | |
| 553 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1027.png" alt="" /></a> | |
| 554 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1028.png" alt="" /></a> | |
| 555 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1029.png" alt="" /></a> | |
| 556 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1030.png" alt="" /></a> | |
| 557 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1031.png" alt="" /></a> | |
| 558 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1032.png" alt="" /></a> | |
| 559 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1033.png" alt="" /></a> | |
| 560 | + <a href="#"><img src="/publish/images/kakao_emoticon/kakao_emoticon_1034.png" alt="" /></a> | |
| 561 | + </div> | |
| 562 | + </div> | |
| 563 | + <button type="button" class="btn_close" onclick="miniPopup(this)">닫기</button> | |
| 564 | + </div> | |
| 565 | + </div> | |
| 566 | + | |
| 567 | + <div class="send_btnWrap"> | |
| 568 | + <button type="button" class="btnType btnType9 btn_text_save">템플릿 저장</button> | |
| 569 | + <button type="button" class="btnType btnType9">초기화</button> | |
| 570 | + </div> | |
| 571 | + </div> | |
| 572 | + </td> | |
| 573 | + </tr> | |
| 574 | + <tr> | |
| 575 | + <th>버튼</th> | |
| 576 | + <td class="template_button"> | |
| 577 | + <select name="" id="" class="select_gray_type template_button_select"> | |
| 578 | + <option value="button_type_0">버튼타입 선택</option> | |
| 579 | + <option value="button_type_2">웹링크</option> | |
| 580 | + <option value="button_type_3">앱링크</option> | |
| 581 | + </select> | |
| 582 | + <button type="button" class="btnType btnType6" onclick="templateButtonAdd();">추가</button> | |
| 583 | + <div class="button_add_wrap"> | |
| 584 | + </div> | |
| 585 | + </td> | |
| 586 | + </tr> | |
| 587 | + <tr> | |
| 588 | + <th>받는사람</th> | |
| 589 | + <td class="putText"> | |
| 590 | + <div class="clearfix receipt_num"> | |
| 591 | + <div class="receipt_num_top" style="align-items:flex-start;"> | |
| 592 | + <label for="" class="label">받는 번호입력</label> | |
| 593 | + <textarea name="callTo" id="callTo" cols="30" rows="10" class="receipt_num" placeholder="번호를 입력하세요" onfocus="this.placeholder=''" onblur="this.placeholder='번호를 입력하세요'" style="width:340px;height:66px;"></textarea> | |
| 594 | + <div class="btn_popup_wrap"> | |
| 595 | + <button type="button" class="btnType btnType6 btn_add_number addCallToF">번호추가<i class="qmMark"></i></button> | |
| 596 | + <span style="display:block;margin:6px 0 0 0;"><span class="vMiddle">*</span> 중복번호는 한번만 추가됩니다.</span> | |
| 597 | + <div class="error_hover_cont send_hover_cont"> | |
| 598 | + <p>줄바꿈(Enter) 기준으로 핸드폰 번호 입력이 가능합니다.</p> | |
| 599 | + <span> | |
| 600 | + (예시)<br> | |
| 601 | + 010-1234-0001↵<br> | |
| 602 | + 010-1235-0002↵<br> | |
| 603 | + 01012350003↵<br> | |
| 604 | + 01012350004↵<br> | |
| 605 | + </span> | |
| 606 | + </div> | |
| 607 | + </div> | |
| 608 | + </div> | |
| 609 | + <div class="receipt_num_midde"> | |
| 610 | + <div class="listType list01"> | |
| 611 | + <div class="list_table list_head"> | |
| 612 | + <div class="cb_wrap"> | |
| 613 | + <label for="" class="label"></label> | |
| 614 | + <input type="checkbox"> | |
| 615 | + </div> | |
| 616 | + <div class="list_table_num"> | |
| 617 | + <p>번호</p> | |
| 618 | + <img src="/publish/images/sortUp.png"> | |
| 619 | + <img src="/publish/images/sortDown.png"> | |
| 620 | + </div> | |
| 621 | + <div class="list_table_name"> | |
| 622 | + <p>이름</p> | |
| 623 | + <img src="/publish/images/sortUp.png"> | |
| 624 | + <img src="/publish/images/sortDown.png"> | |
| 625 | + </div> | |
| 626 | + </div> | |
| 627 | + <div class="list_body_wrap"> | |
| 628 | + <div class="list_table list_body"> | |
| 629 | + <div class="cb_wrap"> | |
| 630 | + <label for="" class="label"></label> | |
| 631 | + <input type="checkbox"> | |
| 632 | + </div> | |
| 633 | + <div class="list_table_num"> | |
| 634 | + <p>010-1234-5678</p> | |
| 635 | + </div> | |
| 636 | + <div class="list_table_name"> | |
| 637 | + <p>홍길동</p> | |
| 638 | + </div> | |
| 639 | + </div> | |
| 640 | + <div class="list_table list_body"> | |
| 641 | + <div class="cb_wrap"> | |
| 642 | + <label for="" class="label"></label> | |
| 643 | + <input type="checkbox"> | |
| 644 | + </div> | |
| 645 | + <div class="list_table_num"> | |
| 646 | + <p>010-1234-5678</p> | |
| 647 | + </div> | |
| 648 | + <div class="list_table_name"> | |
| 649 | + <p>홍길동</p> | |
| 650 | + </div> | |
| 651 | + </div> | |
| 652 | + </div> | |
| 653 | + </div> | |
| 654 | + <div class="put_right"> | |
| 655 | + <div class="btn_popup_wrap spc_wrap"> | |
| 656 | + <button type="button" data-tooltip="popup06" class="btnType btnType7">주소록 불러오기</button> | |
| 657 | + </div> | |
| 658 | + <div class="btn_popup_wrap"> | |
| 659 | + <button type="button" data-tooltip="popup02" class="btnType btnType7">엑셀 불러오기</button> | |
| 660 | + </div> | |
| 661 | + <div class="btn_popup_wrap"> | |
| 662 | + <button type="button" data-tooltip="popup03" class="btnType btnType7 tab1">최근 전송내역</button> | |
| 663 | + </div> | |
| 664 | + <div class="btn_popup_wrap"> | |
| 665 | + <button type="button" data-tooltip="popup03" class="btnType btnType7 tab2">자주보내는 번호</button> | |
| 666 | + </div> | |
| 667 | + </div> | |
| 668 | + </div> | |
| 669 | + <div class="list_bottom clearfix"> | |
| 670 | + <div class="remove_btnWrap"> | |
| 671 | + <button type="button" class="btnType15"><i class="remove_img"></i>전체삭제</button> | |
| 672 | + <button type="button" class="btnType15"><i class="remove_img"></i>선택삭제</button> | |
| 673 | + </div> | |
| 674 | + <div class="list_bottom_right"> | |
| 675 | + <p>총 <span class="c_e40000">120</span>건 / 중복 <span class="c_002c9a">9</span>건</p> | |
| 676 | + </div> | |
| 677 | + </div> | |
| 678 | + </div> | |
| 679 | + | |
| 680 | + </td> | |
| 681 | + </tr> | |
| 682 | + <tr> | |
| 683 | + <th colspan="2" class="billingAmount"> | |
| 684 | + <div> | |
| 685 | + <div class="final_pay"> | |
| 686 | + <div class="pay_info_list"> | |
| 687 | + <p>발송금액 :</p> | |
| 688 | + <div class="info" id="repPriceTxt" style="display: none;"> | |
| 689 | + 단문 : <strong>20</strong>건<span>/</span>장문 : | |
| 690 | + <strong>150</strong>건<span>/</span>그림문자 : | |
| 691 | + <strong>30</strong>건 | |
| 692 | + </div> | |
| 693 | + </div> | |
| 694 | + <p class="price"><span id="repPriceTxt"></span><span id="totalPriceTxt">0</span> 원<span></span></p> | |
| 695 | + </div> | |
| 696 | + <div class="pay_type clearfix"> | |
| 697 | + <div> | |
| 698 | + <input type="radio" id="radio_bill_1" name="radio_bill" checked="checked"> | |
| 699 | + <label for="radio_bill_1">보유잔액</label> | |
| 700 | + <label for="userMoney" class="label">보유잔액</label> | |
| 701 | + <input type="text" id="userMoney" name="userMoney" value="0" readonly=""> | |
| 702 | + <span class="won">원</span> | |
| 703 | + <button type="button" class="btnType btnType21" onclick="location.href='/web/member/pay/PayView.do'">충전</button> | |
| 704 | + </div> | |
| 705 | + <div></div> | |
| 706 | + </div> | |
| 707 | + </div> | |
| 708 | + </th> | |
| 709 | + </tr> | |
| 710 | + <tr> | |
| 711 | + <th colspan="2" class="replace_send_th"> | |
| 712 | + <div class="title_th"> | |
| 713 | + <p>대체문자</p> | |
| 714 | + <input type="checkbox" id="send_fail_check" class="send_fail_check"><label for="send_fail_check">브랜드메시지 발송 실패 시 문자 전송</label> | |
| 715 | + </div> | |
| 716 | + <div class="replace_send_wrap"> | |
| 717 | + <table class="tType1"> | |
| 718 | + <colgroup> | |
| 719 | + <col style="width: 90px;"> | |
| 720 | + <col style="width: auto;"> | |
| 721 | + </colgroup> | |
| 722 | + <tbody> | |
| 723 | + <tr> | |
| 724 | + <th>발신번호</th> | |
| 725 | + <td> | |
| 726 | + <select name="" id="" class="selType1 sel_number"> | |
| 727 | + <option value="">010-9874-1356</option> | |
| 728 | + </select> | |
| 729 | + <button type="button" class="btnType btnType6">번호등록</button> | |
| 730 | + </td> | |
| 731 | + </tr> | |
| 732 | + <tr> | |
| 733 | + <th>내용</th> | |
| 734 | + <td class="putText"> | |
| 735 | + <div class="clearfix"> | |
| 736 | + <div class="put_left short"> | |
| 737 | + <!-- 업로드한 이미지의 썸네일 영역 --> | |
| 738 | + <ul class="thumb_wrap liOnImg ui-sortable"></ul> | |
| 739 | + <!-- //업로드한 이미지의 썸네일 영역 --> | |
| 740 | + <label for="smsTxtArea" class="label"></label> | |
| 741 | + <div class="ad_txt"> | |
| 742 | + <p>(광고)</p> | |
| 743 | + </div> | |
| 744 | + <textarea id="smsTxtArea" name="smsTxtArea" class="put_text"></textarea> | |
| 745 | + | |
| 746 | + <div class="text_length"> | |
| 747 | + <div class="deny_txt"><p>무료거부 0808800858</p> </div> | |
| 748 | + <div name="afterDeny"> | |
| 749 | + <p> | |
| 750 | + <span class="fwMd" id="msgLeng">0 / | |
| 751 | + </span> | |
| 752 | + <span class="c_002c9a fwMd" id="limitLeng">90</span>byte | |
| 753 | + </p> | |
| 754 | + <span class="msg_com msg_short">단문</span> | |
| 755 | + </div> | |
| 756 | + </div> | |
| 757 | + </div> | |
| 758 | + <div class="put_right"> | |
| 759 | + <button type="button" class="btnType btnType7" onclick="javascript:fn_errorChk(); return false;">오류검사<i class="qmMark"></i></button> | |
| 760 | + <div class="send_btnWrap"> | |
| 761 | + <button type="button" class="btnType btnType9" style="width:100%;">초기화</button> | |
| 762 | + </div> | |
| 763 | + </div> | |
| 764 | + | |
| 765 | + </div> | |
| 766 | + <p>* 현재 [<span id="nowMsgType">단문</span>] <span class="c_e40000 fwBold nowMsgCnt">0</span>건 발송 가능합니다.</p> | |
| 767 | + </td> | |
| 768 | + </tr> | |
| 769 | + <tr> | |
| 770 | + <th>내용</th> | |
| 771 | + <td class="putText"> | |
| 772 | + <div class="clearfix"> | |
| 773 | + <div class="put_left long"> | |
| 774 | + <!-- 업로드한 이미지의 썸네일 영역 --> | |
| 775 | + <ul class="thumb_wrap liOnImg ui-sortable"></ul> | |
| 776 | + <!-- //업로드한 이미지의 썸네일 영역 --> | |
| 777 | + <label for="smsTxtArea" class="label"></label> | |
| 778 | + <div class="ad_txt"> | |
| 779 | + <p>(광고)</p> | |
| 780 | + </div> | |
| 781 | + <textarea id="smsTxtArea" name="smsTxtArea" class="put_text"></textarea> | |
| 782 | + <div class="text_length"> | |
| 783 | + <div class="deny_txt"><p>무료거부 0808800858</p> </div> | |
| 784 | + <div name="afterDeny"> | |
| 785 | + <p> | |
| 786 | + <span class="fwMd" id="msgLeng">0 / | |
| 787 | + </span> | |
| 788 | + <span class="c_002c9a fwMd" id="limitLeng">90</span>byte | |
| 789 | + </p> | |
| 790 | + <span class="msg_com msg_short">장문</span> | |
| 791 | + </div> | |
| 792 | + </div> | |
| 793 | + </div> | |
| 794 | + <div class="put_right"> | |
| 795 | + <button type="button" class="btnType btnType7" onclick="javascript:fn_errorChk(); return false;">오류검사<i class="qmMark"></i></button> | |
| 796 | + <div class="send_btnWrap"> | |
| 797 | + <button type="button" class="btnType btnType9" style="width:100%;">초기화</button> | |
| 798 | + </div> | |
| 799 | + </div> | |
| 800 | + | |
| 801 | + </div> | |
| 802 | + <p>* 현재 [<span id="nowMsgType">단문</span>] <span class="c_e40000 fwBold nowMsgCnt">0</span>건 발송 가능합니다.</p> | |
| 803 | + </td> | |
| 804 | + </tr> | |
| 805 | + <tr> | |
| 806 | + <th>내용</th> | |
| 807 | + <td class="putText"> | |
| 808 | + <div class="clearfix"> | |
| 809 | + <div class="put_left photo"> | |
| 810 | + <!-- 업로드한 이미지의 썸네일 영역 --> | |
| 811 | + <ul class="thumb_wrap ui-sortable"> | |
| 812 | + <li class="on ui-sortable-handle"> | |
| 813 | + <div> | |
| 814 | + <img src="/publish/images/content/thumb1.jpg" alt="thumb1"> | |
| 815 | + </div> | |
| 816 | + <button type="button" class="file_close"><img src="/publish/images/content/thumb_del.png" alt="첨부파일 삭제"></button> | |
| 817 | + <button type="button" class="file_close_on"><img src="/publish/images/content/thumb_del_on.png" alt="첨부파일 삭제"></button> | |
| 818 | + </li> | |
| 819 | + <li class="ui-sortable-handle"> | |
| 820 | + <div> | |
| 821 | + <img src="/publish/images/content/thumb2.jpg" alt="thumb1"> | |
| 822 | + </div> | |
| 823 | + <button type="button" class="file_close"><img src="/publish/images/content/thumb_del.png" alt="첨부파일 삭제"></button> | |
| 824 | + <button type="button" class="file_close_on"><img src="/publish/images/content/thumb_del_on.png" alt="첨부파일 삭제"></button> | |
| 825 | + </li> | |
| 826 | + <li class="ui-sortable-handle"> | |
| 827 | + <div> | |
| 828 | + <img src="/publish/images/content/thumb3.jpg" alt="thumb1"> | |
| 829 | + </div> | |
| 830 | + <button type="button" class="file_close"><img src="/publish/images/content/thumb_del.png" alt="첨부파일 삭제"></button> | |
| 831 | + <button type="button" class="file_close_on"><img src="/publish/images/content/thumb_del_on.png" alt="첨부파일 삭제"></button> | |
| 832 | + </li> | |
| 833 | + </ul> | |
| 834 | + <!-- //업로드한 이미지의 썸네일 영역 --> | |
| 835 | + <label for="smsTxtArea" class="label"></label> | |
| 836 | + <div class="ad_txt"> | |
| 837 | + <p>(광고)</p> | |
| 838 | + </div> | |
| 839 | + <textarea id="smsTxtArea" name="smsTxtArea" class="put_text"></textarea> | |
| 840 | + <div class="text_length"> | |
| 841 | + <div class="deny_txt"><p>무료거부 0808800858</p> </div> | |
| 842 | + <div name="afterDeny"> | |
| 843 | + <p> | |
| 844 | + <span class="fwMd" id="msgLeng">0 / | |
| 845 | + </span> | |
| 846 | + <span class="c_002c9a fwMd" id="limitLeng">90</span>byte | |
| 847 | + </p> | |
| 848 | + <span class="msg_com msg_short">그림</span> | |
| 849 | + </div> | |
| 850 | + </div> | |
| 851 | + </div> | |
| 852 | + <div class="put_right"> | |
| 853 | + <button type="button" class="btnType btnType7" onclick="javascript:fn_errorChk(); return false;">오류검사<i class="qmMark"></i></button> | |
| 854 | + <div class="send_btnWrap"> | |
| 855 | + <button type="button" class="btnType btnType9" style="width:100%;">초기화</button> | |
| 856 | + </div> | |
| 857 | + </div> | |
| 858 | + | |
| 859 | + </div> | |
| 860 | + <p>* 현재 [<span id="nowMsgType">단문</span>] <span class="c_e40000 fwBold nowMsgCnt">0</span>건 발송 가능합니다.</p> | |
| 861 | + </td> | |
| 862 | + </tr> | |
| 863 | + </tbody> | |
| 864 | + </table> | |
| 865 | + </div> | |
| 866 | + </th> | |
| 867 | + </tr> | |
| 868 | + </tbody> | |
| 869 | + </table> | |
| 870 | + </div> | |
| 871 | + <div class="send_right"> | |
| 872 | + <div class="phone"> | |
| 873 | + <div class="phoneIn"> | |
| 874 | + <p class="prev_p"><img src="/publish/images/content/kakao_prev_icon.png" alt="">@munjaon</p> | |
| 875 | + <!-- 텍스트 미리보기 --> | |
| 876 | + <div class="text_preview"> | |
| 877 | + <p class="friend_talk_title"><span>(광고)</span></p> | |
| 878 | + <div class="allimtalk_content"> | |
| 879 | + <div class="kakao_image"><img src="/publish/images/content/kakao_img_basic.jpg" alt="" style="display:none;"></div> | |
| 880 | + <p class="template_text">홍길동 고객님 안녕하세요. | |
| 881 | + 문자온입니다. | |
| 882 | + 문자온에서는 재결제 고객님들께 다양한 이벤트를 준비하였으니, 방문하셔서 혜택 놓치지 마세요.</p> | |
| 883 | + <button type="button" class="btn_kakao_type">문자온 바로가기</button> | |
| 884 | + </div> | |
| 885 | + <p class="kakao_block_text">수신거부 : 홈 > 채널차단</p> | |
| 886 | + </div> | |
| 887 | + <!-- //텍스트 미리보기 --> | |
| 888 | + </div> | |
| 889 | + <p class="addText">※ 단말기 설정에 따라 다르게 보일 수 있습니다<p> | |
| 890 | + <div class="preview_util"> | |
| 891 | + <button type="button" id="btnFirst" disabled="disabled"><img src="/publish/images/content/page_first.png"></button> | |
| 892 | + <button type="button" id="btnPrev" data-index="0" disabled="disabled"><img src="/publish/images/content/page_prev.png"></button> | |
| 893 | + <p>미리보기</p> | |
| 894 | + <button type="button" id="btnNext" data-index="1" disabled="disabled"><img src="/publish/images/content/page_next.png"></button> | |
| 895 | + <button type="button" id="btnLast" disabled="disabled"><img src="/publish/images/content/page_last.png"></button> | |
| 896 | + </div> | |
| 897 | + | |
| 898 | + </div> | |
| 899 | + <div class="phone_bottom"> | |
| 900 | + <div class="send_rev"> | |
| 901 | + <div class="send_content" style="padding-bottom: 0;"> | |
| 902 | + <div class="rev_radio"> | |
| 903 | + <ul> | |
| 904 | + <li> | |
| 905 | + <input type="radio" id="reserYnN" name="reserYn" value="N" checked="checked"><label for="reserYnN">즉시</label> | |
| 906 | + </li> | |
| 907 | + <li> | |
| 908 | + <input type="radio" id="reserYnY" name="reserYn" value="Y"><label for="reserYnY">예약</label> | |
| 909 | + </li> | |
| 910 | + </ul> | |
| 911 | + </div> | |
| 912 | + <div class="send_btn"> | |
| 913 | + <button type="button" class="btnType btnType11" onclick="javascript:fn_sendMsgData(); return false;">발송하기</button> | |
| 914 | + <button type="button" class="btnType btnType10" onclick="javascript:fnTestSend(); return false;">테스트발송</button> | |
| 915 | + </div> | |
| 916 | + </div> | |
| 917 | + <div class="rev_selected"> | |
| 918 | + <div class="rev_top"> | |
| 919 | + <span>날짜 :</span> | |
| 920 | + <div class="calendar_wrap"> | |
| 921 | + <input type="text" class="startDate inp" title="검색 시작일" id="startDate" name="startDate" value="" data-datecontrol="true"> | |
| 922 | + <div class="calendar_in" id="calendarName_startDate" style="z-index: 9;"> | |
| 923 | + <button type="button" value="달력 팝업 열기" onclick="return calendarOpen('startDate-lry','',this)"></button> | |
| 924 | + <div id="startDate-lry" class="calendarPop" style="display: none;"> | |
| 925 | + <iframe id="startDate-ifrm" name="startDate-ifrm" class="calendar-frame" src="/publish/calendar.html" title=" 달력 팝업" frameborder="0" scrolling="no"></iframe> | |
| 926 | + </div> | |
| 927 | + </div> | |
| 928 | + </div> | |
| 929 | + <label for="" class="label">시 선택</label> | |
| 930 | + <div class="selBox"> | |
| 931 | + <select class="selType1"> | |
| 932 | + <option>00시</option> | |
| 933 | + <option>10시</option> | |
| 934 | + <option>20시</option> | |
| 935 | + </select> | |
| 936 | + <label for="" class="label">분 선택</label> | |
| 937 | + <select class="selType1"> | |
| 938 | + <option>00분</option> | |
| 939 | + <option>25분</option> | |
| 940 | + <option>50분</option> | |
| 941 | + </select> | |
| 942 | + </div> | |
| 943 | + </div> | |
| 944 | + <div class="rev_bottom"> | |
| 945 | + <input type="checkbox"> | |
| 946 | + <label for="">분할전송</label> | |
| 947 | + <select class="selType1"> | |
| 948 | + <option>00시</option> | |
| 949 | + <option>10시</option> | |
| 950 | + <option>20시</option> | |
| 951 | + </select> | |
| 952 | + <label for="">건</label> | |
| 953 | + <select class="selType1"> | |
| 954 | + <option>00분</option> | |
| 955 | + <option>25분</option> | |
| 956 | + <option>50분</option> | |
| 957 | + </select> | |
| 958 | + <label>간격</label> | |
| 959 | + </div> | |
| 960 | + </div> | |
| 961 | + </div> | |
| 962 | + | |
| 963 | + </div> | |
| 964 | + </div> | |
| 965 | + </div> | |
| 966 | + </div> | |
| 967 | + </div> | |
| 968 | + </div> | |
| 969 | + <!--// send top --> | |
| 970 | + </div> | |
| 971 | + </div> | |
| 972 | + <!--// content 영역 --> | |
| 973 | + <!-- footer --> | |
| 974 | + <div data-include-path="/publish/layout/_footer.html"></div> | |
| 975 | + <!--// footer 영역 --> | |
| 976 | +</body> | |
| 977 | + | |
| 978 | +</html>(No newline at end of file) |
--- src/main/webapp/publish/layout/_header.html
+++ src/main/webapp/publish/layout/_header.html
... | ... | @@ -103,7 +103,8 @@ |
| 103 | 103 |
<div class="s_menu"> |
| 104 | 104 |
<i class="allSearch_info"><span>문자검색</span></i> |
| 105 | 105 |
<button type="button" title="전체검색" class="allSearch" onclick="searchToggle();"><img src="/publish/images/search.png" alt="검색영역 열기" class="allMenu"></button> |
| 106 |
- <button type="button" title="전체메뉴" onclick="sitemapToggle(this);"><img src="/publish/images/all_menu.png" alt="전체메뉴 열기"></button> |
|
| 106 |
+ <button type="button" title="전체메뉴 열기" class="allSitemap" onclick="sitemapToggle(this);"></button> |
|
| 107 |
+ <!-- <button type="button" title="전체메뉴 닫기" class="allSitemap active" onclick="sitemapToggle(this);"></button> --> |
|
| 107 | 108 |
</div> |
| 108 | 109 |
</div> |
| 109 | 110 |
|
... | ... | @@ -139,138 +140,136 @@ |
| 139 | 140 |
<div class="layer_sitemap"> |
| 140 | 141 |
<div class="inner"> |
| 141 | 142 |
<ul class="menu"> |
| 142 |
- <li> |
|
| 143 |
- <dl> |
|
| 144 |
- <dt><a href="/web/mjon/msgdata/selectMsgDataView.do">문자전송</a></dt> |
|
| 145 |
- <dd> |
|
| 146 |
- <ul> |
|
| 147 |
- <li><a href="/web/mjon/msgdata/selectMsgDataView.do">단문·장문·그림문자</a></li> |
|
| 148 |
- <li><a href="/web/mjon/msgdata/excel/selectMsgExcelDataView.do">대량문자</a></li> |
|
| 149 |
- <li><a href="/web/api/intrdView.do">문자연동(API)</a></li> |
|
| 150 |
- </ul> |
|
| 151 |
- </dd> |
|
| 152 |
- </dl> |
|
| 153 |
- |
|
| 154 |
- <dl> |
|
| 155 |
- <dt><a href="/web/mjon/alimtalk/kakaoAlimtalkMsgDataView.do">카톡전송</a></dt> |
|
| 156 |
- <dd> |
|
| 157 |
- <ul> |
|
| 158 |
- <li><a href="/web/mjon/alimtalk/kakaoAlimtalkMsgDataView.do">알림톡</a></li> |
|
| 159 |
- <li><a href="#none">친구톡</a></li> |
|
| 160 |
- <li><a href="/web/mjon/kakao/stepinfo/selectKaKaoStepInfo.do">카카오톡 설정</a></li> |
|
| 161 |
- <li><a href="/web/mjon/kakao/alimtalk/kakaoAlimtalkIntrdView.do">카카오톡 소개</a></li> |
|
| 162 |
- </ul> |
|
| 163 |
- </dd> |
|
| 164 |
- </dl> |
|
| 165 |
- </li> |
|
| 166 |
- <li> |
|
| 167 |
- <dl> |
|
| 168 |
- <dt><a href="/web/mjon/custom/selectMsgCustomView.do">맞춤제작</a></dt> |
|
| 169 |
- <dd> |
|
| 170 |
- <ul> |
|
| 171 |
- <li><a href="/web/mjon/custom/selectMsgCustomView.do">맞춤제작 샘플</a></li> |
|
| 172 |
- <li><a href="/web/mjon/custom/selectMsgCustomView.do?tap=2">제작방법 및 이용안내</a></li> |
|
| 173 |
- <li><a href="/web/mjon/custom/selectMsgCustomView.do?tap=3">내보관함</a></li> |
|
| 174 |
- </ul> |
|
| 175 |
- </dd> |
|
| 176 |
- </dl> |
|
| 177 |
- <dl> |
|
| 178 |
- <dt><a href="/web/info/mjonInfo.do">문자온소개</a></dt> |
|
| 179 |
- <dd> |
|
| 180 |
- <ul> |
|
| 181 |
- <li><a href="/web/info/mjonInfo.do">서비스 소개</a></li> |
|
| 182 |
- <li><a href="/web/info/mjonFunc.do">주요기능</a></li> |
|
| 183 |
- <li><a href="/web/mjon/msgdata/selectBestMsgDataView.do">베스트문자샘플</a></li> |
|
| 184 |
- </ul> |
|
| 185 |
- </dd> |
|
| 186 |
- </dl> |
|
| 187 |
- <dl> |
|
| 188 |
- <dt><a href="/web/info/mjonInfo.do">팩스전송</a></dt> |
|
| 189 |
- <dd> |
|
| 190 |
- <ul> |
|
| 191 |
- <li><a href="/web/mjon/fax/faxDataView.do">팩스전송</a></li> |
|
| 192 |
- <li><a href="/web/mjon/fax/faxSendList.do">팩스전송내역</a></li> |
|
| 193 |
- </ul> |
|
| 194 |
- </dd> |
|
| 195 |
- </dl> |
|
| 196 |
- </li> |
|
| 197 |
- <li> |
|
| 198 |
- <dl> |
|
| 199 |
- <dt><a href="/web/mjon/addr/selectAddrList.do">주소록관리</a></dt> |
|
| 200 |
- <dd> |
|
| 201 |
- <ul> |
|
| 202 |
- <li><a href="/web/mjon/addr/selectAddrList.do">주소록관리</a></li> |
|
| 203 |
- <li><a href="/web/mjon/addrBlock/selectBlockList.do">수신거부</a></li> |
|
| 204 |
- <li><a href="/web/mjon/addr/addrMobGuide.do">폰주소록 등록</a></li> |
|
| 205 |
- <li><a href="/web/mjon/addragency/selectAddrAgencyList.do">주소록 입력 대행(무료)</a></li> |
|
| 206 |
- </ul> |
|
| 207 |
- </dd> |
|
| 208 |
- </dl> |
|
| 209 |
- </li> |
|
| 210 |
- <li> |
|
| 211 |
- <dl> |
|
| 212 |
- <dt><a href="/web/mjon/msgsent/selectMsgSentView.do">발송결과</a></dt> |
|
| 213 |
- <dd> |
|
| 214 |
- <ul> |
|
| 215 |
- <li><a href="/web/mjon/msgsent/selectMsgSentView.do">발송결과</a></li> |
|
| 216 |
- </ul> |
|
| 217 |
- </dd> |
|
| 218 |
- </dl> |
|
| 219 |
- |
|
| 220 |
- </li> |
|
| 221 |
- <li> |
|
| 222 |
- <dl> |
|
| 223 |
- <dt><a href="/publish/member_info_change_company.html">마이페이지</a></dt> |
|
| 224 |
- <dd> |
|
| 225 |
- <ul> |
|
| 226 |
- <li><a href="/web/user/mberInfoChange.do">회원정보 변경</a></li> |
|
| 227 |
- <!-- 개인회원 일때만 노출되는 영역 --> |
|
| 228 |
- |
|
| 229 |
- <li><a href="/web/user/passwordChange.do">비밀번호 변경</a></li> |
|
| 230 |
- <li><a href="/web/user/sendNumberManage.do">발신번호 관리</a></li> |
|
| 231 |
- <!-- <li><a href="/web/user/notifyManage.do">알림설정</a></li> --> |
|
| 232 |
- </ul> |
|
| 233 |
- </dd> |
|
| 234 |
- </dl> |
|
| 235 |
- </li> |
|
| 236 |
- <li> |
|
| 237 |
- <dl> |
|
| 238 |
- <dt><a href="/web/member/pay/PayList.do">결제관리</a></dt> |
|
| 239 |
- <dd> |
|
| 240 |
- <ul> |
|
| 241 |
- <li><a href="/web/pay/PayGuide.do">요금안내/견적내기</a></li> |
|
| 242 |
- <li><a href="/web/member/pay/PayView.do">결제하기</a></li> |
|
| 243 |
- <li><a href="/web/member/pay/PayList.do">요금 결제내역</a></li> |
|
| 244 |
- <li><a href="/web/member/pay/PayUserSWList.do">요금 사용내역</a></li> |
|
| 245 |
- <!-- 현금영수증 자동발행 주석 --> |
|
| 246 |
- |
|
| 247 |
- <li><a href="/web/member/pay/BillPub.do">세금계산서 발행</a></li> |
|
| 248 |
- </ul> |
|
| 249 |
- </dd> |
|
| 250 |
- </dl> |
|
| 251 |
- </li> |
|
| 252 |
- <li> |
|
| 253 |
- <dl> |
|
| 254 |
- <dt><a href="/web/cop/bbs/NoticeList.do">고객센터</a></dt> |
|
| 255 |
- <dd> |
|
| 256 |
- <ul> |
|
| 257 |
- <li><a href="/web/cop/bbs/NoticeList.do">공지사항</a></li> |
|
| 258 |
- <li><a href="/web/cop/bbs/TermsList.do?menuNm=02&termsMastNo=2024">이용약관</a></li> |
|
| 259 |
- <li><a href="/web/cop/bbs/FaqList.do">자주하는 질문</a></li> |
|
| 260 |
- <li><a href="/web/cop/bbs/QnaList.do">1:1 문의</a></li> |
|
| 261 |
- <li><a href="/web/cop/bbs/SuggestList.do">불편신고</a></li> |
|
| 262 |
- <li><a href="/web/cop/bbs/EventList.do">이벤트</a></li> |
|
| 263 |
- <li><a href="javascript:void(0);" onclick="remotePop('https://939.co.kr/munjaon/');">원격지원</a></li>
|
|
| 264 |
- </ul> |
|
| 265 |
- </dd> |
|
| 266 |
- </dl> |
|
| 267 |
- </li> |
|
| 268 |
- </ul> |
|
| 143 |
+ <li> |
|
| 144 |
+ <dl> |
|
| 145 |
+ <dt><a href="/web/mjon/msgdata/selectMsgDataView.do">문자발송</a></dt> |
|
| 146 |
+ <dd> |
|
| 147 |
+ <ul> |
|
| 148 |
+ <li><a href="/web/mjon/msgdata/selectMsgDataView.do">단문·장문·그림문자</a></li> |
|
| 149 |
+ <li><a href="/web/mjon/msgdata/excel/selectMsgExcelDataView.do">대량문자</a></li> |
|
| 150 |
+ </ul> |
|
| 151 |
+ </dd> |
|
| 152 |
+ </dl> |
|
| 153 |
+ <dl> |
|
| 154 |
+ <dt><a href="/web/mjon/alimtalk/kakaoAlimtalkMsgDataView.do">카톡발송</a></dt> |
|
| 155 |
+ <dd> |
|
| 156 |
+ <ul> |
|
| 157 |
+ <li><a href="/web/mjon/alimtalk/kakaoAlimtalkMsgDataView.do">알림톡</a></li> |
|
| 158 |
+ <li><a href="#">브랜드메시지</a></li> |
|
| 159 |
+ <li><a href="/web/mjon/kakao/stepinfo/selectKaKaoStepInfo.do">카카오톡 설정</a></li> |
|
| 160 |
+ <li><a href="/web/mjon/kakao/alimtalk/kakaotalkIntrdView.do">카카오톡 소개</a></li> |
|
| 161 |
+ </ul> |
|
| 162 |
+ </dd> |
|
| 163 |
+ </dl> |
|
| 164 |
+ |
|
| 165 |
+ <dl> |
|
| 166 |
+ <dt><a href="/web/info/mjonInfo.do">팩스발송</a></dt> |
|
| 167 |
+ <dd> |
|
| 168 |
+ <ul> |
|
| 169 |
+ <li><a href="/web/mjon/fax/faxDataView.do">팩스발송</a></li> |
|
| 170 |
+ <li><a href="/web/mjon/fax/faxSendList.do">팩스발송내역</a></li> |
|
| 171 |
+ </ul> |
|
| 172 |
+ </dd> |
|
| 173 |
+ </dl> |
|
| 174 |
+ </li> |
|
| 175 |
+ <li> |
|
| 176 |
+ <dl> |
|
| 177 |
+ <dt><a href="/web/mjon/custom/selectMsgCustomView.do">맞춤제작</a></dt> |
|
| 178 |
+ <dd> |
|
| 179 |
+ <ul> |
|
| 180 |
+ <li><a href="/web/mjon/custom/selectMsgCustomView.do">맞춤제작 샘플</a></li> |
|
| 181 |
+ <li><a href="/web/mjon/custom/selectMsgCustomView.do?tap=2">제작방법 및 이용안내</a></li> |
|
| 182 |
+ <li><a href="/web/mjon/custom/selectMsgCustomView.do?tap=3">내보관함</a></li> |
|
| 183 |
+ </ul> |
|
| 184 |
+ </dd> |
|
| 185 |
+ </dl> |
|
| 186 |
+ <dl> |
|
| 187 |
+ <dt><a href="/web/mjon/addr/selectAddrList.do">주소록관리</a></dt> |
|
| 188 |
+ <dd> |
|
| 189 |
+ <ul> |
|
| 190 |
+ <li><a href="/web/mjon/addr/selectAddrList.do">주소록관리</a></li> |
|
| 191 |
+ <li><a href="/web/mjon/addrBlock/selectBlockList.do">수신거부</a></li> |
|
| 192 |
+ <li><a href="/web/mjon/addr/addrMobGuide.do">폰주소록 등록</a></li> |
|
| 193 |
+ <li><a href="/web/mjon/addragency/selectAddrAgencyList.do">주소록 입력 대행(무료)</a></li> |
|
| 194 |
+ </ul> |
|
| 195 |
+ </dd> |
|
| 196 |
+ </dl> |
|
| 197 |
+ <dl> |
|
| 198 |
+ <dt><a href="/web/mjon/msgsent/selectMsgSentView.do">발송결과</a></dt> |
|
| 199 |
+ <dd> |
|
| 200 |
+ <ul> |
|
| 201 |
+ <li><a href="/web/mjon/msgsent/selectMsgSentView.do">발송결과</a></li> |
|
| 202 |
+ </ul> |
|
| 203 |
+ </dd> |
|
| 204 |
+ </dl> |
|
| 205 |
+ </li> |
|
| 206 |
+ <li> |
|
| 207 |
+ <dl> |
|
| 208 |
+ <dt><a href="/web/member/pay/PayList.do">결제관리</a></dt> |
|
| 209 |
+ <dd> |
|
| 210 |
+ <ul> |
|
| 211 |
+ <li><a href="/web/pay/PayGuide.do">요금안내/견적내기</a></li> |
|
| 212 |
+ <li><a href="/web/member/pay/PayView.do">결제하기</a></li> |
|
| 213 |
+ <li><a href="/web/member/pay/PayList.do">요금 결제내역</a></li> |
|
| 214 |
+ <li><a href="/web/member/pay/payUserSWList.do">요금 사용내역</a></li> |
|
| 215 |
+ <li><a href="/web/member/pay/BillPub.do">세금계산서 발행</a></li> |
|
| 216 |
+ </ul> |
|
| 217 |
+ </dd> |
|
| 218 |
+ </dl> |
|
| 219 |
+ <dl> |
|
| 220 |
+ <dt><a href="/web/api/intrdView.do">API 연동</a></dt> |
|
| 221 |
+ <dd> |
|
| 222 |
+ <ul> |
|
| 223 |
+ <li><a href="/web/api/intrdView.do">연동안내</a></li> |
|
| 224 |
+ <li><a href="/web/api/apiSpec.do">개발 가이드</a></li> |
|
| 225 |
+ <li><a href="/web/api/examDown.do">예제 다운로드</a></li> |
|
| 226 |
+ <li><a href="/web/api/appMgmt.do">신청/관리</a></li> |
|
| 227 |
+ </ul> |
|
| 228 |
+ </dd> |
|
| 229 |
+ </dl> |
|
| 230 |
+ </li> |
|
| 231 |
+ <li> |
|
| 232 |
+ <dl> |
|
| 233 |
+ <dt><a href="/web/user/mberInfoChange.do">마이페이지</a></dt> |
|
| 234 |
+ <dd> |
|
| 235 |
+ <ul> |
|
| 236 |
+ <li><a href="/web/user/mberInfoChange.do">회원정보 변경</a></li> |
|
| 237 |
+ <li><a href="/web/user/passwordChange.do">비밀번호 변경</a></li> |
|
| 238 |
+ <li><a href="/web/user/sendNumberManage.do">발신번호 관리</a></li> |
|
| 239 |
+ </ul> |
|
| 240 |
+ </dd> |
|
| 241 |
+ </dl> |
|
| 242 |
+ <dl> |
|
| 243 |
+ <dt><a href="/web/info/mjonInfo.do">문자온소개</a></dt> |
|
| 244 |
+ <dd> |
|
| 245 |
+ <ul> |
|
| 246 |
+ <li><a href="/web/info/mjonInfo.do">서비스 소개</a></li> |
|
| 247 |
+ <li><a href="/web/info/mjonFunc.do">주요기능</a></li> |
|
| 248 |
+ <li><a href="/web/mjon/msgdata/selectBestMsgDataView.do">베스트문자샘플</a></li> |
|
| 249 |
+ </ul> |
|
| 250 |
+ </dd> |
|
| 251 |
+ </dl> |
|
| 252 |
+ </li> |
|
| 253 |
+ <li> |
|
| 254 |
+ <dl> |
|
| 255 |
+ <dt><a href="/web/cop/bbs/NoticeList.do">고객센터</a></dt> |
|
| 256 |
+ <dd> |
|
| 257 |
+ <ul> |
|
| 258 |
+ <li><a href="/web/cop/bbs/NoticeList.do">공지사항</a></li> |
|
| 259 |
+ <li><a href="/web/cop/bbs/TermsList.do?menuNm=02&termsMastNo=2025">이용약관</a></li> |
|
| 260 |
+ <li><a href="/web/cop/bbs/FaqList.do">자주하는 질문</a></li> |
|
| 261 |
+ <li><a href="/web/cop/bbs/QnaList.do">1:1 문의</a></li> |
|
| 262 |
+ <li><a href="/web/cop/bbs/SuggestList.do">불편신고</a></li> |
|
| 263 |
+ <li><a href="/web/cop/bbs/EventList.do">이벤트</a></li> |
|
| 264 |
+ <li><a href="javascript:void(0);" onclick="remotePop('https://939.co.kr/munjaon/');">원격지원</a></li>
|
|
| 265 |
+ </ul> |
|
| 266 |
+ </dd> |
|
| 267 |
+ </dl> |
|
| 268 |
+ </li> |
|
| 269 |
+ </ul> |
|
| 269 | 270 |
</div> |
| 270 | 271 |
</div> |
| 271 | 272 |
<!-- //사이트맵 --> |
| 272 |
- |
|
| 273 |
- |
|
| 274 | 273 |
</div> |
| 275 | 274 |
<!--// header body 영역 --> |
| 276 | 275 |
<!-- <div id="login" class="login"> |
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?