2023/07/10 문자온 등급제, 간편결제 퍼블리싱 수정
@f8df9f4d73be52cedf07c091fd552fc9968ffe03
--- src/main/webapp/publish/css/content.css
+++ src/main/webapp/publish/css/content.css
... | ... | @@ -821,7 +821,7 @@ |
| 821 | 821 |
.ext_info li:nth-child(1) i {background-image: url(/publish/images/content/list_view_icon1.png); width: 16px; height: 16px; }
|
| 822 | 822 |
.ext_info li:nth-child(2) i {background-image: url(/publish/images/content/list_view_icon2.png); width: 16px; height: 16px; margin: 0 10px 3px 0;}
|
| 823 | 823 |
.ext_info li:nth-child(3) i {background-image: url(/publish/images/content/hits_icon.png); width: 24px; height: 14px; margin: 0 10px 3px 0; opacity: 0.9;}
|
| 824 |
-.view_wrap .view_cont {padding: 40px 00px; box-sizing: border-box; border-bottom: 1px solid #d5d5d5;}
|
|
| 824 |
+/*.view_wrap .view_cont {padding: 40px 00px; box-sizing: border-box; border-bottom: 1px solid #d5d5d5;}*/
|
|
| 825 | 825 |
.view_wrap .view_cont .cont_in {font-size: 18px; line-height: 1.5; font-weight: 300;}
|
| 826 | 826 |
.view_wrap .view_cont .cont_in .img_cont {text-align: center; margin-bottom: 70px;}
|
| 827 | 827 |
|
--- src/main/webapp/publish/firstpay_event.html
+++ src/main/webapp/publish/firstpay_event.html
... | ... | @@ -282,410 +282,7 @@ |
| 282 | 282 |
문자온 이벤트 및 혜택을 문자, 카카오톡, 메일로 수신하는 것에 동의합니다.</label></li> |
| 283 | 283 |
</ul> --> |
| 284 | 284 |
</div> |
| 285 |
- <div class="serv_content charg_cont"> |
|
| 286 |
- <div> |
|
| 287 |
- <p class="tab_tit">충전수단 선택</p> |
|
| 288 |
- <ul class="area_tab"> |
|
| 289 |
- <li class="btn_charge1 btn_tab active"><button type="button" onclick="TabTypePay(this,'1');"><i></i>간편결제</button></li> |
|
| 290 |
- <li class="btn_charge2 btn_tab"><button type="button" onclick="TabTypePay(this,'2');"><i></i>신용카드</button></li> |
|
| 291 |
- <li class="btn_charge3 btn_tab"><button type="button" onclick="TabTypePay(this,'3');" id="btnDdedicatedAccount"><i></i>전용계좌</button></li> |
|
| 292 |
- <!-- <li class="btn_charge2 btn_tab"><button type="button" onclick="TabTypePay(this,'3');"><i></i>무통장입금</button></li> --> |
|
| 293 |
- <li class="btn_charge4 btn_tab"><button type="button" onclick="TabTypePay(this,'4');"><i></i>휴대폰결제</button></li> |
|
| 294 |
- <li class="btn_charge5 btn_tab"><button type="button" onclick="TabTypePay(this,'5');"><i></i>즉시이체</button></li> |
|
| 295 |
- </ul> |
|
| 296 |
- <div class="checkbox_wrap"><input type="checkbox" id="agree"><label for="agree">선택한 수단을 다음 충전 시에도 이용합니다.</label></div> |
|
| 297 |
- |
|
| 298 |
- <!-- 간편결제 --> |
|
| 299 |
- <div class="area_tabcont on" id="tab2_1"> |
|
| 300 |
- <p class="tType1_title"> |
|
| 301 |
- <img src="/publish/images/simple_small.png" alt="간편결제 스몰 아이콘"> 간편결제</p> |
|
| 302 |
- <table class="tType1"> |
|
| 303 |
- <caption></caption> |
|
| 304 |
- <colgroup> |
|
| 305 |
- <col style="width: 100px;"> |
|
| 306 |
- <col style="width: auto;"> |
|
| 307 |
- </colgroup> |
|
| 308 |
- <tbody> |
|
| 309 |
- <tr class="charge_content"> |
|
| 310 |
- <th scope="row">충전금액</th> |
|
| 311 |
- <td class="flex"> |
|
| 312 |
- <select name="tempPrice" id="tempPrice" |
|
| 313 |
- class="list_seType1"> |
|
| 314 |
- <option value="5000">5,000</option> |
|
| 315 |
- <option value="10000">10,000</option> |
|
| 316 |
- <option value="20000">20,000</option> |
|
| 317 |
- <option value="30000">30,000</option> |
|
| 318 |
- <option value="50000" selected>50,000</option> |
|
| 319 |
- <option value="100000">100,000</option> |
|
| 320 |
- <option value="200000">200,000</option> |
|
| 321 |
- <option value="300000">300,000</option> |
|
| 322 |
- <option value="500000">500,000</option> |
|
| 323 |
- <option value="700000">700,000</option> |
|
| 324 |
- <option value="900000">900,000</option> |
|
| 325 |
- <option value="1000000">1,000,000</option> |
|
| 326 |
- <option value="1200000">1,200,000</option> |
|
| 327 |
- <option value="1500000">1,500,000</option> |
|
| 328 |
- <option value="2000000">2,000,000</option> |
|
| 329 |
- <option value="2500000">2,500,000</option> |
|
| 330 |
- <option value="3000000">3,000,000</option> |
|
| 331 |
- </select> |
|
| 332 |
- <!-- <input type="text" numberOnly placeholder="금액을 입력해주세요" name="tempPrice" class="tempPrice" onfocus="this.placeholder=''" onblur="this.placeholder='금액을 입력해주세요'"> |
|
| 333 |
- <p class="input_in">원</p> |
|
| 334 |
- <button type="button" class="btnType1" onclick="setPrice(this , '3000'); return false;">+ 3천원</button> |
|
| 335 |
- <button type="button" onclick="setPrice(this , '5000'); return false;">+ 5천원</button> |
|
| 336 |
- <button type="button" onclick="setPrice(this , '10000'); return false;">+ 1만원</button> |
|
| 337 |
- <button type="button" onclick="setPrice(this , '100000'); return false;">+ 10만원</button> |
|
| 338 |
- <button type="button" onclick="setPrice(this , '1000000'); return false;">+ 100만원</button>--%> |
|
| 339 |
- <p class="input_in">원</p> --> |
|
| 340 |
- <!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> --> |
|
| 341 |
- <p class="input_in">원</p> |
|
| 342 |
- </td> |
|
| 343 |
- </tr> |
|
| 344 |
- <tr> |
|
| 345 |
- <td colspan="2"> |
|
| 346 |
- <div class="amount_wrap"> |
|
| 347 |
- <dl> |
|
| 348 |
- <dt>최종 결제금액 :</dt> |
|
| 349 |
- <dd> |
|
| 350 |
- <ul> |
|
| 351 |
- <li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li> |
|
| 352 |
- <li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li> |
|
| 353 |
- <li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li> |
|
| 354 |
- </ul> |
|
| 355 |
- </dd> |
|
| 356 |
- </dl> |
|
| 357 |
- <button type="button" class="btnType" |
|
| 358 |
- onclick="pgOpenerPopup(); return false;">충전하기</button> |
|
| 359 |
- </div> |
|
| 360 |
- </td> |
|
| 361 |
- </tr> |
|
| 362 |
- <tr> |
|
| 363 |
- <td colspan="2"> |
|
| 364 |
- <div class="area_text"> |
|
| 365 |
- <!-- <p><span class="c_222222">- 신용카드 결제가 어려우신 고객께서는 문자온 고객센터(010-8432-9333)를 통해서도 ARS 신용카드 결제를 하실 수 있습니다.</span></p> --> |
|
| 366 |
- <p>- 인터넷 익스플로러 이용 고객께서는 도구-팝업 차단 해제 후 충전이 가능합니다.</p> |
|
| 367 |
- <p>- 결제사별 정책상 충전금액 제한이 있을 수 있습니다.</p> |
|
| 368 |
- </div> |
|
| 369 |
- </td> |
|
| 370 |
- </tr> |
|
| 371 |
- </tbody> |
|
| 372 |
- </table> |
|
| 373 |
- </div> |
|
| 374 |
- <!-- //간편결제 --> |
|
| 375 |
- |
|
| 376 |
- <!-- 신용카드 --> |
|
| 377 |
- <div class="area_tabcont" id="tab2_2"> |
|
| 378 |
- <p class="tType1_title"><img src="/publish/images/credit_small.png" alt=""> 신용카드</p> |
|
| 379 |
- <table class="tType1"> |
|
| 380 |
- <caption></caption> |
|
| 381 |
- <colgroup> |
|
| 382 |
- <col style="width: 100px;"> |
|
| 383 |
- <col style="width: auto;"> |
|
| 384 |
- </colgroup> |
|
| 385 |
- <tbody> |
|
| 386 |
- <tr class="charge_content"> |
|
| 387 |
- <th scope="row">충전금액</th> |
|
| 388 |
- <td class="flex"> |
|
| 389 |
- <select name="tempPrice" id="tempPrice" |
|
| 390 |
- class="list_seType1"> |
|
| 391 |
- <option value="5000">5,000</option> |
|
| 392 |
- <option value="10000">10,000</option> |
|
| 393 |
- <option value="20000">20,000</option> |
|
| 394 |
- <option value="30000">30,000</option> |
|
| 395 |
- <option value="50000" selected>50,000</option> |
|
| 396 |
- <option value="100000">100,000</option> |
|
| 397 |
- <option value="200000">200,000</option> |
|
| 398 |
- <option value="300000">300,000</option> |
|
| 399 |
- <option value="500000">500,000</option> |
|
| 400 |
- <option value="700000">700,000</option> |
|
| 401 |
- <option value="900000">900,000</option> |
|
| 402 |
- <option value="1000000">1,000,000</option> |
|
| 403 |
- <option value="1200000">1,200,000</option> |
|
| 404 |
- <option value="1500000">1,500,000</option> |
|
| 405 |
- <option value="2000000">2,000,000</option> |
|
| 406 |
- <option value="2500000">2,500,000</option> |
|
| 407 |
- <option value="3000000">3,000,000</option> |
|
| 408 |
- </select> |
|
| 409 |
- <!-- <input type="text" numberOnly placeholder="금액을 입력해주세요" name="tempPrice" class="tempPrice" onfocus="this.placeholder=''" onblur="this.placeholder='금액을 입력해주세요'"> |
|
| 410 |
- <p class="input_in">원</p> |
|
| 411 |
- <button type="button" class="btnType1" onclick="setPrice(this , '3000'); return false;">+ 3천원</button> |
|
| 412 |
- <button type="button" onclick="setPrice(this , '5000'); return false;">+ 5천원</button> |
|
| 413 |
- <button type="button" onclick="setPrice(this , '10000'); return false;">+ 1만원</button> |
|
| 414 |
- <button type="button" onclick="setPrice(this , '100000'); return false;">+ 10만원</button> |
|
| 415 |
- <button type="button" onclick="setPrice(this , '1000000'); return false;">+ 100만원</button>--%> |
|
| 416 |
- <p class="input_in">원</p> --> |
|
| 417 |
- <!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> --> |
|
| 418 |
- <p class="input_in">원</p> |
|
| 419 |
- </td> |
|
| 420 |
- </tr> |
|
| 421 |
- <tr> |
|
| 422 |
- <td colspan="2"> |
|
| 423 |
- <div class="amount_wrap"> |
|
| 424 |
- <dl> |
|
| 425 |
- <dt>최종 결제금액 :</dt> |
|
| 426 |
- <dd> |
|
| 427 |
- <ul> |
|
| 428 |
- <li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li> |
|
| 429 |
- <li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li> |
|
| 430 |
- <li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li> |
|
| 431 |
- </ul> |
|
| 432 |
- </dd> |
|
| 433 |
- </dl> |
|
| 434 |
- <button type="button" class="btnType" |
|
| 435 |
- onclick="pgOpenerPopup(); return false;">충전하기</button> |
|
| 436 |
- </div> |
|
| 437 |
- </td> |
|
| 438 |
- </tr> |
|
| 439 |
- <tr> |
|
| 440 |
- <td colspan="2"> |
|
| 441 |
- <div class="area_text"> |
|
| 442 |
- <!-- <p><span class="c_222222">- 신용카드 결제가 어려우신 고객께서는 문자온 고객센터(010-8432-9333)를 통해서도 ARS 신용카드 결제를 하실 수 있습니다.</span></p> --> |
|
| 443 |
- <p>- 인터넷 익스플로러 이용 고객께서는 도구-팝업 차단 해제 후 충전이 가능합니다. |
|
| 444 |
- </p> |
|
| 445 |
- <p>- 카드사별 정책상 충전금액 제한이 있을 수 있습니다. 단, ARS 신용카드 |
|
| 446 |
- 결제는 충전금액 제한 없이 이용하실 수 있습니다.</p> |
|
| 447 |
- </div> |
|
| 448 |
- </td> |
|
| 449 |
- </tr> |
|
| 450 |
- </tbody> |
|
| 451 |
- </table> |
|
| 452 |
- </div> |
|
| 453 |
- <!-- //신용카드 --> |
|
| 454 |
- |
|
| 455 |
- <!-- 전용계좌 --> |
|
| 456 |
- <div class="area_tabcont" id="tab2_3"> |
|
| 457 |
- <!-- 신규계좌발급 시 --> |
|
| 458 |
- <p class="tType1_title"><img |
|
| 459 |
- src="/publish/images/content/icon_charging1_small.png" |
|
| 460 |
- alt="계좌 이미"> 전용계좌</p> |
|
| 461 |
- <table class="tType1"> |
|
| 462 |
- <caption></caption> |
|
| 463 |
- <colgroup> |
|
| 464 |
- <col style="width: 65%"> |
|
| 465 |
- <col style="width: 35%"> |
|
| 466 |
- </colgroup> |
|
| 467 |
- <tbody> |
|
| 468 |
- <tr> |
|
| 469 |
- <td> |
|
| 470 |
- <div class="area_text"> |
|
| 471 |
- <p>1. 현재 발급받은 전용계좌가 없습니다.</p> |
|
| 472 |
- <p>2. 입금 즉시 자동 충전되는 나만의 전용계좌 개설(평생 사용가능, 5천원 이상 입금 가능)</p> |
|
| 473 |
- <!-- <p>3. 발급받은 전용계좌는 3개월 미사용시 자동 해지됩니다.</p> --> |
|
| 474 |
- </div> |
|
| 475 |
- </td> |
|
| 476 |
- <td class="right"> |
|
| 477 |
- <label for="bankCd" class="label">은행선택</label> |
|
| 478 |
- <select name="bankCd" id="bankCd"> |
|
| 479 |
- <option value="">은행선택</option> |
|
| 480 |
- <option value="003">기업은행</option> |
|
| 481 |
- <option value="004">국민은행</option> |
|
| 482 |
- <option value="011">농협은행</option> |
|
| 483 |
- <option value="020">우리은행</option> |
|
| 484 |
- <option value="081">하나은행</option> |
|
| 485 |
- <option value="088">신한은행</option> |
|
| 486 |
- </select> |
|
| 487 |
- <p class="input_in" style="margin-right:5px;">원</p> |
|
| 488 |
- <button type="button" |
|
| 489 |
- onclick="fnNewBankAccount(); return false;">신규계좌받기</button> |
|
| 490 |
- </td> |
|
| 491 |
- </tr> |
|
| 492 |
- </tbody> |
|
| 493 |
- </table> |
|
| 494 |
- |
|
| 495 |
- <!-- 기존 계좌있을 시 --> |
|
| 496 |
- <p class="tType1_title" style="margin-top: 50px;"><img src="/publish/images/content/icon_charging1_small.png" alt="계좌 이미"> 전용계좌</p> |
|
| 497 |
- <table class="tType1"> |
|
| 498 |
- <caption></caption> |
|
| 499 |
- <colgroup> |
|
| 500 |
- <col style="width: 65%"> |
|
| 501 |
- <col style="width: 35%;"> |
|
| 502 |
- </colgroup> |
|
| 503 |
- <tbody> |
|
| 504 |
- <tr> |
|
| 505 |
- <td colspan="2"> |
|
| 506 |
- <div> |
|
| 507 |
- 보유한 전용 계좌가 없습니다. |
|
| 508 |
- </div> |
|
| 509 |
- </td> |
|
| 510 |
- </tr> |
|
| 511 |
- <tr> |
|
| 512 |
- <td colspan="2"> |
|
| 513 |
- <div class="area_text"> |
|
| 514 |
- <p>- 전용계좌는 개설일로부터 <span>3개월 미사용 시 자동 해지</span>됩니다.</p> |
|
| 515 |
- <p>- 전용계좌에 <span>5,000원 이상 입금</span> 시, 연중무휴 <span>실시간 자동 충전이</span> |
|
| 516 |
- 가능합니다.</p> |
|
| 517 |
- <!-- <p>- 예금주 : 문자온</p> --> |
|
| 518 |
- <p>- 계좌번호 문자로 받기(일/3회까지) |
|
| 519 |
- <label for="" class="label">전화번호 입력</label> |
|
| 520 |
- <input type="text" id="callTo" name="callTo" maxlength="11" |
|
| 521 |
- placeholder="‘-’ 없이 받으실 휴대폰 번호를 입력해주세요." |
|
| 522 |
- onfocus="this.placeholder=''" |
|
| 523 |
- onblur="this.placeholder='‘-’ 없이 전화번호를 입력해주세요'"> |
|
| 524 |
- <button type="button" |
|
| 525 |
- onclick="fnSmsSend(); return false;">문자받기</button> |
|
| 526 |
- </p> |
|
| 527 |
- </div> |
|
| 528 |
- </td> |
|
| 529 |
- </tr> |
|
| 530 |
- </tbody> |
|
| 531 |
- </table> |
|
| 532 |
- </div> |
|
| 533 |
- <!-- //전용계좌 --> |
|
| 534 |
- |
|
| 535 |
- <!-- 휴대폰 --> |
|
| 536 |
- <div class="area_tabcont" id="tab2_4"> |
|
| 537 |
- <p class="tType1_title"><img |
|
| 538 |
- src="/publish/images/content/icon_charging4_small.png" |
|
| 539 |
- alt=""> 휴대폰결제</p> |
|
| 540 |
- <table class="tType1"> |
|
| 541 |
- <caption></caption> |
|
| 542 |
- <colgroup> |
|
| 543 |
- <col style="width: 100px;"> |
|
| 544 |
- <col style="width: auto;"> |
|
| 545 |
- </colgroup> |
|
| 546 |
- <tbody> |
|
| 547 |
- <tr class="charge_content"> |
|
| 548 |
- <th scope="row">충전금액</th> |
|
| 549 |
- <td class="flex"> |
|
| 550 |
- <select name="tempPrice" id="tempPrice" |
|
| 551 |
- class="list_seType1"> |
|
| 552 |
- <option value="5000">5,000</option> |
|
| 553 |
- <option value="10000">10,000</option> |
|
| 554 |
- <option value="20000">20,000</option> |
|
| 555 |
- <option value="30000">30,000</option> |
|
| 556 |
- <option value="50000" selected>50,000</option> |
|
| 557 |
- <option value="100000">100,000</option> |
|
| 558 |
- <option value="150000">150,000</option> |
|
| 559 |
- </select> |
|
| 560 |
- <!-- <input type="text" numberOnly placeholder="금액을 입력해주세요" name="tempPrice" class="tempPrice" onfocus="this.placeholder=''" onblur="this.placeholder='금액을 입력해주세요'"> |
|
| 561 |
- <p class="input_in">원</p> |
|
| 562 |
- <button type="button" class="btnType1" onclick="setPrice(this , '3000'); return false;">+ 3천원</button> |
|
| 563 |
- <button type="button" onclick="setPrice(this , '5000'); return false;">+ 5천원</button> |
|
| 564 |
- <button type="button" onclick="setPrice(this , '10000'); return false;">+ 1만원</button> |
|
| 565 |
- <button type="button" onclick="setPrice(this , '100000'); return false;">+ 10만원</button> |
|
| 566 |
- <button type="button" onclick="setPrice(this , '1000000'); return false;">+ 100만원</button>--%> |
|
| 567 |
- <p class="input_in">원</p> --> |
|
| 568 |
- <!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> --> |
|
| 569 |
- <p class="input_in">원</p> |
|
| 570 |
- </td> |
|
| 571 |
- </tr> |
|
| 572 |
- <tr> |
|
| 573 |
- <td colspan="2"> |
|
| 574 |
- <div class="amount_wrap"> |
|
| 575 |
- <dl> |
|
| 576 |
- <dt>최종 결제금액 :</dt> |
|
| 577 |
- <dd> |
|
| 578 |
- <ul> |
|
| 579 |
- <li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li> |
|
| 580 |
- <li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li> |
|
| 581 |
- <li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li> |
|
| 582 |
- </ul> |
|
| 583 |
- </dd> |
|
| 584 |
- </dl> |
|
| 585 |
- <button type="button" class="btnType" |
|
| 586 |
- onclick="pgOpenerPopup(); return false;">충전하기</button> |
|
| 587 |
- </div> |
|
| 588 |
- </td> |
|
| 589 |
- </tr> |
|
| 590 |
- <tr> |
|
| 591 |
- <td colspan="2"> |
|
| 592 |
- <div class="area_text"> |
|
| 593 |
- <p>- 월 30만원 한도 내에서 충전하실 수 있습니다.</p> |
|
| 594 |
- <p>- 휴대폰 소액결제 제한에 관한 사항은 가입하신 통신사를 통해 확인하실 수 |
|
| 595 |
- 있습니다.</p> |
|
| 596 |
- <p>- 인터넷 익스플로러 이용 고객께서는 도구-팝업 차단 해제 후 충전이 가능합니다. |
|
| 597 |
- </p> |
|
| 598 |
- </div> |
|
| 599 |
- </td> |
|
| 600 |
- </tr> |
|
| 601 |
- </tbody> |
|
| 602 |
- </table> |
|
| 603 |
- </div> |
|
| 604 |
- <!-- //휴대폰 --> |
|
| 605 |
- |
|
| 606 |
- <!-- 즉시이체 --> |
|
| 607 |
- <div class="area_tabcont" id="tab2_5"> |
|
| 608 |
- <p class="tType1_title"><img |
|
| 609 |
- src="/publish/images/content/icon_charging5_small.png" |
|
| 610 |
- alt=""> 즉시이체</p> |
|
| 611 |
- <table class="tType1"> |
|
| 612 |
- <caption></caption> |
|
| 613 |
- <colgroup> |
|
| 614 |
- <col style="width: 100px;"> |
|
| 615 |
- <col style="width: auto;"> |
|
| 616 |
- </colgroup> |
|
| 617 |
- <tbody> |
|
| 618 |
- <tr class="charge_content"> |
|
| 619 |
- <th scope="row">충전금액</th> |
|
| 620 |
- <td class="flex"> |
|
| 621 |
- <select name="tempPrice" id="tempPrice" |
|
| 622 |
- class="list_seType1"> |
|
| 623 |
- <option value="5000">5,000</option> |
|
| 624 |
- <option value="10000">10,000</option> |
|
| 625 |
- <option value="20000">20,000</option> |
|
| 626 |
- <option value="30000">30,000</option> |
|
| 627 |
- <option value="50000" selected>50,000</option> |
|
| 628 |
- <option value="100000">100,000</option> |
|
| 629 |
- <option value="200000">200,000</option> |
|
| 630 |
- <option value="300000">300,000</option> |
|
| 631 |
- <option value="500000">500,000</option> |
|
| 632 |
- <option value="700000">700,000</option> |
|
| 633 |
- <option value="900000">900,000</option> |
|
| 634 |
- <option value="1000000">1,000,000</option> |
|
| 635 |
- <option value="1200000">1,200,000</option> |
|
| 636 |
- <option value="1500000">1,500,000</option> |
|
| 637 |
- <option value="2000000">2,000,000</option> |
|
| 638 |
- <option value="2500000">2,500,000</option> |
|
| 639 |
- <option value="3000000">3,000,000</option> |
|
| 640 |
- </select> |
|
| 641 |
- <!-- <input type="text" numberOnly placeholder="금액을 입력해주세요" name="tempPrice" class="tempPrice" onfocus="this.placeholder=''" onblur="this.placeholder='금액을 입력해주세요'"> |
|
| 642 |
- <p class="input_in">원</p> |
|
| 643 |
- <button type="button" class="btnType1" onclick="setPrice(this , '3000'); return false;">+ 3천원</button> |
|
| 644 |
- <button type="button" onclick="setPrice(this , '5000'); return false;">+ 5천원</button> |
|
| 645 |
- <button type="button" onclick="setPrice(this , '10000'); return false;">+ 1만원</button> |
|
| 646 |
- <button type="button" onclick="setPrice(this , '100000'); return false;">+ 10만원</button> |
|
| 647 |
- <button type="button" onclick="setPrice(this , '1000000'); return false;">+ 100만원</button>--%> |
|
| 648 |
- <p class="input_in">원</p> --> |
|
| 649 |
- <!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> --> |
|
| 650 |
- <p class="input_in">원</p> |
|
| 651 |
- </td> |
|
| 652 |
- </tr> |
|
| 653 |
- <tr> |
|
| 654 |
- <td colspan="2"> |
|
| 655 |
- <div class="amount_wrap"> |
|
| 656 |
- <dl> |
|
| 657 |
- <dt>최종 결제금액 :</dt> |
|
| 658 |
- <dd> |
|
| 659 |
- <ul> |
|
| 660 |
- <li><strong id="supplyPriceStr">50,000</strong>원(공급가액)</li> |
|
| 661 |
- <li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세)</li> |
|
| 662 |
- <li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액)</li> |
|
| 663 |
- </ul> |
|
| 664 |
- </dd> |
|
| 665 |
- </dl> |
|
| 666 |
- <button type="button" class="btnType" |
|
| 667 |
- onclick="pgOpenerPopup(); return false;">충전하기</button> |
|
| 668 |
- </div> |
|
| 669 |
- </td> |
|
| 670 |
- </tr> |
|
| 671 |
- <tr> |
|
| 672 |
- <td colspan="2"> |
|
| 673 |
- <div class="area_text"> |
|
| 674 |
- <p>- 나이스페이 결제를 이용하여 인터넷뱅킹처럼 로그인 없이 간단한 정보 입력만으로 |
|
| 675 |
- 실시간 계좌 이체</p> |
|
| 676 |
- <p> (일반결제, 간편결제, 앱결제)를 할 수 있는 간편한 결제 |
|
| 677 |
- 수단입니다.(소득공제 및 지출증빙 가능)</p> |
|
| 678 |
- </div> |
|
| 679 |
- </td> |
|
| 680 |
- </tr> |
|
| 681 |
- </tbody> |
|
| 682 |
- </table> |
|
| 683 |
- </div> |
|
| 684 |
- <!-- //즉시이체 --> |
|
| 685 |
- </div> |
|
| 686 |
- </div> |
|
| 687 | 285 |
</div> |
| 688 |
- |
|
| 689 | 286 |
</div> |
| 690 | 287 |
</div> |
| 691 | 288 |
</div> |
--- src/main/webapp/publish/firstpay_event2.html
+++ src/main/webapp/publish/firstpay_event2.html
... | ... | @@ -288,20 +288,20 @@ |
| 288 | 288 |
<button type="button" onclick="TabTypePay(this,'1');"><i></i>간편결제</button> |
| 289 | 289 |
</li> |
| 290 | 290 |
<li class="btn_charge1 btn_tab"> |
| 291 |
- <button type="button" onclick="TabTypePay(this,'1');"><i></i>신용카드</button> |
|
| 291 |
+ <button type="button" onclick="TabTypePay(this,'2');"><i></i>신용카드</button> |
|
| 292 | 292 |
</li> |
| 293 | 293 |
<li class="btn_charge2 btn_tab"> |
| 294 |
- <button type="button" onclick="TabTypePay(this,'2');" id="btnDdedicatedAccount"><i></i>전용계좌</button> |
|
| 294 |
+ <button type="button" onclick="TabTypePay(this,'3');" id="btnDdedicatedAccount"><i></i>전용계좌</button> |
|
| 295 | 295 |
</li> |
| 296 | 296 |
<!-- <li class="btn_charge2 btn_tab"><button type="button" onclick="TabTypePay(this,'3');"><i></i>무통장입금</button></li> --> |
| 297 | 297 |
<!-- <li class="btn_charge4 btn_tab"><button type="button" onclick="TabTypePay(this,'4');"><i></i>휴대폰결제</button></li> --> |
| 298 |
- <li class="btn_charge5 btn_tab"><button type="button" onclick="TabTypePay(this,'5');"><i></i>즉시이체</button></li> |
|
| 298 |
+ <li class="btn_charge5 btn_tab"><button type="button" onclick="TabTypePay(this,'4');"><i></i>즉시이체</button></li> |
|
| 299 | 299 |
</ul> |
| 300 | 300 |
<div class="checkbox_wrap"><input type="checkbox" id="agree"><label for="agree">선택한 수단을 다음 충전 시에도 이용합니다.</label></div> |
| 301 | 301 |
|
| 302 |
- <!-- 신용카드 --> |
|
| 302 |
+ <!-- 간편결제 --> |
|
| 303 | 303 |
<div class="area_tabcont on" id="tab2_1"> |
| 304 |
- <p class="tType1_title"><img src="/publish/images/content/icon_charging1_small.png" alt=""> 신용카드</p> |
|
| 304 |
+ <p class="tType1_title"><img src="/publish/images/simple_small.png" alt="간편결제"> 간편결제</p> |
|
| 305 | 305 |
<table class="tType1"> |
| 306 | 306 |
<caption></caption> |
| 307 | 307 |
<colgroup> |
... | ... | @@ -331,6 +331,7 @@ |
| 331 | 331 |
<option value="2500000">2,500,000</option> |
| 332 | 332 |
<option value="3000000">3,000,000</option> |
| 333 | 333 |
</select> |
| 334 |
+ <p class="input_in">원</p> |
|
| 334 | 335 |
<!-- <input type="text" numberOnly placeholder="금액을 입력해주세요" name="tempPrice" class="tempPrice" onfocus="this.placeholder=''" onblur="this.placeholder='금액을 입력해주세요'"> |
| 335 | 336 |
<p class="input_in">원</p> |
| 336 | 337 |
<button type="button" class="btnType1" onclick="setPrice(this , '3000'); return false;">+ 3천원</button> |
... | ... | @@ -349,11 +350,90 @@ |
| 349 | 350 |
<dt>최종 결제금액 :</dt> |
| 350 | 351 |
<dd> |
| 351 | 352 |
<ul> |
| 352 |
- <li><strong id="supplyPriceStr">5,000</strong>원(공급가액) |
|
| 353 |
+ <li><strong id="supplyPriceStr">50,000</strong>원(공급가액) |
|
| 353 | 354 |
</li> |
| 354 |
- <li><span class="plus"></span><strong id="vatPriceStr">500</strong>원(부가세) |
|
| 355 |
+ <li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세) |
|
| 355 | 356 |
</li> |
| 356 |
- <li class="total"><span class="equal"></span><strong id="lastPriceStr">5,500</strong>원(최종금액) |
|
| 357 |
+ <li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액) |
|
| 358 |
+ </li> |
|
| 359 |
+ </ul> |
|
| 360 |
+ </dd> |
|
| 361 |
+ </dl> |
|
| 362 |
+ <button type="button" class="btnType" |
|
| 363 |
+ onclick="pgOpenerPopup(); return false;">충전하기</button> |
|
| 364 |
+ </div> |
|
| 365 |
+ </td> |
|
| 366 |
+ </tr> |
|
| 367 |
+ <tr> |
|
| 368 |
+ <td colspan="2"> |
|
| 369 |
+ <div class="area_text"> |
|
| 370 |
+ <!-- <p><span class="c_222222">- 신용카드 결제가 어려우신 고객께서는 문자온 고객센터(010-8432-9333)를 통해서도 ARS 신용카드 결제를 하실 수 있습니다.</span></p> --> |
|
| 371 |
+ <p>- 인터넷 익스플로러 이용 고객께서는 도구-팝업 차단 해제 후 충전이 가능합니다.</p> |
|
| 372 |
+ <p>- 결제사별 정책상 충전금액 제한이 있을 수 있습니다.</p> |
|
| 373 |
+ </div> |
|
| 374 |
+ </td> |
|
| 375 |
+ </tr> |
|
| 376 |
+ </tbody> |
|
| 377 |
+ </table> |
|
| 378 |
+ </div> |
|
| 379 |
+ <!-- //간편결제 --> |
|
| 380 |
+ |
|
| 381 |
+ <!-- 신용카드 --> |
|
| 382 |
+ <div class="area_tabcont" id="tab2_2"> |
|
| 383 |
+ <p class="tType1_title"><img src="/publish/images/credit_small.png" alt="신용카드"> 신용카드</p> |
|
| 384 |
+ <table class="tType1"> |
|
| 385 |
+ <caption></caption> |
|
| 386 |
+ <colgroup> |
|
| 387 |
+ <col style="width: 100px;"> |
|
| 388 |
+ <col style="width: auto;"> |
|
| 389 |
+ </colgroup> |
|
| 390 |
+ <tbody> |
|
| 391 |
+ <tr class="charge_content"> |
|
| 392 |
+ <th scope="row">충전금액</th> |
|
| 393 |
+ <td class="flex"> |
|
| 394 |
+ <select name="tempPrice" id="tempPrice" class="list_seType1"> |
|
| 395 |
+ <option value="5000">5,000</option> |
|
| 396 |
+ <option value="10000">10,000</option> |
|
| 397 |
+ <option value="20000">20,000</option> |
|
| 398 |
+ <option value="30000">30,000</option> |
|
| 399 |
+ <option value="50000" selected>50,000</option> |
|
| 400 |
+ <option value="100000">100,000</option> |
|
| 401 |
+ <option value="200000">200,000</option> |
|
| 402 |
+ <option value="300000">300,000</option> |
|
| 403 |
+ <option value="500000">500,000</option> |
|
| 404 |
+ <option value="700000">700,000</option> |
|
| 405 |
+ <option value="900000">900,000</option> |
|
| 406 |
+ <option value="1000000">1,000,000</option> |
|
| 407 |
+ <option value="1200000">1,200,000</option> |
|
| 408 |
+ <option value="1500000">1,500,000</option> |
|
| 409 |
+ <option value="2000000">2,000,000</option> |
|
| 410 |
+ <option value="2500000">2,500,000</option> |
|
| 411 |
+ <option value="3000000">3,000,000</option> |
|
| 412 |
+ </select> |
|
| 413 |
+ <p class="input_in">원</p> |
|
| 414 |
+ <!-- <input type="text" numberOnly placeholder="금액을 입력해주세요" name="tempPrice" class="tempPrice" onfocus="this.placeholder=''" onblur="this.placeholder='금액을 입력해주세요'"> |
|
| 415 |
+ <p class="input_in">원</p> |
|
| 416 |
+ <button type="button" class="btnType1" onclick="setPrice(this , '3000'); return false;">+ 3천원</button> |
|
| 417 |
+ <button type="button" onclick="setPrice(this , '5000'); return false;">+ 5천원</button> |
|
| 418 |
+ <button type="button" onclick="setPrice(this , '10000'); return false;">+ 1만원</button> |
|
| 419 |
+ <button type="button" onclick="setPrice(this , '100000'); return false;">+ 10만원</button> |
|
| 420 |
+ <button type="button" onclick="setPrice(this , '1000000'); return false;">+ 100만원</button>--%> |
|
| 421 |
+ <p class="input_in">원</p> --> |
|
| 422 |
+ <!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> --> |
|
| 423 |
+ </td> |
|
| 424 |
+ </tr> |
|
| 425 |
+ <tr> |
|
| 426 |
+ <td colspan="2"> |
|
| 427 |
+ <div class="amount_wrap"> |
|
| 428 |
+ <dl> |
|
| 429 |
+ <dt>최종 결제금액 :</dt> |
|
| 430 |
+ <dd> |
|
| 431 |
+ <ul> |
|
| 432 |
+ <li><strong id="supplyPriceStr">50,000</strong>원(공급가액) |
|
| 433 |
+ </li> |
|
| 434 |
+ <li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세) |
|
| 435 |
+ </li> |
|
| 436 |
+ <li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액) |
|
| 357 | 437 |
</li> |
| 358 | 438 |
</ul> |
| 359 | 439 |
</dd> |
... | ... | @@ -380,11 +460,9 @@ |
| 380 | 460 |
<!-- //신용카드 --> |
| 381 | 461 |
|
| 382 | 462 |
<!-- 전용계좌 --> |
| 383 |
- <div class="area_tabcont" id="tab2_2"> |
|
| 463 |
+ <div class="area_tabcont current" id="tab2_3"> |
|
| 384 | 464 |
<!-- 신규계좌발급 시 --> |
| 385 |
- <p class="tType1_title"><img |
|
| 386 |
- src="/publish/images/content/icon_charging1_small.png" |
|
| 387 |
- alt="계좌 이미"> 전용계좌</p> |
|
| 465 |
+ <p class="tType1_title"><img src="/publish/images/content/icon_charging1_small.png" alt="계좌 이미"> 전용계좌</p> |
|
| 388 | 466 |
<table class="tType1"> |
| 389 | 467 |
<caption></caption> |
| 390 | 468 |
<colgroup> |
... | ... | @@ -395,18 +473,11 @@ |
| 395 | 473 |
<tr> |
| 396 | 474 |
<td> |
| 397 | 475 |
<div class="area_text"> |
| 398 |
- <c:choose> |
|
| 399 |
- <c:when test="${not empty resultMyList}">
|
|
| 400 |
- <p>입금 즉시 자동 충전되는 나만의 전용계좌 개설(평생 사용가능, |
|
| 401 |
- 5천원 이상 입금 가능)</p> |
|
| 402 |
- </c:when> |
|
| 403 |
- <c:otherwise> |
|
| 404 |
- <p>1. 현재 발급받은 전용계좌가 없습니다.</p> |
|
| 405 |
- <p>2. 입금 즉시 자동 충전되는 나만의 전용계좌 개설(평생 사용가능, |
|
| 406 |
- 5천원 이상 입금 가능)</p> |
|
| 407 |
- </c:otherwise> |
|
| 408 |
- </c:choose> |
|
| 409 |
- |
|
| 476 |
+ <div class="area_text"> |
|
| 477 |
+ <p>1. <span>첫결제 이벤트는 최대 50만원까지만 적용이 됩니다.</span></p> |
|
| 478 |
+ <p>2. 현재 발급받은 전용계좌가 없습니다.</p> |
|
| 479 |
+ <p>3. 입금 즉시 자동 충전되는 나만의 전용계좌 개설(평생 사용가능, 5천원 이상 입금 가능)</p> |
|
| 480 |
+ </div> |
|
| 410 | 481 |
<!-- <p>3. 발급받은 전용계좌는 3개월 미사용시 자동 해지됩니다.</p> --> |
| 411 | 482 |
</div> |
| 412 | 483 |
</td> |
... | ... | @@ -414,84 +485,55 @@ |
| 414 | 485 |
<label for="bankCd" class="label">은행선택</label> |
| 415 | 486 |
<select name="bankCd" id="bankCd"> |
| 416 | 487 |
<option value="">은행선택</option> |
| 417 |
- <c:forEach var="result" items="${resultList}"
|
|
| 418 |
- varStatus="status"> |
|
| 419 |
- <option value="${result.bankCd}">
|
|
| 420 |
- ${result.codeNm}</option>
|
|
| 421 |
- </c:forEach> |
|
| 488 |
+ |
|
| 489 |
+ <option value="003">기업은행</option> |
|
| 490 |
+ |
|
| 491 |
+ <option value="004">국민은행</option> |
|
| 492 |
+ |
|
| 493 |
+ <option value="011">농협은행</option> |
|
| 494 |
+ |
|
| 495 |
+ <option value="020">우리은행</option> |
|
| 496 |
+ |
|
| 497 |
+ <option value="081">하나은행</option> |
|
| 498 |
+ |
|
| 499 |
+ <option value="088">신한은행</option> |
|
| 500 |
+ |
|
| 422 | 501 |
</select> |
| 423 | 502 |
<p class="input_in" style="margin-right:5px;">원</p> |
| 424 |
- <button type="button" |
|
| 425 |
- onclick="fnNewBankAccount(); return false;">신규계좌받기</button> |
|
| 503 |
+ <button type="button" onclick="fnNewBankAccount(); return false;">신규계좌받기</button> |
|
| 426 | 504 |
</td> |
| 427 | 505 |
</tr> |
| 428 | 506 |
</tbody> |
| 429 | 507 |
</table> |
| 430 |
- |
|
| 508 |
+ |
|
| 431 | 509 |
<!-- 기존 계좌있을 시 --> |
| 432 |
- <p class="tType1_title"><img |
|
| 433 |
- src="/publish/images/content/icon_charging1_small.png" |
|
| 434 |
- alt="계좌 이미"> 전용계좌</p> |
|
| 510 |
+ <p style="margin-top: 40px;" class="tType1_title"><img src="/publish/images/content/icon_charging1_small.png" alt="계좌 이미"> 전용계좌</p> |
|
| 435 | 511 |
<table class="tType1"> |
| 436 | 512 |
<caption></caption> |
| 437 | 513 |
<colgroup> |
| 438 | 514 |
<col style="width: 65%"> |
| 439 | 515 |
<col style="width: 35%;"> |
| 440 | 516 |
</colgroup> |
| 441 |
- <tbody> |
|
| 442 |
- <c:choose> |
|
| 443 |
- <c:when test="${not empty resultMyList}">
|
|
| 444 |
- <c:forEach var="result" items="${resultMyList}"
|
|
| 445 |
- varStatus="status"> |
|
| 446 |
- <tr> |
|
| 447 |
- <td> |
|
| 448 |
- <div class="checkbox_wrap"> |
|
| 449 |
- <input type="radio" |
|
| 450 |
- id="chkAccount${status.count}"
|
|
| 451 |
- name="chkAccount" |
|
| 452 |
- value="<c:out value='${result.bankCd}'/>_<c:out value='${result.codeNm}'/>_<c:out value='${result.acctNo}'/>">
|
|
| 453 |
- <label |
|
| 454 |
- for="chkAccount${status.count}"></label>
|
|
| 455 |
- <c:out value='${result.codeNm}' />
|
|
| 456 |
- <c:out value='${result.acctNo}' />
|
|
| 457 |
- </div> |
|
| 458 |
- <div class="account_holder"> |
|
| 459 |
- (예금주 : |
|
| 460 |
- <c:out value="${result.cmfNm}" />)
|
|
| 461 |
- </div> |
|
| 462 |
- </td> |
|
| 463 |
- <td class="right"> |
|
| 464 |
- </td> |
|
| 465 |
- </tr> |
|
| 466 |
- </c:forEach> |
|
| 467 |
- </c:when> |
|
| 468 |
- <c:otherwise> |
|
| 469 |
- <tr> |
|
| 470 |
- <td colspan="2"> |
|
| 471 |
- <div> |
|
| 472 |
- 보유한 전용 계좌가 없습니다. |
|
| 473 |
- </div> |
|
| 474 |
- </td> |
|
| 475 |
- </tr> |
|
| 476 |
- </c:otherwise> |
|
| 477 |
- </c:choose> |
|
| 517 |
+ <tbody> |
|
| 518 |
+ <tr> |
|
| 519 |
+ <td colspan="2"> |
|
| 520 |
+ <div> |
|
| 521 |
+ 보유한 전용 계좌가 없습니다. |
|
| 522 |
+ </div> |
|
| 523 |
+ </td> |
|
| 524 |
+ </tr> |
|
| 525 |
+ |
|
| 478 | 526 |
<tr> |
| 479 | 527 |
<td colspan="2"> |
| 480 | 528 |
<div class="area_text"> |
| 481 |
- <p>- 전용계좌는 개설일로부터 <span>3개월 미사용 시 자동 |
|
| 482 |
- 해지</span>됩니다.</p> |
|
| 483 |
- <p>- 전용계좌에 <span>5,000원 이상 입금</span> 시, 연중무휴 |
|
| 484 |
- <span>실시간 자동 충전이</span> 가능합니다.</p> |
|
| 529 |
+ <p>- <span>첫결제 이벤트는 최대 50만원까지만 적용이 됩니다.</span></p> |
|
| 530 |
+ <p>- 전용계좌는 개설일로부터 <span>3개월 미사용 시 자동 해지</span>됩니다.</p> |
|
| 531 |
+ <p>- 전용계좌에 <span>5,000원 이상 입금</span> 시, 연중무휴 <span>실시간 자동 충전이</span> 가능합니다.</p> |
|
| 485 | 532 |
<!-- <p>- 예금주 : 문자온</p> --> |
| 486 |
- <p>- 계좌번호 문자로 받기(일/3회까지) |
|
| 533 |
+ <p>- 계좌번호 문자로 받기(일/3회까지) |
|
| 487 | 534 |
<label for="" class="label">전화번호 입력</label> |
| 488 |
- <input type="text" id="callTo" name="callTo" |
|
| 489 |
- maxLength="11" |
|
| 490 |
- placeholder="‘-’ 없이 받으실 휴대폰 번호를 입력해주세요." |
|
| 491 |
- onfocus="this.placeholder=''" |
|
| 492 |
- onblur="this.placeholder='‘-’ 없이 전화번호를 입력해주세요'"> |
|
| 493 |
- <button type="button" |
|
| 494 |
- onclick="fnSmsSend(<c:out value='${resultMsgInfo.sendCnt}'/>); return false;">문자받기</button>
|
|
| 535 |
+ <input type="text" id="callTo" name="callTo" maxlength="11" placeholder="‘-’ 없이 받으실 휴대폰 번호를 입력해주세요." onfocus="this.placeholder=''" onblur="this.placeholder='‘-’ 없이 전화번호를 입력해주세요'"> |
|
| 536 |
+ <button type="button" onclick="fnSmsSend(); return false;">문자받기</button> |
|
| 495 | 537 |
</p> |
| 496 | 538 |
</div> |
| 497 | 539 |
</td> |
... | ... | @@ -501,7 +543,7 @@ |
| 501 | 543 |
</div> |
| 502 | 544 |
<!-- //전용계좌 --> |
| 503 | 545 |
|
| 504 |
- <!-- 휴대폰 --> |
|
| 546 |
+ <!-- 휴대폰 |
|
| 505 | 547 |
<div class="area_tabcont" id="tab2_4"> |
| 506 | 548 |
<p class="tType1_title"><img |
| 507 | 549 |
src="/publish/images/content/icon_charging4_small.png" |
... | ... | @@ -526,7 +568,7 @@ |
| 526 | 568 |
<option value="100000">100,000</option> |
| 527 | 569 |
<option value="150000">150,000</option> |
| 528 | 570 |
</select> |
| 529 |
- <!-- <input type="text" numberOnly placeholder="금액을 입력해주세요" name="tempPrice" class="tempPrice" onfocus="this.placeholder=''" onblur="this.placeholder='금액을 입력해주세요'"> |
|
| 571 |
+ <input type="text" numberOnly placeholder="금액을 입력해주세요" name="tempPrice" class="tempPrice" onfocus="this.placeholder=''" onblur="this.placeholder='금액을 입력해주세요'"> |
|
| 530 | 572 |
<p class="input_in">원</p> |
| 531 | 573 |
<button type="button" class="btnType1" onclick="setPrice(this , '3000'); return false;">+ 3천원</button> |
| 532 | 574 |
<button type="button" onclick="setPrice(this , '5000'); return false;">+ 5천원</button> |
... | ... | @@ -534,7 +576,7 @@ |
| 534 | 576 |
<button type="button" onclick="setPrice(this , '100000'); return false;">+ 10만원</button> |
| 535 | 577 |
<button type="button" onclick="setPrice(this , '1000000'); return false;">+ 100만원</button>--%> |
| 536 | 578 |
<p class="input_in">원</p> --> |
| 537 |
- <!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> --> |
|
| 579 |
+ <!-- <span class="reqTxt6">※ 최소 3천원 이상부터 결제 가능합니다.</span> |
|
| 538 | 580 |
</td> |
| 539 | 581 |
</tr> |
| 540 | 582 |
<tr> |
... | ... | @@ -571,11 +613,11 @@ |
| 571 | 613 |
</tr> |
| 572 | 614 |
</tbody> |
| 573 | 615 |
</table> |
| 574 |
- </div> |
|
| 616 |
+ </div>--> |
|
| 575 | 617 |
<!-- //휴대폰 --> |
| 576 | 618 |
|
| 577 | 619 |
<!-- 즉시이체 --> |
| 578 |
- <div class="area_tabcont" id="tab2_5"> |
|
| 620 |
+ <div class="area_tabcont" id="tab2_4"> |
|
| 579 | 621 |
<p class="tType1_title"><img |
| 580 | 622 |
src="/publish/images/content/icon_charging5_small.png" |
| 581 | 623 |
alt=""> 즉시이체</p> |
... | ... | @@ -609,6 +651,7 @@ |
| 609 | 651 |
<option value="2500000">2,500,000</option> |
| 610 | 652 |
<option value="3000000">3,000,000</option> |
| 611 | 653 |
</select> |
| 654 |
+ <p class="input_in">원</p> |
|
| 612 | 655 |
<!-- <input type="text" numberOnly placeholder="금액을 입력해주세요" name="tempPrice" class="tempPrice" onfocus="this.placeholder=''" onblur="this.placeholder='금액을 입력해주세요'"> |
| 613 | 656 |
<p class="input_in">원</p> |
| 614 | 657 |
<button type="button" class="btnType1" onclick="setPrice(this , '3000'); return false;">+ 3천원</button> |
... | ... | @@ -627,11 +670,11 @@ |
| 627 | 670 |
<dt>최종 결제금액 :</dt> |
| 628 | 671 |
<dd> |
| 629 | 672 |
<ul> |
| 630 |
- <li><strong id="supplyPriceStr">5,000</strong>원(공급가액) |
|
| 673 |
+ <li><strong id="supplyPriceStr">50,000</strong>원(공급가액) |
|
| 631 | 674 |
</li> |
| 632 |
- <li><span class="plus"></span><strong id="vatPriceStr">500</strong>원(부가세) |
|
| 675 |
+ <li><span class="plus"></span><strong id="vatPriceStr">5,000</strong>원(부가세) |
|
| 633 | 676 |
</li> |
| 634 |
- <li class="total"><span class="equal"></span><strong id="lastPriceStr">5,500</strong>원(최종금액) |
|
| 677 |
+ <li class="total"><span class="equal"></span><strong id="lastPriceStr">55,000</strong>원(최종금액) |
|
| 635 | 678 |
</li> |
| 636 | 679 |
</ul> |
| 637 | 680 |
</dd> |
--- src/main/webapp/publish/guide_2022.html
+++ src/main/webapp/publish/guide_2022.html
... | ... | @@ -18,6 +18,8 @@ |
| 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/firstpay_event.html">firstpay_event.html</a>충전수단 선택 내용 삭제</li> |
|
| 22 |
+ <li><a href="/publish/firstpay_event2.html">firstpay_event2.html</a>충전수단 선택 내용 수정 </li> |
|
| 21 | 23 |
<li><a href="/publish/payment2.html">payment2.html</a>결제관리 > 결제하기 > 충전수단 선택 > 간편결제추가 + 등급별금액&누적결제액별 등급 및 단가(테이블 및 텍스트 추가)</li> |
| 22 | 24 |
<li><a href="/publish/firstpay_event2.html">firstpay_event2.html</a>고객센터 > 이벤트페이지 > 충전수단 선택 내용 추가 </li> |
| 23 | 25 |
<li><a href="/publish/index_2023.html">index_2023.html</a>로그인 바 > 등급별 아이콘 이미지 추가 + 홍길동(개인)으로 이름 변경 (님)자 제거 + 요금안내 페이지 이동 탑 배너 추가 + 퀵메뉴 > 맞춤제작을 요금안내로 변경</li> |
--- src/main/webapp/publish/payment2.html
+++ src/main/webapp/publish/payment2.html
... | ... | @@ -234,7 +234,7 @@ |
| 234 | 234 |
|
| 235 | 235 |
<!-- 간편결제 --> |
| 236 | 236 |
<div class="area_tabcont on" id="tab2_1"> |
| 237 |
- <p class="tType1_title"><img src="./images/simple_small.png" alt="간편결제 스몰 아이콘"> |
|
| 237 |
+ <p class="tType1_title"><img src="/publish/images/simple_small.png" alt="간편결제 스몰 아이콘"> |
|
| 238 | 238 |
간편결제</p> |
| 239 | 239 |
<table class="tType1"> |
| 240 | 240 |
<colgroup> |
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?