테이블 변수명에서 yc4_를 shop_로 변경

This commit is contained in:
chicpro
2013-04-09 15:34:05 +09:00
parent 512c8feaf8
commit 4d95a696cd
149 changed files with 722 additions and 740 deletions

View File

@ -1,6 +1,6 @@
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=<?=$g4['charset']?>">
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title>판매자님께 주문서 메일 드리기</title>
</head>
@ -8,28 +8,28 @@
<table width="100%" cellspacing="0" cellpadding="0" border=0>
<tr><td width="25" height="25" colspan=3>&nbsp;</td></tr>
<tr>
<td width="25" valign="top"><img src="<?=$g4['shop_url']?>/mail/img/mail_left.gif" width="25" height="281"></td>
<td width="25" valign="top"><img src="<?=G4_SHOP_URL?>/mail/img/mail_left.gif" width="25" height="281"></td>
<td class="line" align=center>
<table width="100%" cellspacing="0" cellpadding="0">
<tr>
<td height="59" background="<?=$g4['shop_url']?>/mail/img/mail_bg2.gif" style='padding-left:20px'>
<strong><font color="#02253A"> 메일은 <?=$g4[time_ymdhis]?> (<?=get_yoil($g4[time_ymdhis])?>)을 기준으로 작성되었습니다.</font></strong>
<td height="59" background="<?=G4_SHOP_URL?>/mail/img/mail_bg2.gif" style='padding-left:20px'>
<strong><font color="#02253A"> 메일은 <?=G4_TIME_YMDHIS?> (<?=get_yoil(G4_TIME_YMDHIS)?>)을 기준으로 작성되었습니다.</font></strong>
</td>
</tr>
</table>
<p>
<!-- 주문내역 -->
<table width="95%" cellpadding="0" cellspacing="0">
<col width=200>
<table width="95%" cellpadding="0" cellspacing="0">
<col width=200>
<col width=110>
<col width=150>
<col width=1>
<col width=''>
<tr>
<td rowspan=6 align=center><a href='<?="$g4[shop_url]/item.php?it_id={$list[it_id]}"?>' target=_blank><?=$list[it_simg]?></a></td>
<td rowspan=6 align=center><a href="<?=G4_SHOP_URL.'/item.php?it_id='.$list['it_id']?>" target="_blank"><?=$list['it_simg']?></a></td>
<td height=22 style="text-align:left;"> ▒ 주문제품명</td>
<td colspan=3 style="text-align:left;">: <B><?=$list[it_name]?></B></td>
<td colspan=3 style="text-align:left;">: <B><?=$list['it_name']?></B></td>
</tr>
<tr><td colspan=4 bgcolor=#DDDDDD height=1></td></tr>
<tr>
@ -41,8 +41,8 @@
<tr><td colspan=2 bgcolor=#DDDDDD height=1></td></tr>
<tr>
<td height=22 style="text-align:left;"> ▒ 수량</td>
<td style="text-align:left;">: <b><?=number_format($list[ct_qty])?></b>개</td>
<td style="padding-left:10px; padding-top:0px; text-align:left;"><?=$list[it_opt]?></td>
<td style="text-align:left;">: <b><?=number_format($list['ct_qty'])?></b>개</td>
<td style="padding-left:10px; padding-top:0px; text-align:left;"><?=$list['it_opt']?></td>
</tr>
<tr><td colspan=4 bgcolor=#DDDDDD height=1></td></tr>
</table><p>
@ -56,7 +56,7 @@
<tr>
<td>
<table width="100%" cellpadding="4" cellspacing="0">
<col width=110>
<col width=110>
<col width=''>
<tr><td colspan=2 height=2 bgcolor=#DFDED9></td></tr>
<tr bgcolor="#F8F7F2">
@ -86,9 +86,9 @@
</table>
</td>
</tr>
</table>
</table>
<!-- 주문자 정보 END-->
<!-- 배송지 정보 -->
<p>
<table width="95%" align="center" cellpadding="0" cellspacing="0">
@ -96,7 +96,7 @@
<tr>
<td>
<table width="100%" cellpadding="4" cellspacing="0">
<col width=110>
<col width=110>
<col width=''>
<tr><td colspan=2 height=2 bgcolor=#DFDED9></td></tr>
<tr bgcolor="#F8F7F2">
@ -124,16 +124,16 @@
</td>
</tr>
<tr>
<td height=30 align=right style='color:#A26217; font-size=11px; font-family:돋움'>이 주문과 관련된 내용은 <B><?= $default[de_admin_company_tel] ?></B>로 연락주시기 바랍니다.</td>
<td height=30 align=right style='color:#A26217; font-size=11px; font-family:돋움'>이 주문과 관련된 내용은 <B><?= $default['de_admin_company_tel'] ?></B>로 연락주시기 바랍니다.</td>
</tr>
</table>
</table>
<!-- 배송지정보 END-->
<table width=95%>
<tr><td height=30 align=right></td></tr>
</table>
</td>
<td width="25" valign="top"><img src="<?=$g4['shop_url']?>/mail/img/mail_right.gif" width="25" height="281"></td>
<td width="25" valign="top"><img src="<?=G4_SHOP_URL?>/mail/img/mail_right.gif" width="25" height="281"></td>
</tr>
</table>