📄 memcp_orderstoreprintdown.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 align="center" width="778" border="0" cellpadding="5" cellspacing="1" class="tborder">
<? if ($keeporder!=$row[orderid]){?>
<tr class="cground">
<td colspan="5">
<table width="100%" cellpadding="0" cellspacing="0" border="0">
<tr class="cground">
<td align="left"><?=$LANG_CP_ORDER[ORDER_ORDERID]?><?=$row[orderid]?> (<? 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 align="right"><?=$LANG_CP_ORDER[ORDER_TIME]?><?=$function->showtime("Y-m-d H:i",$row[addtime])?> </td>
</tr>
</table>
</td>
</tr>
<tr class="tground">
<td><?=$LANG_CP_ORDER[ORDER_TRUENAME]?><?=$row[truename]?></td>
<td colspan="4"><?=$LANG_CP_ORDER[ORDER_PHONE]?><?=$row[phone]?></td>
</tr>
<tr class="tground">
<td colspan="4"><?=$LANG_CP_ORDER[ORDER_ADDRESS]?><?=$row[address]?></td>
<td align="center"><?=$LANG_CP_ORDER[ORDER_ZIPCODE]?><?=$row[zipcode]?></td>
</tr>
<tr class="tground">
<td><?=$LANG_CP_ORDER[ORDER_EMAIL]?><?=$row[email]?></td>
<td><?=$LANG_CP_ORDER[ORDER_MSN]?><?=$row[msn]?></td>
<td><?=$LANG_CP_ORDER[ORDER_YAHOO]?><?=$row[yahoo]?></td>
<td><?=$LANG_CP_ORDER[ORDER_QQ]?><? if ($row[qq]){?><?=$row[qq]?><?}?></td>
<td><?=$LANG_CP_ORDER[ORDER_ICQ]?><?=$row[icq]?></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 align="center" width="778" border="0" 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 + -