📄 memcp_orderprintdown.tpl.php
字号:
<? if (!defined('IN_www.wan-e.net')){exit('Access Denied');}?><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?=CHARSET?>">
<title>Member Orders Print - Powered by wan-e.net inc</title>
<style type="text/css">
<!--
a:link {
color: #000000;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #000000;
}
a:hover {
text-decoration: none;
}
a:active {
text-decoration: none;
color: #000000;
}
body,td,th {
color: #000000;
}
body {
background-color: #FFFFFF;
}
.tborder {
font-size: 12px;
color: #000000;
background-color: #CCCCCC;
}
.cground {
font-size: 12px;
color: #000000;
background-color: #efefef;
}
.tground {
font-size: 12px;
color: #000000;
background-color: #FFFFFF;
}
.headtitle {
font-size: 24px;
color: #000000;
}
-->
</style>
</head>
<body>
<table width="778" border="0" align="center" cellpadding="5" cellspacing="0">
<tr>
<td align="center" class="headtitle"><?=$wane_user?> Orders </td>
</tr>
<tr>
<td align="center" class="tground">Date:<?=$function->showtime("Y-m-d H:i")?> | IP:<?=$function->onlineip()?> | Website:<?=$default_url?>index.php</td>
</tr>
</table>
<br>
<? while ($row=$db->row($query)){?>
<table width="778" border="0" align="center" cellpadding="5" cellspacing="1" class="tborder">
<? if ($keeporder!=$row[orderid]){?>
<tr align="center" class="cground">
<td colspan="5"><table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td width="30%" align="left"><?=$LANG_CP_ORDER[ORDER_ORDERID]?>:<?=$row[orderid]?></td><td width="40%" align="center"><? if($row[payway]=='online'){?><?=$LANG_CP_ORDER[ORDER_PAY_ONLINE]?><?}elseif($row[payway]=='home'){?><?=$LANG_CP_ORDER[ORDER_PAY_HOME]?><?}elseif($row[payway]=='bank'){?><?=$LANG_CP_ORDER[ORDER_PAY_BANK]?><?}else{?><?=$LANG_CP_ORDER[ORDER_PAY_OTHER]?><?}?></td><td width="30%" align="right"><?=$function->showtime('Y-m-d H:i',$row[addtime])?></td></tr></table></td>
</tr>
<tr class="tground">
<td colspan="5"><font color="#FF0000"><?=$LANG_CP_ORDER[OPERATE_STORENAME]?>:<?=$row[storename]?></font></td>
</tr>
<tr align="center" class="tground">
<td width="10%"><?=$LANG_CP_ORDER[ORDER_TRUENAME]?></td>
<td width="15%"><?=$row[truename]?></td>
<td width="8%"><?=$LANG_CP_ORDER[ORDER_ADDRESS]?></td>
<td><?=$row[address]?></td>
<td width="15%"><?=$LANG_CP_ORDER[ORDER_ZIPCODE]?><?=$row[zipcode]?></td>
</tr>
<tr align="center" class="tground">
<td><?=$LANG_CP_ORDER[ORDER_PHONE]?></td>
<td><?=$row[phone]?></td>
<td colspan="3" align="left"> E-mail:<?=$row[email]?> MSN:<?=$row[msn]?> QQ:<?=$row[qq]?> ICQ:<?=$row[icq]?> Yahoo:<?=$row[yahoo]?></td>
</tr>
<tr align="left" class="tground">
<td colspan="5"><?=$LANG_CP_ORDER[ORDER_ORDERTEXT]?><?=wanecode($row[context])?></td>
</tr>
<tr align="left" class="tground">
<td colspan="4"><?=$LANG_CP_ORDER[ORDER_SENDOUTWAY]?><?=$row[sstitle]?></td>
<td align="center"><?=$LANG_CP_ORDER[ORDER_SPEND]?><?=$function->showmoney($row[ssspend])?></td>
</tr>
</table>
<table width="778" border="0" align="center" cellpadding="5" cellspacing="1" class="tborder">
<?}?>
<tr align="center" class="tground">
<td width="10%"><font color="#FF0000"><? if($row[operate]=='merchant'){?><?=$LANG_CP_ORDER[ORDER_OP_MERCHANT]?><?}elseif($row[operate]=='taked'){?><?=$LANG_CP_ORDER[ORDER_OP_TAKED]?><?}else{?><?=$LANG_CP_ORDER[ORDER_OP_NONE]?><?}?></font></td>
<td align="left" width="50%"><?=$LANG_CP_ORDER[ORDER_NAME]?><?=$row[spname]?></td>
<td width="10%"><?=$LANG_CP_ORDER[ORDER_COUNT]?><?=$row[spcount]?></td>
<td width="15%"><?=$LANG_CP_ORDER[ORDER_PRICE]?><?=$function->showmoney($row[price])?></td>
<td width="15%"><?=$LANG_CP_ORDER[ORDER_SPEND]?><?=$function->showmoney($row[spend])?></td>
</tr>
</table>
<? $keeporder = $row[orderid];}?>
<br>
<table width="778" border="0" align="center" cellpadding="5" cellspacing="0">
<tr>
<td align="center" class="tground">Copyright 2004-2005 <a href="http://www.wan-e.net/" target="_blank">wan-e.net</a> inc ; All Rights reserved</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -