📄 list_stat_sell.tpl
字号:
<script language="javascript">
<!--
function do_clear(subitem)
{
if(confirm('即将清空销售统计日志, 是否继续? '))
window.location = '{CurrentURL}&code=clear&extra=' + subitem;
}
//-->
</script>
<form action="{ACTION}" method="post">
<table width="100%" border="0" cellspacing=0 class=adminlist cellpadding=5>
<tr>
<th colspan="3" class='info_title'>销售统计</th>
</tr>
<tr class='info_content'>
<td width=100><b>时间段</b></td>
<td><b>销售产品</b></td>
</tr>
<!-- beginRow SellLog -->
<tr class='info_content'>
<td width=100>第 {SellLog.Part}</td>
<td>
<table width=100% border=0 cellspacing=0 cellpadding=5>
<tr class=list_title>
<th>商品名称</th>
<th width=100>购买次数</th>
</tr>
<!-- beginRow ProductList -->
<tr class=list_content>
<td>
{ProductList.Name}
</td>
<td>
{ProductList.Times}
</td>
</tr>
<!-- endRow ProductList -->
</table>
</td>
</tr>
<!-- endRow SellLog -->
<tr align="right" class='info_bottom'>
<td colspan="3"><input type="button" value="清空统计" onClick='do_clear("SellLog");'></td>
</tr>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -