공통쇼핑몰: tbl 클래스 수정
This commit is contained in:
@ -244,37 +244,37 @@ button.btn_frmline2 {font-size:1em;cursor:pointer}
|
|||||||
.btn_list input, .btn_list button {background: none repeat scroll 0 0 #617D46;border: 0 none;color: #FFFFFF;height: 28px;line-height: 2.2em;padding: 0 15px;vertical-align: middle}
|
.btn_list input, .btn_list button {background: none repeat scroll 0 0 #617D46;border: 0 none;color: #FFFFFF;height: 28px;line-height: 2.2em;padding: 0 15px;vertical-align: middle}
|
||||||
|
|
||||||
/* 기본테이블 */
|
/* 기본테이블 */
|
||||||
.basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
.basic_tbl caption {margin:0;padding:0;font-size:0;line-height:0;overflow:hidden}
|
.tbl_wrap caption {padding:10px 0;font-weight:bold;text-align:left}
|
||||||
.basic_tbl thead th {padding:12px 0 8px;background:#565e60;color:#fff}
|
|
||||||
.basic_tbl thead a {color:#fff}
|
|
||||||
.basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
|
||||||
.basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
|
|
||||||
.basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
|
||||||
.basic_tbl td {padding:8px 5px 6px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
|
||||||
.basic_tbl a {}
|
|
||||||
.bo_sideview td {padding:6px 4px} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
|
||||||
td.empty_table {padding:85px 0;text-align:center}
|
|
||||||
|
|
||||||
.empty_list {padding:85px 0;text-align:center}
|
.tbl_head01 {margin:0 0 10px}
|
||||||
|
.tbl_head01 caption {padding:0;font-size:0;line-height:0;overflow:hidden}
|
||||||
/* 필수입력 */
|
.tbl_head01 thead th {padding:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;letter-spacing:-0.1em}
|
||||||
.required {background:url('../img/wrest.gif') #f5f6fa top right no-repeat !important}
|
.tbl_head01 thead a {color:#383838}
|
||||||
|
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||||
|
.tbl_head01 tfoot th, .tbl_head01 tfoot td {padding:10px 0;border-top:1px solid #c1d1d5;border-bottom:1px solid #c1d1d5;background:#d7e0e2;text-align:center}
|
||||||
|
.tbl_head01 tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
|
||||||
|
.tbl_head01 td {padding:8px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
|
.tbl_head01 a {}
|
||||||
|
.tbl_head01 .empty_table {padding:50px 0;text-align:center}
|
||||||
|
|
||||||
/* 폼 테이블 */
|
/* 폼 테이블 */
|
||||||
.frm_tbl {margin-bottom:20px;width:100%;border-collapse:collapse;border-spacing:0}
|
.tbl_frm01 {margin:0 0 20px}
|
||||||
.frm_tbl caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}
|
.tbl_frm01 table {width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
.frm_tbl th {padding-left:10px;width:100px;border-top:1px solid #eee;border-bottom:1px solid #eee;font-weight:normal;text-align:left}
|
.tbl_frm01 th {width:100px;padding:7px 13px;border:1px solid #e9e9e9;border-left:0;background:#f7f7f7;text-align:left}
|
||||||
.frm_tbl td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
.tbl_frm01 td {padding:7px 10px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||||
.frm_tbl textarea, .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f5f6fa;vertical-align:middle}
|
.tbl_frm01 textarea, .tbl_frm01 .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle}
|
||||||
.frm_tbl textarea {width:90%;height:150px}
|
.tbl_frm01 textarea {width:98%;height:100px}
|
||||||
.frm_address {display:block;margin-top:5px}
|
/*
|
||||||
.frm_file {display:block;margin-bottom:5px}
|
.tbl_frm01 #captcha {margin:0;padding:0;border:0;background:transparent}
|
||||||
.frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
.tbl_frm01 #captcha input {margin-left:5px;text-align:center}
|
||||||
.frm_tbl #captcha input {margin-left:5px;text-align:center}
|
*/
|
||||||
.frm_tbl a {text-decoration:none}
|
.tbl_frm01 a {text-decoration:none}
|
||||||
|
.tbl_frm01 .frm_info {display:block;padding:0 0 5px;line-height:1.4em}
|
||||||
|
.tbl_frm01 .frm_address {display:block;margin-top:5px}
|
||||||
|
.tbl_frm01 .frm_file {display:block;margin-bottom:5px}
|
||||||
|
|
||||||
.frm_info {display:block;padding:0 0 5px;color:#666;line-height:1.3em}
|
fieldset .frm_input {padding:2px 2px 3px;border:1px solid #b8c9c2;background:#f7f7f7;color:#000;vertical-align:middle}
|
||||||
|
|
||||||
/* 테이블 그리드 padding 0 5px 고려한 넓이 */
|
/* 테이블 그리드 padding 0 5px 고려한 넓이 */
|
||||||
.grid_1 {width:40px}
|
.grid_1 {width:40px}
|
||||||
@ -300,17 +300,17 @@ td.empty_table {padding:85px 0;text-align:center}
|
|||||||
.td_chk {width:30px;text-align:center}
|
.td_chk {width:30px;text-align:center}
|
||||||
.td_group {width:100px;text-align:center}
|
.td_group {width:100px;text-align:center}
|
||||||
.td_board {width:120px;text-align:center}
|
.td_board {width:120px;text-align:center}
|
||||||
.td_smallstat {width:50px;text-align:center}
|
.td_statsmall {width:50px;text-align:center}
|
||||||
.td_num {width:50px;text-align:center}
|
.td_num {width:50px;text-align:center}
|
||||||
.td_bignum {width:100px;text-align:center}
|
.td_numbig {width:100px;text-align:center}
|
||||||
.td_mb_id {width:100px;text-align:center}
|
.td_mb_id {width:100px;text-align:center}
|
||||||
.td_nick {width:100px;text-align:center}
|
.td_nick {width:100px;text-align:center}
|
||||||
.td_name {width:100px;text-align:left}
|
.td_name {width:100px;text-align:left}
|
||||||
.td_smallname {width:50px;text-align:left}
|
.td_namesmall {width:50px;text-align:left}
|
||||||
.td_date {width:60px;text-align:center}
|
.td_date {width:60px;text-align:center}
|
||||||
.td_datetime {width:110px;text-align:center}
|
.td_datetime {width:110px;text-align:center}
|
||||||
.td_smallmng {width:50px;text-align:center}
|
|
||||||
.td_mng {width:80px;text-align:center}
|
.td_mng {width:80px;text-align:center}
|
||||||
|
.td_mngsmall {width:50px;text-align:center}
|
||||||
.td_default {width:60px;text-align:center}
|
.td_default {width:60px;text-align:center}
|
||||||
|
|
||||||
/* 새창 기본 스타일 */
|
/* 새창 기본 스타일 */
|
||||||
@ -823,5 +823,5 @@ td.empty_table {padding:85px 0;text-align:center}
|
|||||||
.sev_admin {text-align:right}
|
.sev_admin {text-align:right}
|
||||||
|
|
||||||
/* 쿠폰 */
|
/* 쿠폰 */
|
||||||
#coupon .td_bignum {width:150px}
|
#coupon .td_numbig {width:150px}
|
||||||
#coupon .td_datetime {width:180px}
|
#coupon .td_datetime {width:180px}
|
||||||
@ -3,16 +3,18 @@
|
|||||||
|
|
||||||
/* 초기화 */
|
/* 초기화 */
|
||||||
html {overflow-y:scroll}
|
html {overflow-y:scroll}
|
||||||
body {margin:0;padding:0;background:#fff;color:#000;font-size:0.75em;font-family:"dotum"}
|
body {margin:0;padding:0;font-size:0.75em}
|
||||||
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
|
html, h1, h2, h3, h4, h5, h6, form, fieldset, img {margin:0;padding:0;border:0}
|
||||||
h1, h2, h3, h4, h5, h6 {font-size:1em;font-family:"dotum"}
|
h1, h2, h3, h4, h5, h6 {font-size:1em}
|
||||||
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
|
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display:block}
|
||||||
header ul, nav ul, footer ul {margin:0;padding:0;list-style:none}
|
header ul, nav ul, footer ul {margin:0;padding:0;list-style:none}
|
||||||
|
legend {position:absolute;font-size:0;line-height:0;text-indent:-9999em;overflow:hidden}
|
||||||
label, input, select, img {vertical-align:middle}
|
label, input, select, img {vertical-align:middle}
|
||||||
input {margin:0;padding:0;border-radius:0;font-family:"dotum";-webkit-appearance:none}
|
input,button {margin:0;padding:0;font-size:1em}
|
||||||
button {border-radius:0;font-size:1em;font-family:"dotum"}
|
input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:0;font-size:1em;-webkit-appearance:none}
|
||||||
input[type=text], input[type=password], input[type=submit], input[type=image], button {border-radius:0 !important;font-size:1em} /* 모바일에서만 사용 */
|
textarea, select {font-size:1em}
|
||||||
p {margin:0;padding:10px 0;line-height:1.7em;word-break:break-all}
|
textarea {border-radius:0;-webkit-appearance:none}
|
||||||
|
p {margin:0;padding:1em 0;line-height:1.7em;word-break:break-all}
|
||||||
hr {display:none}
|
hr {display:none}
|
||||||
pre {overflow-x:scroll;font-size:1.1em}
|
pre {overflow-x:scroll;font-size:1.1em}
|
||||||
a:link, a:visited {color:#000;text-decoration:none}
|
a:link, a:visited {color:#000;text-decoration:none}
|
||||||
@ -177,8 +179,8 @@ a.sanchor_on {background:#626870;color:#fff !important;text-decoration:none}
|
|||||||
|
|
||||||
#sit_ov_btn {margin:0;padding:0;text-align:center;list-style:none}
|
#sit_ov_btn {margin:0;padding:0;text-align:center;list-style:none}
|
||||||
#sit_ov_btn li {display:inline-block;margin:0 0 0 1px}
|
#sit_ov_btn li {display:inline-block;margin:0 0 0 1px}
|
||||||
#sit_ov_btn a {display:inline-block;padding:10px 0;width:80px;font-size:0.95em;text-align:center;text-decoration:none;letter-spacing:-0.1em}
|
#sit_ov_btn a {display:inline-block;padding:10px;font-size:0.95em;vertical-align:middle;text-align:center;text-decoration:none;letter-spacing:-0.1em}
|
||||||
#sit_ov_btn input {margin:0;padding:10px 0;width:80px;border:0;font-size:0.95em;text-align:center;text-decoration:none;letter-spacing:-0.1em}
|
#sit_ov_btn input {margin:0;padding:10px;border:0;font-size:0.95em;text-align:center;text-decoration:none;letter-spacing:-0.1em}
|
||||||
#sit_btn_buy {background:#ff5b89;color:#fff}
|
#sit_btn_buy {background:#ff5b89;color:#fff}
|
||||||
#sit_btn_cart, #sit_btn_wish {background:#555;color:#fff}
|
#sit_btn_cart, #sit_btn_wish {background:#555;color:#fff}
|
||||||
#sit_btn_rec {background:#888;color:#fff}
|
#sit_btn_rec {background:#888;color:#fff}
|
||||||
@ -364,7 +366,7 @@ html.no-overflowscrolling #mod_option_frm {height:auto;max-height:10000px !impor
|
|||||||
|
|
||||||
/* 위시리스트 */
|
/* 위시리스트 */
|
||||||
#sod_ws {}
|
#sod_ws {}
|
||||||
#sod_ws .basic_tbl a {padding-right:0;padding-left:0}
|
#sod_ws .tbl_head01 a {padding-right:0;padding-left:0}
|
||||||
.sod_ws_img {width:90px;text-align:center}
|
.sod_ws_img {width:90px;text-align:center}
|
||||||
#sod_ws_act {text-align:center}
|
#sod_ws_act {text-align:center}
|
||||||
|
|
||||||
@ -378,26 +380,27 @@ html.no-overflowscrolling #it_coupon_frm {height:auto;max-height:10000px !import
|
|||||||
|
|
||||||
#sod_frm_orderer {margin:15px 0 30px}
|
#sod_frm_orderer {margin:15px 0 30px}
|
||||||
|
|
||||||
#sod_frm_addr div {position:relative} /* 갤탭 position */
|
#sod_frm_addr div {display:inline-block}
|
||||||
#sod_frm_addr div div {position:absolute;top:-25px;left:185px;letter-spacing:-0.1em}
|
|
||||||
|
|
||||||
#sod_frm_same {margin:0 0 10px}
|
#sod_frm_same {margin:0 0 10px}
|
||||||
|
|
||||||
#sod_frm #od_memo {height:70px}
|
|
||||||
|
|
||||||
#sod_frm_pay {position:relative}
|
#sod_frm_pay {position:relative}
|
||||||
#sod_frm_pay .basic_tbl caption {font-size:0;line-height:0;overflow:hidden}
|
#sod_frm_pay .tbl_head01 caption {font-size:0;line-height:0;overflow:hidden}
|
||||||
#sod_frm_pay .basic_tbl th {width:auto !important;font-weight:bold;text-align:center !important}
|
#sod_frm_pay .tbl_head01 th {width:auto !important;font-weight:bold;text-align:center !important}
|
||||||
#sod_frm_pay .basic_tbl td {border-top:1px solid #e9e9e9 !important;border-bottom:1px solid #e9e9e9 !important;line-height:1.5em !important;word-break:break-all !important}
|
#sod_frm_pay .tbl_head01 td {border-top:1px solid #e9e9e9 !important;border-bottom:1px solid #e9e9e9 !important;line-height:1.5em !important;word-break:break-all !important}
|
||||||
#sod_frm_pay #sc_coupon_frm, #sod_frm_pay #od_coupon_frm {z-index:10000;position:absolute;top:0;left:0;padding:20px;width:320px;height:auto !important;height:480px;max-height:480px;border:1px solid #000;background:#f5f6fa;overflow-y:scroll}
|
#sod_frm_pay #sc_coupon_frm, #sod_frm_pay #od_coupon_frm {z-index:10000;position:absolute;top:0;left:0;padding:20px;width:320px;height:auto !important;height:480px;max-height:480px;border:1px solid #000;background:#f5f6fa;overflow-y:scroll}
|
||||||
html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
|
html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_frm {height:auto;max-height:10000px !important} /* overflow 미지원 기기 대응 */
|
||||||
|
|
||||||
#sod_frm_paysel {margin:0 0 15px;padding:10px;border:1px solid #e9e9e9;background:#f5f6fa;text-align:center}
|
#sod_frm_paysel {margin:0 0 15px;padding:10px;border:1px solid #e9e9e9;background:#f5f6fa;text-align:center}
|
||||||
#sod_frm_paysel legend {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
#sod_frm_paysel legend {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
||||||
#settle_bank {margin:10px 0 0}
|
#sod_frm_paysel .frm_input {background:#fff}
|
||||||
|
#sod_frm_paysel div {margin:5px 0 0}
|
||||||
|
|
||||||
#sod_frm_escrow {margin:30px 0 0}
|
#sod_frm_escrow {margin:30px 0 0}
|
||||||
|
|
||||||
|
#od_addr1, #od_addr2, #od_email, #od_b_addr1, #od_b_addr2 {width:100%}
|
||||||
|
#sod_frm #od_memo {height:70px}
|
||||||
|
|
||||||
/* 주문내역 */
|
/* 주문내역 */
|
||||||
#sod_v {}
|
#sod_v {}
|
||||||
#sod_v .td_stat {width:100px}
|
#sod_v .td_stat {width:100px}
|
||||||
@ -443,7 +446,7 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
|
|||||||
#sod_fin_view {border:1px solid #e9e9e9}
|
#sod_fin_view {border:1px solid #e9e9e9}
|
||||||
#sod_fin_view h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
#sod_fin_view h2 {position:absolute;font-size:0;text-indent:-9999em;line-height:0;overflow:hidden}
|
||||||
#sod_fin_view h3 {margin:0 0 10px}
|
#sod_fin_view h3 {margin:0 0 10px}
|
||||||
#sod_fin_view .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f5f6fa;text-align:left}
|
#sod_fin_view .tbl_head01 th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f5f6fa;text-align:left}
|
||||||
|
|
||||||
#sod_fin_pay {padding:10px;border-bottom:1px solid #e9e9e9}
|
#sod_fin_pay {padding:10px;border-bottom:1px solid #e9e9e9}
|
||||||
|
|
||||||
@ -471,7 +474,7 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
|
|||||||
#scash {}
|
#scash {}
|
||||||
#scash section {padding:10px 0}
|
#scash section {padding:10px 0}
|
||||||
#scash h2 {margin:0 0 10px;text-align:center}
|
#scash h2 {margin:0 0 10px;text-align:center}
|
||||||
#scash .basic_tbl th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f5f6fa;text-align:left}
|
#scash .tbl_head01 th {padding:0 10px;border-top:1px solid #eee;border-bottom:1px solid #eee;background:#f5f6fa;text-align:left}
|
||||||
#scash_apply {padding:10px 0 15px;text-align:center}
|
#scash_apply {padding:10px 0 15px;text-align:center}
|
||||||
#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}
|
#scash_apply button {padding:10px;border:0;background:#565e60;color:#fff}
|
||||||
#scash_copy {text-align:center}
|
#scash_copy {text-align:center}
|
||||||
@ -541,35 +544,34 @@ html.no-overflowscrolling #sc_coupon_frm, html.no-overflowscrolling #od_coupon_f
|
|||||||
.btn_admin:focus, .btn_admin:hover {text-decoration:none !important}
|
.btn_admin:focus, .btn_admin:hover {text-decoration:none !important}
|
||||||
|
|
||||||
/* 기본테이블 */
|
/* 기본테이블 */
|
||||||
.basic_tbl {margin-bottom:10px;width:100%;border-collapse:collapse;border-spacing:0}
|
.tbl_wrap {margin:0 10px 10px}
|
||||||
.basic_tbl caption {padding:0 0 10px;color:#777;text-align:left}
|
.tbl_wrap table {width:100%;border-collapse:collapse;border-spacing:0}
|
||||||
.basic_tbl thead th {padding:5px 0;background:#565e60;color:#fff}
|
.tbl_wrap caption {padding:10px 0;color:#4b8b99;font-weight:bold;text-align:left}
|
||||||
.basic_tbl thead a {color:#fff}
|
|
||||||
.basic_tbl thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
|
||||||
.basic_tbl tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
|
|
||||||
.basic_tbl tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
|
||||||
.basic_tbl td {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
|
||||||
.basic_tbl a {display:block;padding:5px;color:#000;text-decoration:none}
|
|
||||||
.bo_sideview td {} /* 사이드뷰 사용하는 테이블 셀 패딩값 */
|
|
||||||
td.empty_table {padding:30px 0;text-align:center}
|
|
||||||
|
|
||||||
/* 필수입력 */
|
.tbl_head01 {}
|
||||||
.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}
|
.tbl_head01 caption {padding:0 0 10px;color:#777;text-align:left}
|
||||||
|
.tbl_head01 thead th {padding:12px 0;border-top:1px solid #d1dee2;border-bottom:1px solid #d1dee2;background:#e5ecef;color:#383838;font-size:0.95em;letter-spacing:-0.1em}
|
||||||
|
.tbl_head01 thead a {color:#383838}
|
||||||
|
.tbl_head01 thead th input {vertical-align:top} /* middle 로 하면 게시판 읽기에서 목록 사용시 체크박스 라인 깨짐 */
|
||||||
|
.tbl_head01 tfoot th {border-top:1px solid #666;border-bottom:1px solid #666;background:#484848;color:#fff}
|
||||||
|
.tbl_head01 tfoot td {border-color:#666;background:#484848;color:#fff;font-weight:bold;text-align:center}
|
||||||
|
.tbl_head01 tbody th {border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9}
|
||||||
|
.tbl_head01 td {padding:5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;line-height:1.5em;word-break:break-all}
|
||||||
|
.tbl_head01 .empty_table {padding:10px 0;text-align:center}
|
||||||
|
|
||||||
/* 폼 테이블 */
|
/* 폼 테이블 */
|
||||||
.frm_tbl {margin-bottom:15px;width:100%;border-collapse:collapse;border-spacing:0}
|
.tbl_frm01 {}
|
||||||
.frm_tbl caption {padding:10px;color:#4b8b99;font-weight:bold;text-align:left}
|
.tbl_frm01 th {padding:10px 0;width:90px;border:1px solid #e9e9e9;border-left:0;text-align:left}
|
||||||
.frm_tbl th {padding-left:10px;width:110px;border-top:1px solid #eee;border-bottom:1px solid #eee;font-weight:normal;text-align:left}
|
.tbl_frm01 td {padding:10px 5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
||||||
.frm_tbl td {padding:5px;border-top:1px solid #e9e9e9;border-bottom:1px solid #e9e9e9;background:transparent}
|
.tbl_frm01 textarea, .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
|
||||||
.frm_tbl textarea, .frm_input {border:1px solid #b8c9c2;background:#f7f7f7;vertical-align:middle;line-height:1.8em;-webkit-appearance:none}
|
.tbl_frm01 textarea {width:100%;height:100px}
|
||||||
.frm_tbl textarea {width:90%;height:100px}
|
.tbl_frm01 a {text-decoration:none}
|
||||||
.frm_address {display:block;margin-top:5px}
|
.tbl_frm01 .frm_address {display:block;margin-top:5px}
|
||||||
.frm_file {display:block;margin-bottom:5px}
|
.tbl_frm01 .frm_file {display:block;margin-bottom:5px;width:100%}
|
||||||
.frm_tbl #captcha {margin:0;padding:0;border:0;background:transparent}
|
.tbl_frm01 .frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em}
|
||||||
.frm_tbl #captcha input {margin-left:5px;text-align:center}
|
|
||||||
.frm_tbl a {text-decoration:none}
|
|
||||||
|
|
||||||
.frm_info {display:block;padding:5px 0 0;color:#666;line-height:1.3em}
|
/* 필수입력 */
|
||||||
|
.required, textarea.required {background:url('../img/wrest.gif') #f7f7f7 top right no-repeat !important}
|
||||||
|
|
||||||
/* 테이블 그리드 padding 0 5px 고려한 넓이 */
|
/* 테이블 그리드 padding 0 5px 고려한 넓이 */
|
||||||
.grid_1 {width:40px}
|
.grid_1 {width:40px}
|
||||||
@ -595,16 +597,16 @@ td.empty_table {padding:30px 0;text-align:center}
|
|||||||
.td_chk {width:50px;text-align:center}
|
.td_chk {width:50px;text-align:center}
|
||||||
.td_group {width:100px;text-align:center}
|
.td_group {width:100px;text-align:center}
|
||||||
.td_board {width:120px;text-align:center}
|
.td_board {width:120px;text-align:center}
|
||||||
.td_smallstat {width:50px;text-align:center}
|
.td_statsmall {width:50px;text-align:center}
|
||||||
.td_num {width:50px;text-align:center}
|
.td_num {width:50px;text-align:center}
|
||||||
.td_bignum {width:120px;text-align:center}
|
.td_numbig {width:120px;text-align:center}
|
||||||
.td_mb_id {width:100px;text-align:center}
|
.td_mb_id {width:100px;text-align:center}
|
||||||
.td_nick {width:100px;text-align:center}
|
.td_nick {width:100px;text-align:center}
|
||||||
.td_name {width:100px;text-align:left}
|
.td_name {width:100px;text-align:left}
|
||||||
.td_smallname {width:100px;text-align:left}
|
.td_namesmall {width:100px;text-align:left}
|
||||||
.td_date {width:50px;text-align:center}
|
.td_date {width:50px;text-align:center}
|
||||||
.td_datetime {width:170px;text-align:center}
|
.td_datetime {width:170px;text-align:center}
|
||||||
.td_smallmng {width:50px;text-align:center}
|
.td_mngsmall {width:50px;text-align:center}
|
||||||
.td_mng {width:80px;text-align:center}
|
.td_mng {width:80px;text-align:center}
|
||||||
.td_stat {text-align:center}
|
.td_stat {text-align:center}
|
||||||
|
|
||||||
|
|||||||
@ -10,7 +10,8 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
<div id="sod_bsk">
|
<div id="sod_bsk">
|
||||||
|
|
||||||
<form name="frmcartlist" id="sod_bsk_list" method="post" action="<?php echo $cart_action_url; ?>">
|
<form name="frmcartlist" id="sod_bsk_list" method="post" action="<?php echo $cart_action_url; ?>">
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">상품이미지</th>
|
<th scope="col">상품이미지</th>
|
||||||
@ -88,10 +89,10 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
</td>
|
</td>
|
||||||
|
|
||||||
<td class="td_num"><?php echo number_format($sum['qty']); ?></td>
|
<td class="td_num"><?php echo number_format($sum['qty']); ?></td>
|
||||||
<td class="td_bignum"><?php echo number_format($row['ct_price']); ?></td>
|
<td class="td_numbig"><?php echo number_format($row['ct_price']); ?></td>
|
||||||
<td class="td_bignum"><?php echo number_format($sell_price); ?></td>
|
<td class="td_numbig"><?php echo number_format($sell_price); ?></td>
|
||||||
<td class="td_num"><?php echo number_format($sum['point']); ?></td>
|
<td class="td_num"><?php echo number_format($sum['point']); ?></td>
|
||||||
<td class="td_smallmng"><input type="checkbox" name="ct_chk[<?php echo $i; ?>]" value="1" checked="checked"></td>
|
<td class="td_mngsmall"><input type="checkbox" name="ct_chk[<?php echo $i; ?>]" value="1" checked="checked"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
@ -108,6 +109,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$tot_price = $tot_sell_price + $send_cost; // 총계 = 주문상품금액합계 + 배송비
|
$tot_price = $tot_sell_price + $send_cost; // 총계 = 주문상품금액합계 + 배송비
|
||||||
|
|||||||
@ -24,7 +24,9 @@ include_once(G5_PATH.'/head.sub.php');
|
|||||||
<form name="fitemrecommend" method="post" action="./itemrecommendmail.php" autocomplete="off" onsubmit="return fitemrecommend_check(this);">
|
<form name="fitemrecommend" method="post" action="./itemrecommendmail.php" autocomplete="off" onsubmit="return fitemrecommend_check(this);">
|
||||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||||
<input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
|
<input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
|
||||||
<table class="frm_tbl">
|
|
||||||
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
@ -32,11 +34,11 @@ include_once(G5_PATH.'/head.sub.php');
|
|||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="to_email">추천받는 분 E-mail</label></th>
|
<th scope="row"><label for="to_email">추천받는 분 E-mail</label></th>
|
||||||
<td><input type="text" name="to_email" id="to_email" required class="frm_input" size="51"></td>
|
<td><input type="text" name="to_email" id="to_email" required class="frm_input"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="subject">제목</label></th>
|
<th scope="row"><label for="subject">제목</label></th>
|
||||||
<td><input type="text" name="subject" id="subject" required class="frm_input" size="51"></td>
|
<td><input type="text" name="subject" id="subject" required class="frm_input"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="content">내용</label></th>
|
<th scope="row"><label for="content">내용</label></th>
|
||||||
@ -44,6 +46,7 @@ include_once(G5_PATH.'/head.sub.php');
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="btn_win">
|
<div class="btn_win">
|
||||||
<input type="submit" id="btn_submit" value="보내기" class="btn_submit">
|
<input type="submit" id="btn_submit" value="보내기" class="btn_submit">
|
||||||
|
|||||||
@ -59,7 +59,8 @@ for($k=0; $cp=sql_fetch_array($res); $k++) {
|
|||||||
<section id="smb_my_wish">
|
<section id="smb_my_wish">
|
||||||
<h2><a href="<?php echo G5_SHOP_URL; ?>/wishlist.php">최근 위시리스트</a></h2>
|
<h2><a href="<?php echo G5_SHOP_URL; ?>/wishlist.php">최근 위시리스트</a></h2>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_wrap tbl_head01">
|
||||||
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">이미지</th>
|
<th scope="col">이미지</th>
|
||||||
@ -96,6 +97,7 @@ for($k=0; $cp=sql_fetch_array($res); $k++) {
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -12,7 +12,8 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
|
|||||||
|
|
||||||
<h1 id="new_win_title">배송지 목록</h1>
|
<h1 id="new_win_title">배송지 목록</h1>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_wrap tbl_head01">
|
||||||
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">
|
<th scope="col">
|
||||||
@ -37,10 +38,10 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
|
|||||||
<input type="hidden" name="ad_id[<?php echo $i; ?>]" value="<?php echo $row['ad_id'];?>">
|
<input type="hidden" name="ad_id[<?php echo $i; ?>]" value="<?php echo $row['ad_id'];?>">
|
||||||
<input type="checkbox" name="chk[]" value="<?php echo $i;?>" id="chk_<?php echo $i;?>">
|
<input type="checkbox" name="chk[]" value="<?php echo $i;?>" id="chk_<?php echo $i;?>">
|
||||||
</td>
|
</td>
|
||||||
<td class="td_name"><input type="text" name="ad_subject[<?php echo $i; ?>]" id="ad_subject" class="frm_input" size="12" maxlength="20" value="<?php echo $row['ad_subject']; ?>"></td>
|
<td class="td_name"><input type="text" name="ad_subject[<?php echo $i; ?>]" id="ad_subject" class="frm_input" size="10" maxlength="20" value="<?php echo $row['ad_subject']; ?>"></td>
|
||||||
<td class="td_default"><label for="ad_default<?php echo $i;?>" class="sound_only">기본배송지</label><input type="radio" name="ad_default" value="<?php echo $row['ad_id'];?>" id="ad_default<?php echo $i;?>" <?php if($row['ad_default']) echo 'checked="checked"';?>></td>
|
<td class="td_default"><label for="ad_default<?php echo $i;?>" class="sound_only">기본배송지</label><input type="radio" name="ad_default" value="<?php echo $row['ad_id'];?>" id="ad_default<?php echo $i;?>" <?php if($row['ad_default']) echo 'checked="checked"';?>></td>
|
||||||
<td class="td_smallname"><?php echo $row['ad_name']; ?></td>
|
<td class="td_namesmall"><?php echo $row['ad_name']; ?></td>
|
||||||
<td class="td_bignum"><?php echo $row['ad_tel']; ?><br><?php echo $row['ad_hp']; ?></td>
|
<td class="td_numbig"><?php echo $row['ad_tel']; ?><br><?php echo $row['ad_hp']; ?></td>
|
||||||
<td><?php echo sprintf('%s %s', $row['ad_addr1'], $row['ad_addr2']); ?></td>
|
<td><?php echo sprintf('%s %s', $row['ad_addr1'], $row['ad_addr2']); ?></td>
|
||||||
<td class="td_mng">
|
<td class="td_mng">
|
||||||
<input type="hidden" value="<?php echo $addr; ?>">
|
<input type="hidden" value="<?php echo $addr; ?>">
|
||||||
@ -53,6 +54,8 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="btn_list">
|
<div class="btn_list">
|
||||||
<input type="submit" name="act_button" value="선택수정" id="btn_submit">
|
<input type="submit" name="act_button" value="선택수정" id="btn_submit">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -36,7 +36,9 @@ $tablet_size = "1.0"; // 화면 사이즈 조정 - 기기화면에 맞게 수정
|
|||||||
ob_start();
|
ob_start();
|
||||||
?>
|
?>
|
||||||
<p>주문하실 상품을 확인하세요.</p>
|
<p>주문하실 상품을 확인하세요.</p>
|
||||||
<table id="sod_list" class="basic_tbl">
|
|
||||||
|
<div class="tbl_wrap tbl_head01">
|
||||||
|
<table id="sod_list">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">상품이미지</th>
|
<th scope="col">상품이미지</th>
|
||||||
@ -188,9 +190,9 @@ ob_start();
|
|||||||
<?php echo $it_name.$mod_options; ?>
|
<?php echo $it_name.$mod_options; ?>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_num"><?php echo number_format($sum['qty']); ?></td>
|
<td class="td_num"><?php echo number_format($sum['qty']); ?></td>
|
||||||
<td class="td_bignum"><?php echo number_format($row['ct_price']); ?></td>
|
<td class="td_numbig"><?php echo number_format($row['ct_price']); ?></td>
|
||||||
<td class="td_smallmng"><?php echo $cp_button; ?></td>
|
<td class="td_mngsmall"><?php echo $cp_button; ?></td>
|
||||||
<td class="td_bignum"><span class="ct_sell_price"><?php echo number_format($sell_price); ?></span></td>
|
<td class="td_numbig"><span class="ct_sell_price"><?php echo number_format($sell_price); ?></span></td>
|
||||||
<td class="td_num"><?php echo number_format($sum['point']); ?></td>
|
<td class="td_num"><?php echo number_format($sum['point']); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@ -215,6 +217,7 @@ ob_start();
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php if ($goods_count) $goods .= ' 외 '.$goods_count.'건'; ?>
|
<?php if ($goods_count) $goods .= ' 외 '.$goods_count.'건'; ?>
|
||||||
|
|
||||||
@ -342,11 +345,12 @@ ob_end_clean();
|
|||||||
<section id="sod_frm_orderer">
|
<section id="sod_frm_orderer">
|
||||||
<h2>주문하시는 분</h2>
|
<h2>주문하시는 분</h2>
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="od_name">이름</label></th>
|
<th scope="row"><label for="od_name">이름</label></th>
|
||||||
<td><input type="text" name="od_name" value="<?php echo $member['mb_name']; ?>" id="od_name" required class="frm_input required" maxlength="20"></td>
|
<td><input type="text" name="od_name" value="<?php echo $member['mb_name']; ?>" id="od_name" required class="frm_input required" size="5" maxlength="20"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php if (!$is_member) { // 비회원이면 ?>
|
<?php if (!$is_member) { // 비회원이면 ?>
|
||||||
@ -378,9 +382,9 @@ ob_end_clean();
|
|||||||
<input type="text" name="od_zip2" value="<?php echo $member['mb_zip2'] ?>" id="od_zip2" required class="frm_input required" size="3" maxlength="3">
|
<input type="text" name="od_zip2" value="<?php echo $member['mb_zip2'] ?>" id="od_zip2" required class="frm_input required" size="3" maxlength="3">
|
||||||
<span id="od_win_zip" style="display:block"></span>
|
<span id="od_win_zip" style="display:block"></span>
|
||||||
<label for="od_addr1" class="sound_only">주소<strong class="sound_only"> 필수</strong></label>
|
<label for="od_addr1" class="sound_only">주소<strong class="sound_only"> 필수</strong></label>
|
||||||
<input type="text" name="od_addr1" value="<?php echo $member['mb_addr1'] ?>" id="od_addr1" required class="frm_input frm_address required" size="50">
|
<input type="text" name="od_addr1" value="<?php echo $member['mb_addr1'] ?>" id="od_addr1" required class="frm_input frm_address required">
|
||||||
<label for="od_addr2" class="sound_only">상세주소<strong class="sound_only"> 필수</strong></label>
|
<label for="od_addr2" class="sound_only">상세주소<strong class="sound_only"> 필수</strong></label>
|
||||||
<input type="text" name="od_addr2" value="<?php echo $member['mb_addr2'] ?>" id="od_addr2" required class="frm_input frm_address required" size="50">
|
<input type="text" name="od_addr2" value="<?php echo $member['mb_addr2'] ?>" id="od_addr2" required class="frm_input frm_address required">
|
||||||
<script>
|
<script>
|
||||||
// 우편번호 자바스크립트 비활성화 대응을 위한 코드
|
// 우편번호 자바스크립트 비활성화 대응을 위한 코드
|
||||||
$('<a href="<?php echo $zip_href; ?>" class="btn_frmline win_zip_find" target="_blank">우편번호 검색</a><br>').appendTo('#od_win_zip');
|
$('<a href="<?php echo $zip_href; ?>" class="btn_frmline win_zip_find" target="_blank">우편번호 검색</a><br>').appendTo('#od_win_zip');
|
||||||
@ -391,7 +395,7 @@ ob_end_clean();
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="od_email">E-mail</label></th>
|
<th scope="row"><label for="od_email">E-mail</label></th>
|
||||||
<td><input type="text" name="od_email" value="<?php echo $member['mb_email']; ?>" id="od_email" required class="frm_input required" size="35" maxlength="100"></td>
|
<td><input type="text" name="od_email" value="<?php echo $member['mb_email']; ?>" id="od_email" required class="frm_input required" maxlength="100"></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php if ($default['de_hope_date_use']) { // 배송희망일 사용 ?>
|
<?php if ($default['de_hope_date_use']) { // 배송희망일 사용 ?>
|
||||||
@ -413,12 +417,14 @@ ob_end_clean();
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="sod_frm_taker">
|
<section id="sod_frm_taker">
|
||||||
<h2>받으시는 분</h2>
|
<h2>받으시는 분</h2>
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php
|
<?php
|
||||||
if($is_member) {
|
if($is_member) {
|
||||||
@ -479,7 +485,7 @@ ob_end_clean();
|
|||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="od_b_name">이름</label></th>
|
<th scope="row"><label for="od_b_name">이름</label></th>
|
||||||
<td><input type="text" name="od_b_name" id="od_b_name" required class="frm_input required" maxlength="20"></td>
|
<td><input type="text" name="od_b_name" id="od_b_name" required class="frm_input required" size="5" maxlength="20"></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="od_b_tel">전화번호</label></th>
|
<th scope="row"><label for="od_b_tel">전화번호</label></th>
|
||||||
@ -500,22 +506,20 @@ ob_end_clean();
|
|||||||
<input type="text" name="od_b_zip2" id="od_b_zip2" required class="frm_input required" size="3" maxlength="3">
|
<input type="text" name="od_b_zip2" id="od_b_zip2" required class="frm_input required" size="3" maxlength="3">
|
||||||
<span id="od_winb_zip" style="display:block"></span>
|
<span id="od_winb_zip" style="display:block"></span>
|
||||||
<?php if($addr_list) { ?>
|
<?php if($addr_list) { ?>
|
||||||
<div>
|
<span>
|
||||||
<div>
|
|
||||||
<input type="checkbox" name="add_address" id="add_address" value="1">
|
<input type="checkbox" name="add_address" id="add_address" value="1">
|
||||||
<label for="add_address">배송지목록에 추가</label>
|
<label for="add_address">배송지목록에 추가</label>
|
||||||
<input type="checkbox" name="ad_default" id="ad_default" value="1">
|
<input type="checkbox" name="ad_default" id="ad_default2" value="1">
|
||||||
<label for="ad_default">기본배송지로 설정</label>
|
<label for="ad_default2">기본배송지로 설정</label>
|
||||||
</div>
|
</span>
|
||||||
</div>
|
|
||||||
<?php } ?>
|
<?php } ?>
|
||||||
<label for="od_b_addr1" class="sound_only">주소<strong class="sound_only"> 필수</strong></label>
|
<label for="od_b_addr1" class="sound_only">주소<strong class="sound_only"> 필수</strong></label>
|
||||||
<input type="text" name="od_b_addr1" id="od_b_addr1" required class="frm_input frm_address required" size="50">
|
<input type="text" name="od_b_addr1" id="od_b_addr1" required class="frm_input frm_address required">
|
||||||
<label for="od_b_addr2" class="sound_only">상세주소<strong class="sound_only"> 필수</strong></label>
|
<label for="od_b_addr2" class="sound_only">상세주소<strong class="sound_only"> 필수</strong></label>
|
||||||
<input type="text" name="od_b_addr2" id="od_b_addr2" required class="frm_input frm_address required" size="50">
|
<input type="text" name="od_b_addr2" id="od_b_addr2" required class="frm_input frm_address required">
|
||||||
<script>
|
<script>
|
||||||
// 우편번호 자바스크립트 비활성화 대응을 위한 코드
|
// 우편번호 자바스크립트 비활성화 대응을 위한 코드
|
||||||
$('<a href="<?php echo $zip_href; ?>" class="btn_frmline win_zip_find" target="_blank">우편번호 검색</a><br>').appendTo('#od_winb_zip');
|
$('<a href="<?php echo $zip_href; ?>" class="btn_frmline win_zip_find" target="_blank">우편번호 검색</a>').appendTo('#od_winb_zip');
|
||||||
$("#od_winb_zip").css("display", "inline");
|
$("#od_winb_zip").css("display", "inline");
|
||||||
$("#od_b_zip1, #od_b_zip2, #od_b_addr1").attr('readonly', 'readonly');
|
$("#od_b_zip1, #od_b_zip2, #od_b_addr1").attr('readonly', 'readonly');
|
||||||
</script>
|
</script>
|
||||||
@ -527,6 +531,7 @@ ob_end_clean();
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
@ -571,7 +576,8 @@ ob_end_clean();
|
|||||||
<section id="sod_frm_pay">
|
<section id="sod_frm_pay">
|
||||||
<h2>결제정보 입력</h2>
|
<h2>결제정보 입력</h2>
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php if($oc_cnt > 0) { ?>
|
<?php if($oc_cnt > 0) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
@ -609,6 +615,7 @@ ob_end_clean();
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (!$default['de_card_point'])
|
if (!$default['de_card_point'])
|
||||||
@ -680,7 +687,7 @@ ob_end_clean();
|
|||||||
$point_unit = (int)$default['de_settle_point_unit'];
|
$point_unit = (int)$default['de_settle_point_unit'];
|
||||||
$temp_point = (int)((int)($temp_point / $point_unit) * $point_unit);
|
$temp_point = (int)((int)($temp_point / $point_unit) * $point_unit);
|
||||||
|
|
||||||
echo '<div><input type="hidden" name="max_temp_point" value="'.$temp_point.'">결제포인트 : <input type="text" id="od_temp_point" name="od_temp_point" value="0" size="10">점 ('.$point_unit.'점 단위로 입력하세요.)</div>';
|
echo '<div><input type="hidden" name="max_temp_point" value="'.$temp_point.'">결제포인트 : <input type="text" id="od_temp_point" name="od_temp_point" value="0" class="frm_input" size="10">점 ('.$point_unit.'점 단위로 입력하세요.)</div>';
|
||||||
echo '<div>회원님의 보유포인트('.display_point($member['mb_point']).')중 <strong id="use_max_point">'.display_point($temp_point).'</strong>까지 사용 가능합니다.</div>';
|
echo '<div>회원님의 보유포인트('.display_point($member['mb_point']).')중 <strong id="use_max_point">'.display_point($temp_point).'</strong>까지 사용 가능합니다.</div>';
|
||||||
$multi_settle++;
|
$multi_settle++;
|
||||||
}
|
}
|
||||||
|
|||||||
@ -6,7 +6,8 @@ if (!defined("_ORDERINQUIRY_")) exit; // 개별 페이지 접근 불가
|
|||||||
|
|
||||||
<?php if (!$limit) { ?>총 <?php echo $cnt; ?> 건<?php } ?>
|
<?php if (!$limit) { ?>총 <?php echo $cnt; ?> 건<?php } ?>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">주문번호</th>
|
<th scope="col">주문번호</th>
|
||||||
@ -36,8 +37,8 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
|
|||||||
<a href="<?php echo G5_SHOP_URL; ?>/orderinquiryview.php?od_id=<?php echo $row['od_id']; ?>&uid=<?php echo $uid; ?>"><?php echo $row['od_id']; ?></a>
|
<a href="<?php echo G5_SHOP_URL; ?>/orderinquiryview.php?od_id=<?php echo $row['od_id']; ?>&uid=<?php echo $uid; ?>"><?php echo $row['od_id']; ?></a>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_datetime"><?php echo substr($row['od_time'],0,16); ?> (<?php echo get_yoil($row['od_time']); ?>)</td>
|
<td class="td_datetime"><?php echo substr($row['od_time'],0,16); ?> (<?php echo get_yoil($row['od_time']); ?>)</td>
|
||||||
<td class="td_bignum"><?php echo display_price($row['od_cart_price'] + $row['od_send_cost'] + $row['od_send_cost2']); ?></td>
|
<td class="td_numbig"><?php echo display_price($row['od_cart_price'] + $row['od_send_cost'] + $row['od_send_cost2']); ?></td>
|
||||||
<td class="td_bignum"><?php echo display_price($row['couponprice']); ?></td>
|
<td class="td_numbig"><?php echo display_price($row['couponprice']); ?></td>
|
||||||
<td class="td_stat"><?php echo display_price($row['od_receipt_price']); ?></td>
|
<td class="td_stat"><?php echo display_price($row['od_receipt_price']); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
@ -49,3 +50,4 @@ if ($i == 0)
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
@ -61,7 +61,8 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
<a href="./item.php?it_id=<?php echo $row['it_id']; ?>"><?php echo $image; ?> <?php echo $row['it_name']; ?></a>
|
<a href="./item.php?it_id=<?php echo $row['it_id']; ?>"><?php echo $image; ?> <?php echo $row['it_name']; ?></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">옵션항목</th>
|
<th scope="col">옵션항목</th>
|
||||||
@ -96,11 +97,11 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php echo $opt['ct_option']; ?></td>
|
<td><?php echo $opt['ct_option']; ?></td>
|
||||||
<td class="td_smallmng"><?php echo number_format($opt['ct_qty']); ?></td>
|
<td class="td_mngsmall"><?php echo number_format($opt['ct_qty']); ?></td>
|
||||||
<td class="td_bignum"><?php echo number_format($opt_price); ?></td>
|
<td class="td_numbig"><?php echo number_format($opt_price); ?></td>
|
||||||
<td class="td_num"><?php echo number_format($sell_price); ?></td>
|
<td class="td_num"><?php echo number_format($sell_price); ?></td>
|
||||||
<td class="td_num"><?php echo number_format($point); ?></td>
|
<td class="td_num"><?php echo number_format($point); ?></td>
|
||||||
<td class="td_smallmng"><?php echo $opt['ct_status']; ?></td>
|
<td class="td_mngsmall"><?php echo $opt['ct_status']; ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
$tot_point += $point;
|
$tot_point += $point;
|
||||||
@ -112,6 +113,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
@ -212,7 +214,8 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
<section id="sod_fin_pay">
|
<section id="sod_fin_pay">
|
||||||
<h3>결제정보</h3>
|
<h3>결제정보</h3>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
@ -347,11 +350,14 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="sod_fin_orderer">
|
<section id="sod_fin_orderer">
|
||||||
<h3>주문하신 분</h3>
|
<h3>주문하신 분</h3>
|
||||||
<table class="basic_tbl">
|
|
||||||
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
@ -379,11 +385,15 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="sod_fin_receiver">
|
<section id="sod_fin_receiver">
|
||||||
<h3>받으시는 분</h3>
|
<h3>받으시는 분</h3>
|
||||||
<table class="basic_tbl">
|
|
||||||
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
@ -425,11 +435,14 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="sod_fin_dvr">
|
<section id="sod_fin_dvr">
|
||||||
<h3>배송정보</h3>
|
<h3>배송정보</h3>
|
||||||
<table class="basic_tbl">
|
|
||||||
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
@ -476,6 +489,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@ -517,7 +531,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||||
|
|
||||||
<label for="cancel_memo">취소사유</label>
|
<label for="cancel_memo">취소사유</label>
|
||||||
<input type="text" name="cancel_memo" id="cancel_memo" required class="frm_input required" size="40" maxlength="100">
|
<input type="text" name="cancel_memo" id="cancel_memo" required class="frm_input required"maxlength="100">
|
||||||
<input type="submit" value="확인" class="btn_frmline">
|
<input type="submit" value="확인" class="btn_frmline">
|
||||||
|
|
||||||
</form>
|
</form>
|
||||||
@ -538,10 +552,10 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
<legend>모의입금처리</legend>
|
<legend>모의입금처리</legend>
|
||||||
<p>관리자가 가상계좌 테스트를 한 경우에만 보입니다.</p>
|
<p>관리자가 가상계좌 테스트를 한 경우에만 보입니다.</p>
|
||||||
<form method="post" action="http://devadmin.kcp.co.kr/Modules/Noti/TEST_Vcnt_Noti_Proc.jsp" target="_blank">
|
<form method="post" action="http://devadmin.kcp.co.kr/Modules/Noti/TEST_Vcnt_Noti_Proc.jsp" target="_blank">
|
||||||
<input type="text" name="e_trade_no" value="<?php echo $od['od_tno']; ?>" size="80"><br />
|
<input type="text" name="e_trade_no" value="<?php echo $od['od_tno']; ?>"><br>
|
||||||
<input type="text" name="deposit_no" value="<?php echo $deposit_no; ?>" size="80"><br />
|
<input type="text" name="deposit_no" value="<?php echo $deposit_no; ?>"><br>
|
||||||
<input type="text" name="req_name" value="<?php echo $od['od_name']; ?>" size="80"><br />
|
<input type="text" name="req_name" value="<?php echo $od['od_name']; ?>"><br>
|
||||||
<input type="text" name="noti_url" value="<?php echo G5_SHOP_URL; ?>/settle_kcp_common.php" size="80"><br /><br />
|
<input type="text" name="noti_url" value="<?php echo G5_SHOP_URL; ?>/settle_kcp_common.php"><br><br>
|
||||||
<input type="submit" value="입금통보 테스트">
|
<input type="submit" value="입금통보 테스트">
|
||||||
</form>
|
</form>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
@ -106,7 +106,8 @@ if($default['de_escrow_use']) {
|
|||||||
<section id="sod_frm_orderer">
|
<section id="sod_frm_orderer">
|
||||||
<h2>개인결제정보</h2>
|
<h2>개인결제정보</h2>
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th>결제금액</th>
|
<th>결제금액</th>
|
||||||
@ -126,6 +127,7 @@ if($default['de_escrow_use']) {
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$multi_settle == 0;
|
$multi_settle == 0;
|
||||||
|
|||||||
@ -62,7 +62,8 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
<section id="sod_fin_pay">
|
<section id="sod_fin_pay">
|
||||||
<h3>결제정보</h3>
|
<h3>결제정보</h3>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_wrap tbl_head01">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
@ -144,6 +145,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
@ -178,10 +180,10 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
<legend>모의입금처리</legend>
|
<legend>모의입금처리</legend>
|
||||||
<p>관리자가 가상계좌 테스트를 한 경우에만 보입니다.</p>
|
<p>관리자가 가상계좌 테스트를 한 경우에만 보입니다.</p>
|
||||||
<form method="post" action="http://devadmin.kcp.co.kr/Modules/Noti/TEST_Vcnt_Noti_Proc.jsp" target="_blank">
|
<form method="post" action="http://devadmin.kcp.co.kr/Modules/Noti/TEST_Vcnt_Noti_Proc.jsp" target="_blank">
|
||||||
<input type="text" name="e_trade_no" value="<?php echo $pp['pp_tno']; ?>" size="80"><br />
|
<input type="text" name="e_trade_no" value="<?php echo $pp['pp_tno']; ?>"><br />
|
||||||
<input type="text" name="deposit_no" value="<?php echo $deposit_no; ?>" size="80"><br />
|
<input type="text" name="deposit_no" value="<?php echo $deposit_no; ?>"><br />
|
||||||
<input type="text" name="req_name" value="<?php echo $pp['pp_deposit_name']; ?>" size="80"><br />
|
<input type="text" name="req_name" value="<?php echo $pp['pp_deposit_name']; ?>"><br />
|
||||||
<input type="text" name="noti_url" value="<?php echo G5_SHOP_URL; ?>/settle_kcp_common.php" size="80"><br /><br />
|
<input type="text" name="noti_url" value="<?php echo G5_SHOP_URL; ?>/settle_kcp_common.php"><br /><br />
|
||||||
<input type="submit" value="입금통보 테스트">
|
<input type="submit" value="입금통보 테스트">
|
||||||
</form>
|
</form>
|
||||||
</fieldset>
|
</fieldset>
|
||||||
|
|||||||
@ -15,7 +15,8 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
<input type="hidden" name="sw_direct" value="">
|
<input type="hidden" name="sw_direct" value="">
|
||||||
<input type="hidden" name="prog" value="wish">
|
<input type="hidden" name="prog" value="wish">
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_wrap tbl_head01">
|
||||||
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">이미지</th>
|
<th scope="col">이미지</th>
|
||||||
@ -70,7 +71,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
<input type="hidden" name="io_value[<?php echo $row['it_id']; ?>][0]" value="<?php echo $row['it_name']; ?>">
|
<input type="hidden" name="io_value[<?php echo $row['it_id']; ?>][0]" value="<?php echo $row['it_name']; ?>">
|
||||||
<input type="hidden" name="ct_qty[<?php echo $row['it_id']; ?>][0]" value="1">
|
<input type="hidden" name="ct_qty[<?php echo $row['it_id']; ?>][0]" value="1">
|
||||||
</td>
|
</td>
|
||||||
<td class="td_smallmng"><a href="<?php echo G5_SHOP_URL; ?>/wishupdate.php?w=d&wi_id=<?php echo $row['wi_id']; ?>">삭제</a></td>
|
<td class="td_mngsmall"><a href="<?php echo G5_SHOP_URL; ?>/wishupdate.php?w=d&wi_id=<?php echo $row['wi_id']; ?>">삭제</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
@ -80,6 +81,7 @@ include_once(G5_MSHOP_PATH.'/_head.php');
|
|||||||
?>
|
?>
|
||||||
</tr>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="sod_ws_act">
|
<div id="sod_ws_act">
|
||||||
<button type="submit" class="btn01" onclick="return fwishlist_check(document.fwishlist,'');">장바구니 담기</button>
|
<button type="submit" class="btn01" onclick="return fwishlist_check(document.fwishlist,'');">장바구니 담기</button>
|
||||||
|
|||||||
@ -13,7 +13,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
|
<input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
|
||||||
<input type="hidden" name="iq_id" value="<?php echo $iq_id; ?>">
|
<input type="hidden" name="iq_id" value="<?php echo $iq_id; ?>">
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_2">
|
<col class="grid_2">
|
||||||
<col>
|
<col>
|
||||||
@ -29,6 +30,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="btn_win">
|
<div class="btn_win">
|
||||||
<input type="submit" value="작성완료" class="btn_submit">
|
<input type="submit" value="작성완료" class="btn_submit">
|
||||||
|
|||||||
@ -13,7 +13,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
|
<input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
|
||||||
<input type="hidden" name="is_id" value="<?php echo $is_id; ?>">
|
<input type="hidden" name="is_id" value="<?php echo $is_id; ?>">
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_2">
|
<col class="grid_2">
|
||||||
<col>
|
<col>
|
||||||
@ -61,6 +62,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="btn_win">
|
<div class="btn_win">
|
||||||
<input type="submit" value="작성완료" class="btn_submit">
|
<input type="submit" value="작성완료" class="btn_submit">
|
||||||
|
|||||||
@ -26,7 +26,8 @@ include_once('./_head.php');
|
|||||||
<div id="sod_bsk">
|
<div id="sod_bsk">
|
||||||
|
|
||||||
<form name="frmcartlist" id="sod_bsk_list" method="post" action="<?php echo $cart_action_url; ?>">
|
<form name="frmcartlist" id="sod_bsk_list" method="post" action="<?php echo $cart_action_url; ?>">
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">상품이미지</th>
|
<th scope="col">상품이미지</th>
|
||||||
@ -108,9 +109,9 @@ include_once('./_head.php');
|
|||||||
<?php echo $it_name.$mod_options; ?>
|
<?php echo $it_name.$mod_options; ?>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_num"><?php echo number_format($sum['qty']); ?></td>
|
<td class="td_num"><?php echo number_format($sum['qty']); ?></td>
|
||||||
<td class="td_bignum"><?php echo number_format($row['ct_price']); ?></td>
|
<td class="td_numbig"><?php echo number_format($row['ct_price']); ?></td>
|
||||||
<td class="td_bignum"><span id="sell_price_<?php echo $i; ?>"><?php echo number_format($sell_price); ?></span></td>
|
<td class="td_numbig"><span id="sell_price_<?php echo $i; ?>"><?php echo number_format($sell_price); ?></span></td>
|
||||||
<td class="td_bignum"><?php echo number_format($point); ?></td>
|
<td class="td_numbig"><?php echo number_format($point); ?></td>
|
||||||
<td class="td_chk">
|
<td class="td_chk">
|
||||||
<label for="ct_chk_<?php echo $i; ?>" class="sound_only">상품</label>
|
<label for="ct_chk_<?php echo $i; ?>" class="sound_only">상품</label>
|
||||||
<input type="checkbox" name="ct_chk[<?php echo $i; ?>]" value="1" id="ct_chk_<?php echo $i; ?>" checked="checked">
|
<input type="checkbox" name="ct_chk[<?php echo $i; ?>]" value="1" id="ct_chk_<?php echo $i; ?>" checked="checked">
|
||||||
@ -131,6 +132,7 @@ include_once('./_head.php');
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
$tot_price = $tot_sell_price + $send_cost; // 총계 = 주문상품금액합계 + 배송비
|
$tot_price = $tot_sell_price + $send_cost; // 총계 = 주문상품금액합계 + 배송비
|
||||||
|
|||||||
@ -20,7 +20,8 @@ $result = sql_query($sql);
|
|||||||
<div id="coupon" class="new_win">
|
<div id="coupon" class="new_win">
|
||||||
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
<h1 id="new_win_title"><?php echo $g5['title'] ?></h1>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_wrap tbl_head01">
|
||||||
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">쿠폰명</th>
|
<th scope="col">쿠폰명</th>
|
||||||
@ -60,7 +61,7 @@ $result = sql_query($sql);
|
|||||||
<tr>
|
<tr>
|
||||||
<td><?php echo $row['cp_subject']; ?></td>
|
<td><?php echo $row['cp_subject']; ?></td>
|
||||||
<td><?php echo $cp_target; ?></td>
|
<td><?php echo $cp_target; ?></td>
|
||||||
<td class="td_bignum"><?php echo $cp_price; ?></td>
|
<td class="td_numbig"><?php echo $cp_price; ?></td>
|
||||||
<td class="td_datetime"><?php echo substr($row['cp_start'], 2, 8); ?> ~ <?php echo substr($row['cp_end'], 2, 8); ?></td>
|
<td class="td_datetime"><?php echo substr($row['cp_start'], 2, 8); ?> ~ <?php echo substr($row['cp_end'], 2, 8); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
@ -71,6 +72,7 @@ $result = sql_query($sql);
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="btn_win"><a href="javascript:;" onclick="window.close();">창닫기</a></div>
|
<div class="btn_win"><a href="javascript:;" onclick="window.close();">창닫기</a></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -21,11 +21,12 @@ include_once(G5_PATH.'/head.sub.php');
|
|||||||
<div id="sit_rec_new" class="new_win">
|
<div id="sit_rec_new" class="new_win">
|
||||||
<h1><?php echo $g5['title']; ?></h1>
|
<h1><?php echo $g5['title']; ?></h1>
|
||||||
|
|
||||||
<div class="cbox">
|
|
||||||
<form name="fitemrecommend" method="post" action="./itemrecommendmail.php" autocomplete="off" onsubmit="return fitemrecommend_check(this);">
|
<form name="fitemrecommend" method="post" action="./itemrecommendmail.php" autocomplete="off" onsubmit="return fitemrecommend_check(this);">
|
||||||
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
<input type="hidden" name="token" value="<?php echo $token; ?>">
|
||||||
<input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
|
<input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
|
||||||
<table class="frm_tbl">
|
|
||||||
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
@ -45,13 +46,13 @@ include_once(G5_PATH.'/head.sub.php');
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="btn_win">
|
<div class="btn_win">
|
||||||
<input type="submit" id="btn_submit" value="보내기" class="btn_submit">
|
<input type="submit" id="btn_submit" value="보내기" class="btn_submit">
|
||||||
<a href="javascript:window.close();">창닫기</a>
|
<a href="javascript:window.close();">창닫기</a>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</div>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -83,7 +83,8 @@ for($k=0; $cp=sql_fetch_array($res); $k++) {
|
|||||||
<section id="smb_my_wish">
|
<section id="smb_my_wish">
|
||||||
<h2>최근 위시리스트</h2>
|
<h2>최근 위시리스트</h2>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">이미지</th>
|
<th scope="col">이미지</th>
|
||||||
@ -120,6 +121,7 @@ for($k=0; $cp=sql_fetch_array($res); $k++) {
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="smb_my_more">
|
<div id="smb_my_more">
|
||||||
<a href="./wishlist.php" class="btn01">위시리스트 더보기</a>
|
<a href="./wishlist.php" class="btn01">위시리스트 더보기</a>
|
||||||
|
|||||||
@ -50,7 +50,8 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
|
|||||||
|
|
||||||
<h1 id="new_win_title">배송지 목록</h1>
|
<h1 id="new_win_title">배송지 목록</h1>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">
|
<th scope="col">
|
||||||
@ -77,8 +78,8 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
|
|||||||
</td>
|
</td>
|
||||||
<td class="td_name"><input type="text" name="ad_subject[<?php echo $i; ?>]" id="ad_subject" class="frm_input" size="12" maxlength="20" value="<?php echo $row['ad_subject']; ?>"></td>
|
<td class="td_name"><input type="text" name="ad_subject[<?php echo $i; ?>]" id="ad_subject" class="frm_input" size="12" maxlength="20" value="<?php echo $row['ad_subject']; ?>"></td>
|
||||||
<td class="td_default"><label for="ad_default<?php echo $i;?>" class="sound_only">기본배송지</label><input type="radio" name="ad_default" value="<?php echo $row['ad_id'];?>" id="ad_default<?php echo $i;?>" <?php if($row['ad_default']) echo 'checked="checked"';?>></td>
|
<td class="td_default"><label for="ad_default<?php echo $i;?>" class="sound_only">기본배송지</label><input type="radio" name="ad_default" value="<?php echo $row['ad_id'];?>" id="ad_default<?php echo $i;?>" <?php if($row['ad_default']) echo 'checked="checked"';?>></td>
|
||||||
<td class="td_smallname"><?php echo $row['ad_name']; ?></td>
|
<td class="td_namesmall"><?php echo $row['ad_name']; ?></td>
|
||||||
<td class="td_bignum"><?php echo $row['ad_tel']; ?><br><?php echo $row['ad_hp']; ?></td>
|
<td class="td_numbig"><?php echo $row['ad_tel']; ?><br><?php echo $row['ad_hp']; ?></td>
|
||||||
<td><?php echo sprintf('%s %s', $row['ad_addr1'], $row['ad_addr2']); ?></td>
|
<td><?php echo sprintf('%s %s', $row['ad_addr1'], $row['ad_addr2']); ?></td>
|
||||||
<td class="td_mng">
|
<td class="td_mng">
|
||||||
<input type="hidden" value="<?php echo $addr; ?>">
|
<input type="hidden" value="<?php echo $addr; ?>">
|
||||||
@ -91,6 +92,8 @@ $order_action_url = G5_HTTPS_SHOP_URL.'/orderaddressupdate.php';
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="btn_list">
|
<div class="btn_list">
|
||||||
<input type="submit" name="act_button" value="선택수정" id="btn_submit">
|
<input type="submit" name="act_button" value="선택수정" id="btn_submit">
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -21,7 +21,8 @@ $count = mysql_num_rows($result);
|
|||||||
<!-- 쿠폰 선택 시작 { -->
|
<!-- 쿠폰 선택 시작 { -->
|
||||||
<div id="od_coupon_frm">
|
<div id="od_coupon_frm">
|
||||||
<?php if($count > 0) { ?>
|
<?php if($count > 0) { ?>
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<caption>쿠폰 선택</caption>
|
<caption>쿠폰 선택</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -54,14 +55,15 @@ $count = mysql_num_rows($result);
|
|||||||
<input type="hidden" name="o_cp_subj[]" value="<?php echo $row['cp_subject']; ?>">
|
<input type="hidden" name="o_cp_subj[]" value="<?php echo $row['cp_subject']; ?>">
|
||||||
<?php echo get_text($row['cp_subject']); ?>
|
<?php echo get_text($row['cp_subject']); ?>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_bignum"><?php echo number_format($dc); ?></td>
|
<td class="td_numbig"><?php echo number_format($dc); ?></td>
|
||||||
<td class="td_smallmng"><button type="button" class="od_cp_apply btn_frmline">적용</button></td>
|
<td class="td_mngsmall"><button type="button" class="od_cp_apply btn_frmline">적용</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<?php
|
<?php
|
||||||
} else {
|
} else {
|
||||||
echo '<p>사용할 수 있는 쿠폰이 없습니다.</p>';
|
echo '<p>사용할 수 있는 쿠폰이 없습니다.</p>';
|
||||||
|
|||||||
@ -166,7 +166,9 @@ function get_intall_file()
|
|||||||
<div id="sod_frm">
|
<div id="sod_frm">
|
||||||
<!-- 주문상품 확인 시작 { -->
|
<!-- 주문상품 확인 시작 { -->
|
||||||
<p>주문하실 상품을 확인하세요.</p>
|
<p>주문하실 상품을 확인하세요.</p>
|
||||||
<table id="sod_list" class="basic_tbl">
|
|
||||||
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table id="sod_list">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">상품이미지</th>
|
<th scope="col">상품이미지</th>
|
||||||
@ -316,10 +318,10 @@ function get_intall_file()
|
|||||||
<?php echo $it_name.$mod_options; ?>
|
<?php echo $it_name.$mod_options; ?>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_num"><?php echo number_format($sum['qty']); ?></td>
|
<td class="td_num"><?php echo number_format($sum['qty']); ?></td>
|
||||||
<td class="td_bignum"><?php echo number_format($row['ct_price']); ?></td>
|
<td class="td_numbig"><?php echo number_format($row['ct_price']); ?></td>
|
||||||
<td class="td_smallmng"><?php echo $cp_button; ?></td>
|
<td class="td_mngsmall"><?php echo $cp_button; ?></td>
|
||||||
<td class="td_bignum"><span class="ct_sell_price"><?php echo number_format($sell_price); ?></span></td>
|
<td class="td_numbig"><span class="ct_sell_price"><?php echo number_format($sell_price); ?></span></td>
|
||||||
<td class="td_bignum"><?php echo number_format($point); ?></td>
|
<td class="td_numbig"><?php echo number_format($point); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
@ -343,6 +345,7 @@ function get_intall_file()
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php if ($goods_count) $goods .= ' 외 '.$goods_count.'건'; ?>
|
<?php if ($goods_count) $goods .= ' 외 '.$goods_count.'건'; ?>
|
||||||
<!-- } 주문상품 확인 끝 -->
|
<!-- } 주문상품 확인 끝 -->
|
||||||
@ -615,7 +618,8 @@ function get_intall_file()
|
|||||||
<section id="sod_frm_orderer">
|
<section id="sod_frm_orderer">
|
||||||
<h2>주문하시는 분</h2>
|
<h2>주문하시는 분</h2>
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="row"><label for="od_name">이름</label></th>
|
<th scope="row"><label for="od_name">이름</label></th>
|
||||||
@ -686,6 +690,7 @@ function get_intall_file()
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- } 주문하시는 분 입력 끝 -->
|
<!-- } 주문하시는 분 입력 끝 -->
|
||||||
|
|
||||||
@ -693,7 +698,8 @@ function get_intall_file()
|
|||||||
<section id="sod_frm_taker">
|
<section id="sod_frm_taker">
|
||||||
<h2>받으시는 분</h2>
|
<h2>받으시는 분</h2>
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php
|
<?php
|
||||||
if($is_member) {
|
if($is_member) {
|
||||||
@ -792,6 +798,7 @@ function get_intall_file()
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
<!-- } 받으시는 분 입력 끝 -->
|
<!-- } 받으시는 분 입력 끝 -->
|
||||||
|
|
||||||
@ -838,7 +845,8 @@ function get_intall_file()
|
|||||||
<section id="sod_frm_pay">
|
<section id="sod_frm_pay">
|
||||||
<h2>결제정보</h2>
|
<h2>결제정보</h2>
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php if($oc_cnt > 0) { ?>
|
<?php if($oc_cnt > 0) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
@ -876,6 +884,7 @@ function get_intall_file()
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (!$default['de_card_point'])
|
if (!$default['de_card_point'])
|
||||||
|
|||||||
@ -7,7 +7,8 @@ if (!defined("_ORDERINQUIRY_")) exit; // 개별 페이지 접근 불가
|
|||||||
<!-- 주문 내역 목록 시작 { -->
|
<!-- 주문 내역 목록 시작 { -->
|
||||||
<?php if (!$limit) { ?>총 <?php echo $cnt; ?> 건<?php } ?>
|
<?php if (!$limit) { ?>총 <?php echo $cnt; ?> 건<?php } ?>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">주문서번호</th>
|
<th scope="col">주문서번호</th>
|
||||||
@ -40,10 +41,10 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
|
|||||||
</td>
|
</td>
|
||||||
<td><?php echo substr($row['od_time'],0,16); ?> (<?php echo get_yoil($row['od_time']); ?>)</td>
|
<td><?php echo substr($row['od_time'],0,16); ?> (<?php echo get_yoil($row['od_time']); ?>)</td>
|
||||||
<td class="td_num"><?php echo $row['od_cart_count']; ?></td>
|
<td class="td_num"><?php echo $row['od_cart_count']; ?></td>
|
||||||
<td class="td_bignum"><?php echo display_price($row['od_cart_price'] + $row['od_send_cost'] + $row['od_send_cost2']); ?></td>
|
<td class="td_numbig"><?php echo display_price($row['od_cart_price'] + $row['od_send_cost'] + $row['od_send_cost2']); ?></td>
|
||||||
<td class="td_bignum"><?php echo display_price($row['couponprice']); ?></td>
|
<td class="td_numbig"><?php echo display_price($row['couponprice']); ?></td>
|
||||||
<td class="td_bignum"><?php echo display_price($row['od_receipt_price']); ?></td>
|
<td class="td_numbig"><?php echo display_price($row['od_receipt_price']); ?></td>
|
||||||
<td class="td_bignum"><?php echo display_price($row['od_misu']); ?></td>
|
<td class="td_numbig"><?php echo display_price($row['od_misu']); ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
@ -54,4 +55,5 @@ if ($i == 0)
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<!-- } 주문 내역 목록 끝 -->
|
<!-- } 주문 내역 목록 끝 -->
|
||||||
@ -76,7 +76,8 @@ if(openwin != null) {
|
|||||||
<a href="./item.php?it_id=<?php echo $row['it_id']; ?>"><?php echo $image; ?> <?php echo $row['it_name']; ?></a>
|
<a href="./item.php?it_id=<?php echo $row['it_id']; ?>"><?php echo $image; ?> <?php echo $row['it_name']; ?></a>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">옵션항목</th>
|
<th scope="col">옵션항목</th>
|
||||||
@ -111,11 +112,11 @@ if(openwin != null) {
|
|||||||
?>
|
?>
|
||||||
<tr>
|
<tr>
|
||||||
<td><?php echo $opt['ct_option']; ?></td>
|
<td><?php echo $opt['ct_option']; ?></td>
|
||||||
<td class="td_smallmng"><?php echo number_format($opt['ct_qty']); ?></td>
|
<td class="td_mngsmall"><?php echo number_format($opt['ct_qty']); ?></td>
|
||||||
<td class="td_bignum"><?php echo number_format($opt_price); ?></td>
|
<td class="td_numbig"><?php echo number_format($opt_price); ?></td>
|
||||||
<td class="td_num"><?php echo number_format($sell_price); ?></td>
|
<td class="td_num"><?php echo number_format($sell_price); ?></td>
|
||||||
<td class="td_num"><?php echo number_format($point); ?></td>
|
<td class="td_num"><?php echo number_format($point); ?></td>
|
||||||
<td class="td_smallmng"><?php echo $opt['ct_status']; ?></td>
|
<td class="td_mngsmall"><?php echo $opt['ct_status']; ?></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
$tot_point += $point;
|
$tot_point += $point;
|
||||||
@ -127,6 +128,7 @@ if(openwin != null) {
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</li>
|
</li>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
@ -226,7 +228,8 @@ if(openwin != null) {
|
|||||||
<section id="sod_fin_pay">
|
<section id="sod_fin_pay">
|
||||||
<h3>결제정보</h3>
|
<h3>결제정보</h3>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
@ -364,7 +367,9 @@ if(openwin != null) {
|
|||||||
|
|
||||||
<section id="sod_fin_orderer">
|
<section id="sod_fin_orderer">
|
||||||
<h3>주문하신 분</h3>
|
<h3>주문하신 분</h3>
|
||||||
<table class="basic_tbl">
|
|
||||||
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
@ -392,11 +397,14 @@ if(openwin != null) {
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="sod_fin_receiver">
|
<section id="sod_fin_receiver">
|
||||||
<h3>받으시는 분</h3>
|
<h3>받으시는 분</h3>
|
||||||
<table class="basic_tbl">
|
|
||||||
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
@ -438,11 +446,14 @@ if(openwin != null) {
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section id="sod_fin_dvr">
|
<section id="sod_fin_dvr">
|
||||||
<h3>배송정보</h3>
|
<h3>배송정보</h3>
|
||||||
<table class="basic_tbl">
|
|
||||||
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
@ -489,6 +500,7 @@ if(openwin != null) {
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
@ -42,7 +42,8 @@ $count = mysql_num_rows($result);
|
|||||||
<!-- 쿠폰 선택 시작 { -->
|
<!-- 쿠폰 선택 시작 { -->
|
||||||
<div id="it_coupon_frm">
|
<div id="it_coupon_frm">
|
||||||
<?php if($count > 0) { ?>
|
<?php if($count > 0) { ?>
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<caption>쿠폰 선택</caption>
|
<caption>쿠폰 선택</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -75,14 +76,15 @@ $count = mysql_num_rows($result);
|
|||||||
<input type="hidden" name="f_cp_subj[]" value="<?php echo $row['cp_subject']; ?>">
|
<input type="hidden" name="f_cp_subj[]" value="<?php echo $row['cp_subject']; ?>">
|
||||||
<?php echo get_text($row['cp_subject']); ?>
|
<?php echo get_text($row['cp_subject']); ?>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_bignum"><?php echo number_format($dc); ?></td>
|
<td class="td_numbig"><?php echo number_format($dc); ?></td>
|
||||||
<td class="td_smallmng"><button type="button" class="cp_apply btn_frmline">적용</button></td>
|
<td class="td_mngsmall"><button type="button" class="cp_apply btn_frmline">적용</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<?php
|
<?php
|
||||||
} else {
|
} else {
|
||||||
echo '<p>사용할 수 있는 쿠폰이 없습니다.</p>';
|
echo '<p>사용할 수 있는 쿠폰이 없습니다.</p>';
|
||||||
|
|||||||
@ -22,7 +22,8 @@ $count = mysql_num_rows($result);
|
|||||||
<!-- 쿠폰선택 시작 { -->
|
<!-- 쿠폰선택 시작 { -->
|
||||||
<div id="sc_coupon_frm">
|
<div id="sc_coupon_frm">
|
||||||
<?php if($count > 0) { ?>
|
<?php if($count > 0) { ?>
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<caption>쿠폰 선택</caption>
|
<caption>쿠폰 선택</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -58,14 +59,15 @@ $count = mysql_num_rows($result);
|
|||||||
<input type="hidden" name="s_cp_subj[]" value="<?php echo $row['cp_subject']; ?>">
|
<input type="hidden" name="s_cp_subj[]" value="<?php echo $row['cp_subject']; ?>">
|
||||||
<?php echo get_text($row['cp_subject']); ?>
|
<?php echo get_text($row['cp_subject']); ?>
|
||||||
</td>
|
</td>
|
||||||
<td class="td_bignum"><?php echo number_format($dc); ?></td>
|
<td class="td_numbig"><?php echo number_format($dc); ?></td>
|
||||||
<td class="td_smallmng"><button type="button" class="sc_cp_apply btn_frmline">적용</button></td>
|
<td class="td_mngsmall"><button type="button" class="sc_cp_apply btn_frmline">적용</button></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<?php
|
<?php
|
||||||
} else {
|
} else {
|
||||||
echo '<p>사용할 수 있는 쿠폰이 없습니다.</p>';
|
echo '<p>사용할 수 있는 쿠폰이 없습니다.</p>';
|
||||||
|
|||||||
@ -347,7 +347,8 @@ function get_intall_file()
|
|||||||
<section id="sod_frm_pay">
|
<section id="sod_frm_pay">
|
||||||
<h2>개인결제정보</h2>
|
<h2>개인결제정보</h2>
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<tbody>
|
<tbody>
|
||||||
<tr>
|
<tr>
|
||||||
<th>결제금액</th>
|
<th>결제금액</th>
|
||||||
@ -367,6 +368,7 @@ function get_intall_file()
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if (!$default['de_card_point'])
|
if (!$default['de_card_point'])
|
||||||
|
|||||||
@ -75,7 +75,8 @@ if(openwin != null) {
|
|||||||
<section id="sod_fin_pay">
|
<section id="sod_fin_pay">
|
||||||
<h3>결제정보</h3>
|
<h3>결제정보</h3>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
@ -157,6 +158,7 @@ if(openwin != null) {
|
|||||||
?>
|
?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
|||||||
@ -104,7 +104,8 @@ $total_count = $row['cnt'];
|
|||||||
$ca_temp = '<a href="./list.php?ca_id='.substr($save['ca_id'],0,2).'">'.$row2['ca_name'].'</a> > ';
|
$ca_temp = '<a href="./list.php?ca_id='.substr($save['ca_id'],0,2).'">'.$row2['ca_name'].'</a> > ';
|
||||||
}
|
}
|
||||||
?>
|
?>
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<caption><?php echo $ca_temp?><a href="./list.php?ca_id=<?php echo $save['ca_id']; ?>"><?php echo $row['ca_name']; ?></a> 상품<?php echo $save['cnt']; ?>개</caption>
|
<caption><?php echo $ca_temp?><a href="./list.php?ca_id=<?php echo $save['ca_id']; ?>"><?php echo $row['ca_name']; ?></a> 상품<?php echo $save['cnt']; ?>개</caption>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
@ -142,6 +143,7 @@ $total_count = $row['cnt'];
|
|||||||
<?php } // for 끝 ?>
|
<?php } // for 끝 ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
<?php } // function 끝 ?>
|
<?php } // function 끝 ?>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -137,7 +137,8 @@ $amt_tax = (int)($amt_tot - $amt_sup);
|
|||||||
<section>
|
<section>
|
||||||
<h2>주문정보</h2>
|
<h2>주문정보</h2>
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
@ -165,6 +166,7 @@ $amt_tax = (int)($amt_tot - $amt_sup);
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section>
|
<section>
|
||||||
@ -184,7 +186,8 @@ $amt_tax = (int)($amt_tot - $amt_sup);
|
|||||||
<input type="hidden" name="amt_svc">
|
<input type="hidden" name="amt_svc">
|
||||||
<input type="hidden" name="amt_tax">
|
<input type="hidden" name="amt_tax">
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_3">
|
<col class="grid_3">
|
||||||
<col>
|
<col>
|
||||||
@ -230,6 +233,7 @@ $amt_tax = (int)($amt_tot - $amt_sup);
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="scash_apply">
|
<div id="scash_apply">
|
||||||
<span id="show_pay_btn">
|
<span id="show_pay_btn">
|
||||||
|
|||||||
@ -21,7 +21,8 @@ include_once('./_head.php');
|
|||||||
<input type="hidden" name="sw_direct" value="">
|
<input type="hidden" name="sw_direct" value="">
|
||||||
<input type="hidden" name="prog" value="wish">
|
<input type="hidden" name="prog" value="wish">
|
||||||
|
|
||||||
<table class="basic_tbl">
|
<div class="tbl_head01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
<th scope="col">선택</th>
|
<th scope="col">선택</th>
|
||||||
@ -73,7 +74,7 @@ include_once('./_head.php');
|
|||||||
<td class="sod_ws_img"><?php echo $image; ?></td>
|
<td class="sod_ws_img"><?php echo $image; ?></td>
|
||||||
<td><a href="./item.php?it_id=<?php echo $row['it_id']; ?>"><?php echo stripslashes($row['it_name']); ?></a></td>
|
<td><a href="./item.php?it_id=<?php echo $row['it_id']; ?>"><?php echo stripslashes($row['it_name']); ?></a></td>
|
||||||
<td class="td_datetime"><?php echo $row['wi_time']; ?></td>
|
<td class="td_datetime"><?php echo $row['wi_time']; ?></td>
|
||||||
<td class="td_smallmng"><a href="./wishupdate.php?w=d&wi_id=<?php echo $row['wi_id']; ?>">삭제</a></td>
|
<td class="td_mngsmall"><a href="./wishupdate.php?w=d&wi_id=<?php echo $row['wi_id']; ?>">삭제</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<?php
|
<?php
|
||||||
}
|
}
|
||||||
@ -82,7 +83,9 @@ include_once('./_head.php');
|
|||||||
echo '<tr><td colspan="5" class="empty_table">보관함이 비었습니다.</td></tr>';
|
echo '<tr><td colspan="5" class="empty_table">보관함이 비었습니다.</td></tr>';
|
||||||
?>
|
?>
|
||||||
</tr>
|
</tr>
|
||||||
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="sod_ws_act">
|
<div id="sod_ws_act">
|
||||||
<button type="submit" class="btn01" onclick="return fwishlist_check(document.fwishlist,'');">장바구니 담기</button>
|
<button type="submit" class="btn01" onclick="return fwishlist_check(document.fwishlist,'');">장바구니 담기</button>
|
||||||
|
|||||||
@ -62,7 +62,9 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
|||||||
<input type="hidden" name="skin_dir" value="<?php echo $skin_dir ?>">
|
<input type="hidden" name="skin_dir" value="<?php echo $skin_dir ?>">
|
||||||
<?php if ($is_member) { ?><input type="hidden" name="pc_name" value="<?php echo cut_str($member['mb_nick'],255) ?>"><?php } ?>
|
<?php if ($is_member) { ?><input type="hidden" name="pc_name" value="<?php echo cut_str($member['mb_nick'],255) ?>"><?php } ?>
|
||||||
<h3><?php echo $po_etc ?></h3>
|
<h3><?php echo $po_etc ?></h3>
|
||||||
<table id="poll_result_wcmt" class="frm_tbl">
|
|
||||||
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table id="poll_result_wcmt">
|
||||||
<tbody>
|
<tbody>
|
||||||
<?php if ($is_guest) { ?>
|
<?php if ($is_guest) { ?>
|
||||||
<tr>
|
<tr>
|
||||||
@ -82,6 +84,7 @@ if (!defined("_GNUBOARD_")) exit; // 개별 페이지 접근 불가
|
|||||||
<?php } ?>
|
<?php } ?>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="btn_confirm">
|
<div class="btn_confirm">
|
||||||
<input type="submit" class="btn_submit" value="의견남기기">
|
<input type="submit" class="btn_submit" value="의견남기기">
|
||||||
|
|||||||
@ -13,7 +13,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
|
<input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
|
||||||
<input type="hidden" name="iq_id" value="<?php echo $iq_id; ?>">
|
<input type="hidden" name="iq_id" value="<?php echo $iq_id; ?>">
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_2">
|
<col class="grid_2">
|
||||||
<col>
|
<col>
|
||||||
@ -29,6 +30,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="btn_win">
|
<div class="btn_win">
|
||||||
<input type="submit" value="작성완료" class="btn_submit">
|
<input type="submit" value="작성완료" class="btn_submit">
|
||||||
|
|||||||
@ -13,7 +13,8 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
<input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
|
<input type="hidden" name="it_id" value="<?php echo $it_id; ?>">
|
||||||
<input type="hidden" name="is_id" value="<?php echo $is_id; ?>">
|
<input type="hidden" name="is_id" value="<?php echo $is_id; ?>">
|
||||||
|
|
||||||
<table class="frm_tbl">
|
<div class="tbl_frm01 tbl_wrap">
|
||||||
|
<table>
|
||||||
<colgroup>
|
<colgroup>
|
||||||
<col class="grid_2">
|
<col class="grid_2">
|
||||||
<col>
|
<col>
|
||||||
@ -61,6 +62,7 @@ if (!defined('_GNUBOARD_')) exit; // 개별 페이지 접근 불가
|
|||||||
</tr>
|
</tr>
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div class="btn_win">
|
<div class="btn_win">
|
||||||
<input type="submit" value="작성완료" class="btn_submit">
|
<input type="submit" value="작성완료" class="btn_submit">
|
||||||
|
|||||||
Reference in New Issue
Block a user