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

📄 list_order_detail.tpl

📁 渣渣网络商店系统[ZZShop] V1.0
💻 TPL
字号:
 <html>
	<head>
		<meta http-equiv='content-type' content='text/html; charset={Charset}'>
		<title>{SYS_NAME} {SYS_VERSION}  操作员:{Operator}</title>
		<link rel=stylesheet href='templates/{Lang}/css/admin.css'>
		<link rel=stylesheet href='templates/{Lang}/css/style.css'>
		<link rel=stylesheet href='templates/{Lang}/css/toolbar.css'>
	</head>
	<body topmargin=0>
		<form action="{ACTION}" method="post" name='frmInfo'>
		<table width="100%"  border="0" cellspacing=0 cellpadding=5 class=adminlist>
		  <tr class='info_content'>
		    <td colspan=5><br>#订单: {OrderID}<br>
		    </td>
		  </tr>
		  <tr class='list_title'>
		    <th width=100>产品编号</th>
		    <th width=150>产品名称</th>
		    <th width=50>数量</th>
		    <th width=50>单价</th>
		    <th>选项</th>
		    </tr>
		  <!-- beginRow ProductList -->
		  <tr class='info_content' onmouseover='highlightrow2(this, true);' onmouseout='highlightrow2(this, false);'>
		    <td align="center">{ProductList.ProductCoding}</td>
		    <td align="center">{ProductList.ProductName}</td>
		    <td align="center">{ProductList.Quantity}</td>
		    <td align="center">{ProductList.Price}</td>
		    <td>{ProductList.Options}</td>
		    </tr>
		  <!-- endRow ProductList -->
		  	<tr align="right" class='list_content'>
		  		<td colspan="5">小计: {SubTotal} </td>
		  		</tr>
		  	<tr align="right" class='list_content'>
		  		<td colspan="5">税款: {TaxTotal}</td>
		  		</tr>
		  	<tr align="right" class='list_content'>
		  		<td colspan="5">运费: {CarriageTotal}</td>
		  		</tr>
		  	<tr align="right" class='list_content'>
		  		<td colspan="5">合计: {Currency} {Total} </td>
		  		</tr>
		  	<tr align="center" class='list_bottom'>
				<td colspan="5">
					<input type="button" accesskey='c' value="关闭窗口(C)" onClick='window.close();'>
				</td>
			</tr>
		</table>
		</form>
	</body>
</html>

⌨️ 快捷键说明

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