관리자: 쇼핑몰 마크업 1차 정리

This commit is contained in:
whitedot
2013-02-06 11:58:31 +09:00
parent ce59526456
commit 7280b99f64
58 changed files with 1187 additions and 1212 deletions

View File

@ -123,10 +123,10 @@ $result = sql_query($sql);
</style>
<p>
<table width=100% cellpadding=0 cellspacing=0>
<table cellpadding=0 cellspacing=0>
<tr>
<td><?=subtitle("주문상품")?></td>
<td align=right>
<td>
<? if ($default['de_hope_date_use']) { ?>
희망배송일은
<b><?=$od['od_hope_date']?> (<?=get_yoil($od['od_hope_date'])?>)</b> 입니다.
@ -136,7 +136,7 @@ $result = sql_query($sql);
</table>
<form id="frmorderform" name="frmorderform" method=post action='' style="margin:0px;">
<form id="frmorderform" name="frmorderform" method=post action=''>
<input type="hidden" id="ct_status" name="ct_status" value=''>
<input type="hidden" id="od_id" name="od_id" value='<? echo $od_id ?>'>
<input type="hidden" id="mb_id" name="mb_id" value='<? echo $od['mb_id'] ?>'>
@ -146,19 +146,19 @@ $result = sql_query($sql);
<input type="hidden" id="sel_field" name="sel_field" value="<? echo $sel_field ?>">
<input type="hidden" id="search" name="search" value="<? echo $search ?>">
<input type="hidden" id="page" name="page" value="<? echo $page ?>">
<table width=100% cellpadding=0 cellspacing=0 border=0>
<colgroup width=50>
<colgroup width=''>
<table cellpadding=0 cellspacing=0 border=0>
<colgroup>
<colgroup>
<colgroup width=40>
<colgroup width=50>
<colgroup>
<colgroup width=70>
<colgroup width=70>
<colgroup width=70>
<colgroup width=50>
<colgroup width=50>
<colgroup width=50>
<colgroup>
<colgroup>
<colgroup>
<tr><td colspan=9 height=2 bgcolor=#0E87F9></td></tr>
<tr align=center class=ht>
<tr>
<td>전체<br><input type="checkbox" onclick='select_all();'></td>
<td>상품명</td>
<td>상태</td>
@ -190,15 +190,15 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
$list = $i%2;
echo "
<tr class='list$list'>
<td align=center title='{$row['ct_id']}'><input type=\"hidden\" id=\"ct_id\" name=\"ct_id\"[$i] value='{$row['ct_id']}'><input type=\"checkbox\" id='ct_chk_{$i}' name='ct_chk[{$i}]' value='1'></td>
<td style='padding-top:5px; padding-bottom:5px;'><table width='100%'><tr><td width=40 align=center>$image</td><td>$it_name</td></tr></table></td>
<td align=center>{$row['ct_status']}</td>
<td align=center>$row[ct_qty]</td>
<td align=right>".number_format($row['it_amount'] + $row['ct_amount'])."</td>
<td align=right>".number_format($ct_amount['소계'])."</td>
<td align=right>".number_format($ct_point['소계'])."</td>
<td align=center>".get_yn($row['ct_point_use'])."</td>
<td align=center>".get_yn($row['ct_stock_use'])."</td>";
<td title='{$row['ct_id']}'><input type=\"hidden\" id=\"ct_id\" name=\"ct_id\"[$i] value='{$row['ct_id']}'><input type=\"checkbox\" id='ct_chk_{$i}' name='ct_chk[{$i}]' value='1'></td>
<td style='padding-top:5px; padding-bottom:5px;'><table width='100%'><tr><td width=40>$image</td><td>$it_name</td></tr></table></td>
<td>{$row['ct_status']}</td>
<td>$row[ct_qty]</td>
<td>".number_format($row['it_amount'] + $row['ct_amount'])."</td>
<td>".number_format($ct_amount['소계'])."</td>
<td>".number_format($ct_point['소계'])."</td>
<td>".get_yn($row['ct_point_use'])."</td>
<td>".get_yn($row['ct_stock_use'])."</td>";
echo "</tr><tr><td colspan=9 height=1 bgcolor=F5F5F5></td></tr>";
$t_ct_amount['합계'] += $ct_amount['소계'];
@ -206,7 +206,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
}
?>
<tr><td colspan=9 height=1 bgcolor=#CCCCCC></td></tr>
<tr bgcolor=#ffffff class=ht>
<tr bgcolor=#ffffff>
<td colspan=3>&nbsp;&nbsp;&nbsp;
<a href="javascript:form_submit('주문')">주문</a> |
<a href="javascript:form_submit('준비')">상품준비중</a> |
@ -218,7 +218,7 @@ for ($i=0; $row=sql_fetch_array($result); $i++)
<?=help("한 주문에 여러가지의 상품주문이 있을 수 있습니다.\n\n상품을 체크하여 해당되는 상태로 설정할 수 있습니다.");?>
</td>
<td colspan=3>주문일시 : <?=substr($od['od_time'],0,16)?> (<?=get_yoil($od['od_time']);?>)</td>
<td colspan=3 align=right>
<td colspan=3>
<input type="hidden" id="chk_cnt" name="chk_cnt" value="<? echo $i ?>">
<b>주문합계 : <? echo number_format($t_ct_amount['합계']); ?>원</B></td>
<? //echo number_format($t_ct_point[합계]); ?>
@ -247,10 +247,10 @@ if ($od['od_receipt_point'] > 0)
$s_receipt_way .= "+포인트";
?>
<table width=100% cellpadding=0 cellspacing=0 border=0>
<table cellpadding=0 cellspacing=0 border=0>
<!-- on_uid : <? echo $od[on_uid] ?> -->
<tr><td colspan=8 height=2 bgcolor=#0E87F9></td></tr>
<tr align=center class=ht>
<tr>
<td>주문번호</td>
<td>결제방법</td>
<td>주문총액</td>
@ -260,8 +260,8 @@ if ($od['od_receipt_point'] > 0)
<td>환불액</td>
<td>주문취소</td>
</tr>
<tr><td colspan=8 height=1 bgcolor=#CCCCCC></td></tr>
<tr align=center class=ht>
<tr>
<td><? echo $od['od_id'] ?></td>
<td><? echo $s_receipt_way ?></td>
<td><? echo display_amount($amount['정상']) ?></td>
@ -271,13 +271,13 @@ if ($od['od_receipt_point'] > 0)
<td><? echo display_amount($od['od_refund_amount']); ?></td>
<td><? echo number_format($t_ct_amount['취소']) ?>원</td>
</tr>
<tr><td colspan=8 height=1 bgcolor=#CCCCCC></td></tr>
<tr><td colspan=8 align=right class=ht><b><font color=#FF6600><b>미수금 : <? echo display_amount($amount['미수']) ?></b></font></b></td></tr>
<tr><td colspan=8><b><font color=#FF6600><b>미수금 : <? echo display_amount($amount['미수']) ?></b></font></b></td></tr>
</table>
<p>
<form id="frmorderreceiptform" name="frmorderreceiptform" method=post action="./orderreceiptupdate.php" autocomplete=off style="margin:0px;">
<form id="frmorderreceiptform" name="frmorderreceiptform" method=post action="./orderreceiptupdate.php" autocomplete=off>
<input type="hidden" id="od_id" name="od_id" value="<?=$od_id?>">
<input type="hidden" id="sort1" name="sort1" value="<?=$sort1?>">
<input type="hidden" id="sort2" name="sort2" value="<?=$sort2?>">
@ -286,35 +286,35 @@ if ($od['od_receipt_point'] > 0)
<input type="hidden" id="page" name="page" value="<?=$page?>">
<input type="hidden" id="od_name" name="od_name" value="<?=$od['od_name']?>">
<input type="hidden" id="od_hp" name="od_hp" value="<?=$od['od_hp']?>">
<table border=0 cellpadding=0 cellspacing=0 width=100%>
<table border=0>
<tr>
<td width=49% valign=top>
<?=subtitle("결제상세정보")?>
<table width=100% cellpadding=0 cellspacing=0 border=0>
<table cellpadding=0 cellspacing=0 border=0>
<colgroup width=110>
<colgroup width='' bgcolor=#ffffff>
<colgroup bgcolor=#ffffff>
<tr><td colspan=2 height=1 bgcolor=0E87F9></td></tr>
<? if ($od['od_settle_case'] == '무통장' || $od['od_settle_case'] == '가상계좌' || $od['od_settle_case'] == '계좌이체') { ?>
<?
if ($od['od_settle_case'] == '무통장' || $od['od_settle_case'] == '가상계좌')
{
echo "<tr class=ht>";
echo "<tr>";
echo "<td>계좌번호</td>";
echo "<td>".$od['od_bank_account']."</td>";
echo "</tr>";
}
?>
<tr class=ht>
<tr>
<td><?=$od['od_settle_case']?> 입금액</td>
<td><?=display_amount($od['od_receipt_amount']);?></td>
</tr>
<tr class=ht>
<tr>
<td>입금자</td>
<td><? echo $od['od_deposit_name'] ?></td>
</tr>
<tr class=ht>
<tr>
<td>입금확인일시</td>
<td>
<?
@ -330,15 +330,15 @@ if ($od['od_receipt_point'] > 0)
<? } ?>
<? if ($od['od_settle_case'] == '휴대폰') { ?>
<tr class=ht>
<tr>
<td>휴대폰번호</td>
<td><?=$od['od_bank_account']?></td>
</tr>
<tr class=ht>
<tr>
<td><?=$od['od_settle_case']?> 결제액</td>
<td><?=display_amount($od['od_receipt_amount']);?></td>
</tr>
<tr class=ht>
<tr>
<td>결제 확인일시</td>
<td>
<?
@ -354,7 +354,7 @@ if ($od['od_receipt_point'] > 0)
<? } ?>
<? if ($od[od_settle_case] == '신용카드') { ?>
<tr class=ht>
<tr>
<td bgcolor=#F8FFED>신용카드 입금액</td>
<td>
<?
@ -365,7 +365,7 @@ if ($od['od_receipt_point'] > 0)
?>
</td>
</tr>
<tr class=ht>
<tr>
<td bgcolor=#F8FFED>카드 승인일시</td>
<td>
<?
@ -378,26 +378,26 @@ if ($od['od_receipt_point'] > 0)
?>
</td>
</tr>
<tr class=ht>
<tr>
<td bgcolor=#F8FFED>카드 승인취소</td>
<td><? echo display_amount($od['od_card_cancel']); ?></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#84C718></td></tr>
<? } ?>
<tr class=ht>
<tr>
<td>포인트</td>
<td><? echo display_point($od['od_receipt_point']); ?></td>
</tr>
<tr class=ht>
<tr>
<td>결제금액 할인</td>
<td><? echo display_amount($od['od_coupon_amount']); ?></td>
</tr>
<tr class=ht>
<tr>
<td>DC</td>
<td><? echo display_amount($od['od_dc_amount']); ?></td>
</tr>
<tr class=ht>
<tr>
<td>환불액</td>
<td><? echo display_amount($od['od_refund_amount']); ?></td>
</tr>
@ -407,7 +407,7 @@ if ($od['od_receipt_point'] > 0)
$sql = " select dl_company, dl_url, dl_tel from {$g4['yc4_delivery_table']} where dl_id = '{$od['dl_id']}' ";
$dl = sql_fetch($sql);
?>
<tr class=ht>
<tr>
<td>배송회사</td>
<td>
<?
@ -420,34 +420,34 @@ if ($od['od_receipt_point'] > 0)
?>
</td>
</tr>
<tr class=ht>
<tr>
<td>운송장번호</td>
<td><? echo $od['od_invoice'] ?>&nbsp;</td>
</tr>
<tr class=ht>
<tr>
<td>배송일시</td>
<td><? echo $od['od_invoice_time'] ?>&nbsp;</td>
</tr>
<tr class=ht>
<tr>
<td>주문자 배송비</td>
<!-- <td><? echo number_format($od[od_send_cost]) ?>원</td> -->
<td><input type="text" id="od_send_cost" name="od_send_cost" value='<?=$od['od_send_cost']?>' class=ed size=10 style='text-align:right;'>원
<td><input type="text" id="od_send_cost" name="od_send_cost" value='<?=$od['od_send_cost']?>' size=10 style='text-align:right;'>원
<?=help("주문취소시 배송비는 취소되지 않으므로 이 배송비를 0으로 설정하여 미수금을 맞추십시오.");?></td>
</tr>
<tr class=ht>
<tr>
<td>배송비할인</td>
<td><input type="text" id="od_send_coupon" name="od_send_coupon" value='<?=$od['od_send_coupon']?>' class=ed size=10 style='text-align:right;'>원
<td><input type="text" id="od_send_coupon" name="od_send_coupon" value='<?=$od['od_send_coupon']?>' size=10 style='text-align:right;'>원
<?=help("주문취소시 배송비할인은 취소되지 않으므로 이 배송비할인을 0으로 설정하여 미수금을 맞추십시오.");?></td>
</tr>
<tr class=ht>
<tr>
<td>추가배송비</td>
<td><input type="text" id="od_send_cost_area" name="od_send_cost_area" value='<?=$od['od_send_cost_area']?>' class=ed size=10 style='text-align:right;'>원
<td><input type="text" id="od_send_cost_area" name="od_send_cost_area" value='<?=$od['od_send_cost_area']?>' size=10 style='text-align:right;'>원
<?=help("주문취소시 추가배송비는 취소되지 않으므로 이 추가배송비를 0으로 설정하여 미수금을 맞추십시오.");?></td>
</tr>
<? if ($od['od_settle_case'] == '무통장' || $od['od_settle_case'] == '가상계좌' || $od['od_settle_case'] == '계좌이체') {
if ($amount['미수'] == 0) {
if ($od['od_receipt_amount']) {
echo "<tr class=ht><td>현금영수증</td><td>";
echo "<tr><td>현금영수증</td><td>";
if ($od['od_cash'])
echo "<a href=\"javascript:;\" onclick=\"window.open('https://admin.kcp.co.kr/Modules/Service/Cash/Cash_Bill_Common_View.jsp?cash_no=$od[od_cash_no]', 'taxsave_receipt', 'width=360,height=647,scrollbars=0,menus=0');\">현금영수증 확인하기</a>";
else
@ -461,12 +461,12 @@ if ($od['od_receipt_point'] > 0)
</table>
</td>
<td width=1%> </td>
<td width=50% valign=top align=center>
<td valign=top>
<?=subtitle("결제상세정보 수정")?>
<table width=100% cellpadding=0 cellspacing=0 border=0>
<table cellpadding=0 cellspacing=0 border=0>
<colgroup width=110>
<colgroup width='' bgcolor=#ffffff>
<colgroup bgcolor=#ffffff>
<tr><td colspan=2 height=1 bgcolor=#0E87F9></td></tr>
<? if ($od['od_settle_case'] == '무통장' || $od['od_settle_case'] == '가상계좌' || $od['od_settle_case'] == '계좌이체') { ?>
<?
@ -496,7 +496,7 @@ if ($od['od_receipt_point'] > 0)
<?
if ($od['od_settle_case'] == '무통장' || $od['od_settle_case'] == '가상계좌')
{
echo "<tr class=ht>";
echo "<tr>";
echo "<td>계좌번호</td>";
echo "<td>$bank_account</td>";
echo "</tr>";
@ -505,10 +505,10 @@ if ($od['od_receipt_point'] > 0)
if ($od['od_settle_case'] == '무통장')
echo "<script> document.frmorderreceiptform.od_bank_account.value = '".str_replace("\r", "", $od['od_bank_account'])."'; </script>";
?>
<tr class=ht>
<tr>
<td><?=$od['od_settle_case']?> 입금액</td>
<td>
<input type="text" class=ed id="od_receipt_bank" name="od_receipt_bank" size=10
<input type="text" id="od_receipt_bank" name="od_receipt_bank" size=10
value='<? echo $od['od_receipt_amount'] ?>'>원
<?
if ($od['od_settle_case'] == '계좌이체' || $od['od_settle_case'] == '가상계좌')
@ -519,20 +519,20 @@ if ($od['od_receipt_point'] > 0)
?>
</td>
</tr>
<tr class=ht>
<tr>
<td>입금자명</td>
<td>
<input type="text" class=ed id="od_deposit_name" name="od_deposit_name"
<input type="text" id="od_deposit_name" name="od_deposit_name"
value='<? echo $od['od_deposit_name'] ?>'>
<? if ($default['de_sms_use3']) { ?>
<input type="checkbox" id="od_sms_ipgum_check" name="od_sms_ipgum_check"> SMS 문자전송
<? } ?>
</td>
</tr>
<tr class=ht>
<tr>
<td>입금 확인일시</td>
<td>
<input type="text" class=ed id="od_receipt_time" name="od_receipt_time" maxlength=19 value='<? echo is_null_time($od['od_receipt_time']) ? "" : $od['od_receipt_time']; ?>'>
<input type="text" id="od_receipt_time" name="od_receipt_time" maxlength=19 value='<? echo is_null_time($od['od_receipt_time']) ? "" : $od['od_receipt_time']; ?>'>
<input type="checkbox" id="od_bank_chk" name="od_bank_chk"
value="<? echo date("Y-m-d H:i:s", $g4['server_time']); ?>"
onclick="if (this.checked == true) this.form.od_receipt_time.value=this.form.od_bank_chk.value; else this.form.od_receipt_time.value = this.form.od_receipt_time.defaultValue;">현재 시간
@ -542,24 +542,24 @@ if ($od['od_receipt_point'] > 0)
<? } ?>
<? if ($od['od_settle_case'] == '휴대폰') { ?>
<tr class=ht>
<tr>
<td>휴대폰번호</td>
<td><?=$od['od_bank_account']?></td>
</tr>
<tr class=ht>
<tr>
<td><?=$od['od_settle_case']?> 결제액</td>
<td>
<input type="text" class=ed id="od_receipt_amount" name="od_receipt_amount" size=10 value='<? echo $od['od_receipt_amount'] ?>'>원
<input type="text" id="od_receipt_amount" name="od_receipt_amount" size=10 value='<? echo $od['od_receipt_amount'] ?>'>원
<?
$pg_url = $g4['yc4_cardpg'][$default['de_card_pg']];
echo "&nbsp;<a href='$pg_url' target=_new>결제대행사</a>";
?>
</td>
</tr>
<tr class=ht>
<tr>
<td>휴대폰 결제일시</td>
<td>
<input type="text" class=ed id="od_receipt_time" name="od_receipt_time" size=19 maxlength=19 value='<? echo is_null_time($od['od_receipt_time']) ? "" : $od['od_receipt_time']; ?>'>
<input type="text" id="od_receipt_time" name="od_receipt_time" size=19 maxlength=19 value='<? echo is_null_time($od['od_receipt_time']) ? "" : $od['od_receipt_time']; ?>'>
<input type="checkbox" id="od_card_chk" name="od_card_chk"
value="<? echo date("Y-m-d H:i:s", $g4['server_time']); ?>"
onclick="if (this.checked == true) this.form.od_receipt_time.value=this.form.od_card_chk.value; else this.form.od_receipt_time.value = this.form.od_receipt_time.defaultValue;">현재 시간
@ -569,10 +569,10 @@ if ($od['od_receipt_point'] > 0)
<? } ?>
<? if ($od[od_settle_case] == '신용카드') { ?>
<tr class=ht>
<tr>
<td bgcolor=#F8FFED>신용카드 결제액</td>
<td>
<input type="text" class=ed id="od_receipt_amount" name="od_receipt_amount" size=10
<input type="text" id="od_receipt_amount" name="od_receipt_amount" size=10
value='<? echo $od['od_receipt_amount'] ?>'>원
&nbsp;
<?
@ -581,52 +581,52 @@ if ($od['od_receipt_point'] > 0)
<a href='<? echo $card_url ?>' target=_new>결제대행사</a>
</td>
</tr>
<tr class=ht>
<tr>
<td bgcolor=#F8FFED>카드 승인일시</td>
<td>
<input type="text" class=ed id="od_receipt_time" name="od_receipt_time" size=19 maxlength=19 value='<? echo is_null_time($od['od_receipt_time']) ? "" : $od['od_receipt_time']; ?>'>
<input type="text" id="od_receipt_time" name="od_receipt_time" size=19 maxlength=19 value='<? echo is_null_time($od['od_receipt_time']) ? "" : $od['od_receipt_time']; ?>'>
<input type="checkbox" id="od_card_chk" name="od_card_chk"
value="<? echo date("Y-m-d H:i:s", $g4['server_time']); ?>"
onclick="if (this.checked == true) this.form.od_receipt_time.value=this.form.od_card_chk.value; else this.form.od_receipt_time.value = this.form.od_receipt_time.defaultValue;">현재 시간
</td>
</tr>
<tr class=ht>
<tr>
<td bgcolor=#F8FFED>카드 승인취소</td>
<td>
<input type="text" class=ed id="od_card_cancel" name="od_card_cancel" size=10 value='<? echo $od['od_card_cancel'] ?>'>원
<input type="text" id="od_card_cancel" name="od_card_cancel" size=10 value='<? echo $od['od_card_cancel'] ?>'>원
</td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#84C718></td></tr>
<? } ?>
<tr class=ht>
<tr>
<td>포인트 결제액</td>
<td>
<input type="text" class=ed id="od_receipt_point" name="od_receipt_point" size=10 value='<? echo $od['od_receipt_point'] ?>'>점
<input type="text" id="od_receipt_point" name="od_receipt_point" size=10 value='<? echo $od['od_receipt_point'] ?>'>점
</td>
</tr>
<tr class=ht>
<tr>
<td>결제금액 할인</td>
<td>
<input type="text" class=ed id="od_coupon_amount" name="od_coupon_amount" size=10 value='<? echo $od['od_coupon_amount'] ?>'>원
<input type="text" id="od_coupon_amount" name="od_coupon_amount" size=10 value='<? echo $od['od_coupon_amount'] ?>'>원
</td>
</tr>
<tr class=ht>
<tr>
<td>DC</td>
<td>
<input type="text" class=ed id="od_dc_amount" name="od_dc_amount" size=10 value='<? echo $od['od_dc_amount'] ?>'>원
<input type="text" id="od_dc_amount" name="od_dc_amount" size=10 value='<? echo $od['od_dc_amount'] ?>'>원
</td>
</tr>
<tr class=ht>
<tr>
<td>환불액</td>
<td>
<input type="text" class=ed id="od_refund_amount" name="od_refund_amount" size=10 value='<? echo $od['od_refund_amount'] ?>'>원
<input type="text" id="od_refund_amount" name="od_refund_amount" size=10 value='<? echo $od['od_refund_amount'] ?>'>원
<?=help("카드승인취소를 입력한 경우에는 중복하여 입력하면 미수금이 틀려집니다.", 0, -100);?>
</td>
</tr>
<tr><td colspan=2 height=1 bgcolor=#84C718></td></tr>
<tr class=ht>
<tr>
<td>배송회사</td>
<td>
<select id="dl_id" name="dl_id">
@ -640,25 +640,25 @@ if ($od['od_receipt_point'] > 0)
?>
</select>
</tr>
<tr class=ht>
<tr>
<td>운송장번호</td>
<td><input type="text" class=ed id="od_invoice" name="od_invoice"
<td><input type="text" id="od_invoice" name="od_invoice"
value='<? echo $od['od_invoice'] ?>'>
<? if ($default['de_sms_use4']) { ?>
<input type="checkbox" id="od_sms_baesong_check" name="od_sms_baesong_check"> SMS 문자전송
<? } ?>
</td>
</tr>
<tr class=ht>
<tr>
<td>배송일시</td>
<td>
<input type="text" class=ed id="od_invoice_time" name="od_invoice_time" maxlength=19 value='<? echo is_null_time($od['od_invoice_time']) ? "" : $od['od_invoice_time']; ?>'>
<input type="text" id="od_invoice_time" name="od_invoice_time" maxlength=19 value='<? echo is_null_time($od['od_invoice_time']) ? "" : $od['od_invoice_time']; ?>'>
<input type="checkbox" id="od_invoice_chk" name="od_invoice_chk"
value="<? echo date("Y-m-d H:i:s", $g4['server_time']); ?>"
onclick="if (this.checked == true) this.form.od_invoice_time.value=this.form.od_invoice_chk.value; else this.form.od_invoice_time.value = this.form.od_invoice_time.defaultValue;">현재 시간
</td>
</tr>
<tr class=ht>
<tr>
<td>메일발송</td>
<td>
<input type="checkbox" id="od_send_mail" name="od_send_mail" value='1'>예
@ -674,16 +674,16 @@ if ($od['od_receipt_point'] > 0)
?>
<br>
<input type="submit" class=btn1 value='결제/배송내역 수정'>&nbsp;
<input type="button" class=btn1 value=' 목 록 ' onclick="document.location.href='./orderlist.php?<?=$qstr?>';">
<input type="submit" value='결제/배송내역 수정'>&nbsp;
<input type="button" value=' 목 록 ' onclick="document.location.href='./orderlist.php?<?=$qstr?>';">
</td>
</tr>
</table>
</form>
<?=subtitle("상점메모")?>
<form id="frmorderform2" name="frmorderform2" method=post action="./orderformupdate.php" style="margin:0px;">
<table width=100% cellpadding=0 cellspacing=0 border=0>
<form id="frmorderform2" name="frmorderform2" method=post action="./orderformupdate.php">
<table cellpadding=0 cellspacing=0 border=0>
<input type="hidden" id="od_id" name="od_id" value="<?=$od_id?>">
<input type="hidden" id="sort1" name="sort1" value="<?=$sort1?>">
<input type="hidden" id="sort2" name="sort2" value="<?=$sort2?>">
@ -692,10 +692,10 @@ if ($od['od_receipt_point'] > 0)
<input type="hidden" id="page" name="page" value="<?=$page?>">
<tr>
<td width=90%>
<textarea id="od_shop_memo" name="od_shop_memo" rows=8 style='width:99%;' class=ed><? echo stripslashes($od['od_shop_memo']) ?></textarea>
<textarea id="od_shop_memo" name="od_shop_memo" rows=8><? echo stripslashes($od['od_shop_memo']) ?></textarea>
</td>
<td width=10%>
<input type="submit" class=btn1 value='메모 수정'>
<input type="submit" value='메모 수정'>
<br>
<?=help("이 주문에 대해 일어난 내용을 메모하는곳입니다.\n\n위에서 메일발송한 내역도 이곳에 저장합니다.", -150);?>
</td>
@ -703,42 +703,42 @@ if ($od['od_receipt_point'] > 0)
</table>
<p><?=subtitle("주소정보")?>
<table width=100% cellpadding=0 cellspacing=0 border=0>
<table cellpadding=0 cellspacing=0 border=0>
<tr>
<td width=49% valign=top bgcolor=#ffffff>
<table width=100% cellpadding=0 cellspacing=0 border=0 valign=top>
<colgroup width=80>
<colgroup width='' bgcolor=#ffffff>
<tr class=ht>
<table cellpadding=0 cellspacing=0 border=0 valign=top>
<colgroup>
<colgroup bgcolor=#ffffff>
<tr>
<td colspan=4 bgcolor=#ffffff align=left><B>주문하신 분</B></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=CCCCCC></td></tr>
<tr class=ht>
<tr>
<td>이름</td>
<td><input type="text" class=ed id="od_name" name="od_name" value='<?=$od['od_name']?>' required itemname='주문하신 분 이름'></td>
<td><input type="text" id="od_name" name="od_name" value='<?=$od['od_name']?>' required itemname='주문하신 분 이름'></td>
</tr>
<tr class=ht>
<tr>
<td>전화번호</td>
<td><input type="text" class=ed id="od_tel" name="od_tel" value='<?=$od['od_tel']?>' required itemname='주문하신 분 전화번호'></td>
<td><input type="text" id="od_tel" name="od_tel" value='<?=$od['od_tel']?>' required itemname='주문하신 분 전화번호'></td>
</tr>
<tr class=ht>
<tr>
<td>핸드폰</td>
<td><input type="text" class=ed id="od_hp" name="od_hp" value='<?=$od['od_hp']?>'></td>
<td><input type="text" id="od_hp" name="od_hp" value='<?=$od['od_hp']?>'></td>
</tr>
<tr class=ht>
<tr>
<td>주소</td>
<td>
<input type="text" class=ed id="od_zip1" name="od_zip1" size=4 readonly required itemname='우편번호 앞자리' value='<?=$od['od_zip1']?>'> -
<input type="text" class=ed id="od_zip2" name="od_zip2" size=4 readonly required itemname='우편번호 뒷자리' value='<?=$od['od_zip2']?>'>
<input type="text" id="od_zip1" name="od_zip1" size=4 readonly required itemname='우편번호 앞자리' value='<?=$od['od_zip1']?>'> -
<input type="text" id="od_zip2" name="od_zip2" size=4 readonly required itemname='우편번호 뒷자리' value='<?=$od['od_zip2']?>'>
&nbsp;<a href="<?=G4_BBS_URL?>/zip.php?frm_name=frmorderform2&amp;frm_zip1=od_zip1&amp;frm_zip2=od_zip2&amp;frm_addr1=od_addr1&amp;frm_addr2=od_addr2" class="win_zip_find"><img src="<?=$g4['shop_admin_path']?>/img/btn_zip_find.gif" border=0 align=absmiddle></a><br>
<input type="text" class=ed id="od_addr1" name="od_addr1" size=50 readonly required itemname='주소' value='<?=$od['od_addr1']?>'><br>
<input type="text" class=ed id="od_addr2" name="od_addr2" size=50 required itemname='상세주소' value='<?=$od['od_addr2']?>'></td>
<input type="text" id="od_addr1" name="od_addr1" size=50 readonly required itemname='주소' value='<?=$od['od_addr1']?>'><br>
<input type="text" id="od_addr2" name="od_addr2" size=50 required itemname='상세주소' value='<?=$od['od_addr2']?>'></td>
</tr>
<tr class=ht>
<tr>
<td>E-mail</td>
<td><input type="text" class=ed id="od_email" name="od_email" size=30 email required itemname='주문하신 분 E-mail' value='<?=$od['od_email']?>'></td>
<td><input type="text" id="od_email" name="od_email" size=30 email required itemname='주문하신 분 E-mail' value='<?=$od['od_email']?>'></td>
</tr>
<tr class=ht>
<tr>
<td>IP Address</td>
<td><?=$od['od_ip']?></td>
</tr>
@ -746,46 +746,46 @@ if ($od['od_receipt_point'] > 0)
</table>
</td>
<td width=2%></td>
<td width=49% valign=top align=center>
<table width=100% cellpadding=0 cellspacing=0>
<colgroup width=80>
<colgroup width='' bgcolor=#ffffff>
<tr class=ht>
<td width=49% valign=top>
<table cellpadding=0 cellspacing=0>
<colgroup>
<colgroup bgcolor=#ffffff>
<tr>
<td colspan=4 bgcolor=#ffffff align=left><B>받으시는 분</B></td>
</tr>
<tr><td colspan=2 height=1 bgcolor=CCCCCC></td></tr>
<tr class=ht>
<tr>
<td>이름</td>
<td><input type="text" class=ed id="od_b_name" name="od_b_name" value='<?=$od['od_b_name']?>' required itemname='받으시는 분 이름'></td>
<td><input type="text" id="od_b_name" name="od_b_name" value='<?=$od['od_b_name']?>' required itemname='받으시는 분 이름'></td>
</tr>
<tr class=ht>
<tr>
<td>전화번호</td>
<td><input type="text" class=ed id="od_b_tel" name="od_b_tel" value='<?=$od['od_b_tel']?>' required itemname='받으시는 분 전화번호'></td>
<td><input type="text" id="od_b_tel" name="od_b_tel" value='<?=$od['od_b_tel']?>' required itemname='받으시는 분 전화번호'></td>
</tr>
<tr class=ht>
<tr>
<td>핸드폰</td>
<td><input type="text" class=ed id="od_b_hp" name="od_b_hp" value='<?=$od['od_b_hp']?>'></td>
<td><input type="text" id="od_b_hp" name="od_b_hp" value='<?=$od['od_b_hp']?>'></td>
</tr>
<tr class=ht>
<tr>
<td>주소</td>
<td>
<input type="text" class=ed id="od_b_zip1" name="od_b_zip1" size=4 readonly required itemname='우편번호 앞자리' value='<?=$od['od_b_zip1']?>'> -
<input type="text" class=ed id="od_b_zip2" name="od_b_zip2" size=4 readonly required itemname='우편번호 뒷자리' value='<?=$od['od_b_zip2']?>'>
<input type="text" id="od_b_zip1" name="od_b_zip1" size=4 readonly required itemname='우편번호 앞자리' value='<?=$od['od_b_zip1']?>'> -
<input type="text" id="od_b_zip2" name="od_b_zip2" size=4 readonly required itemname='우편번호 뒷자리' value='<?=$od['od_b_zip2']?>'>
&nbsp;<a href="<?=G4_BBS_URL?>/zip.php?frm_name=frmorderform2&amp;frm_zip1=od_b_zip1&amp;frm_zip2=od_b_zip2&amp;frm_addr1=od_b_addr1&amp;frm_addr2=od_b_addr2" class="win_zip_find"><img src="<?=$g4[shop_admin_path]?>/img/btn_zip_find.gif" border=0 align=absmiddle></a><br>
<input type="text" class=ed id="od_b_addr1" name="od_b_addr1" size=50 readonly required itemname='주소' value='<?=$od['od_b_addr1']?>'><br>
<input type="text" class=ed id="od_b_addr2" name="od_b_addr2" size=50 required itemname='상세주소' value='<?=$od['od_b_addr2']?>'></td>
<input type="text" id="od_b_addr1" name="od_b_addr1" size=50 readonly required itemname='주소' value='<?=$od['od_b_addr1']?>'><br>
<input type="text" id="od_b_addr2" name="od_b_addr2" size=50 required itemname='상세주소' value='<?=$od['od_b_addr2']?>'></td>
</tr>
<? if ($default['de_hope_date_use']) { ?>
<tr class=ht>
<tr>
<td>희망배송일</td>
<td>
<input type="text" class=ed id="od_hope_date" name="od_hope_date" value='<?=$od['od_hope_date']?>' maxlength=10 minlength=10 required itemname='희망배송일'>
<input type="text" id="od_hope_date" name="od_hope_date" value='<?=$od['od_hope_date']?>' maxlength=10 minlength=10 required itemname='희망배송일'>
(<?=get_yoil($od['od_hope_date'])?>)</td>
</tr>
<? } ?>
<tr class=ht>
<tr>
<td>전하는 말씀</td>
<td colspan=3><?=nl2br($od['od_memo'])?></td>
</tr>
@ -795,10 +795,10 @@ if ($od['od_receipt_point'] > 0)
</tr>
</table>
<p align=center>
<input type="submit" class=btn1 value='주소정보 수정'>&nbsp;
<input type="button" class=btn1 value=' 목 록 ' accesskey='l' onclick="document.location.href='./orderlist.php?<?=$qstr?>';">&nbsp;
<input type="button" class=btn1 value='주문서 삭제' onclick="del('<?="./orderdelete.php?od_id={$od['od_id']}&mb_id={$od['mb_id']}&$qstr"?>');">
<p>
<input type="submit" value='주소정보 수정'>&nbsp;
<input type="button" value=' 목 록 ' accesskey='l' onclick="document.location.href='./orderlist.php?<?=$qstr?>';">&nbsp;
<input type="button" value='주문서 삭제' onclick="del('<?="./orderdelete.php?od_id={$od['od_id']}&mb_id={$od['mb_id']}&$qstr"?>');">
</form>
<script language='javascript'>