📄 list_stat_hit.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 cellpadding=5 class=adminlist>
<tr>
<th colspan="3" class='info_title'>商品点击统计</th>
</tr>
<tr class='info_content'>
<th width=100><b>时间段</b></th>
<th><b>产品名称</b></th>
</tr>
<!-- beginRow HitLog -->
<tr class='info_content'>
<td width=100>{HitLog.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 HitLog -->
<tr align="right" class='info_bottom'>
<td colspan="3">
<input type="button" value="清空统计" onClick='do_clear("HitLog");'>
</td>
</tr>
</table>
</form>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -