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

📄 list_stat_search.tpl

📁 渣渣网络商店系统ZZShop v1.0完整运行程序,MYSQL数据库,APACHE服务器
💻 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="2" class='info_title'>搜索关键字统计</th>
  </tr>
  <tr class='info_content'>
    <td width=100><b>时间段</b></td>
    <td><b>关键字</b></td>
  </tr>
  <!-- beginRow SearchLog -->
  <tr class='info_content'>
    <td width=100>{SearchLog.Part}</td>
    <td>
    	<table width=100% border=0 cellspacing=0 cellpadding=5>
    		<tr class=list_title>
    			<th>关键字</th>
    			<th width=100>搜索次数</th>
    		</tr>
    		<!-- beginRow KeywordList -->
    		<tr class=list_content>
    			<td>
			    	{KeywordList.Name}
    			</td>
    			<td>
			    	{KeywordList.Times}
    			</td>
    		</tr>
    		<!-- endRow KeywordList -->
    	</table>
    </td>
  </tr>
  <!-- endRow SearchLog -->
  <tr align="right" class='info_bottom'>
    <td colspan="2"><input type="button" value="清空统计" onClick='do_clear("searchlog");'></td>
    </tr>
</table>
</form>

⌨️ 快捷键说明

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