⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 memcp_orderprint.tpl.php

📁 用PHP和MSSQL开发的sspace商城系统
💻 PHP
字号:
<!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=gb2312">
<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;
}
-->
</style>
</head>
<body>
<? while ($row=$db->row($query)){?>
<? if ($keeporder[2] && ($keeporder[0]!=$row[uids] || $keeporder[1]!=$row[addtime])){?><br><?}?>
<table width="778" border="0" align="center" cellpadding="5" cellspacing="1" class="tborder">
  <? if ($keeporder[0]!=$row[uids] || $keeporder[1]!=$row[addtime]){?>
  <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">&nbsp;E-mail:<?=$row[email]?>&nbsp;MSN:<?=$row[msn]?>&nbsp;QQ:<?=$row[qq]?>&nbsp;ICQ:<?=$row[icq]?>&nbsp;Yahoo:<?=$row[yahoo]?></td>
  </tr>
  <tr align="left" class="tground">
    <td colspan="5"><?=wanecode($row[context])?></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>
</tr>
</table>
<? $keeporder = array($row[uids],$row[addtime],'1');}?>
</body>
</html>

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -