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

📄 list_robot_history.tpl

📁 企业易站官方网站 下面是相关帮助信息: 1.企业易站官方网站 http://www.ees.cn 2.企业易站官方服务论坛 http://www.ees.cn/forum/ 3.EES企业易站 安装使
💻 TPL
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>
采集机器-采集进度
</title>
<link href="main.css" rel="stylesheet" type="text/css">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
{literal}
<script language="javascript">
<!--
	function DelRobotHistory()
	{
		iret = confirm("将删除所有的历史采集进度数据,是否继续?");
		if(iret)
		{
			document.list_robot_history.s_action.value = "del";
			document.list_robot_history.submit();
			return true;
		}
		else{
			return false;
		}
	}
//-->
</script>
{/literal}
</head>
<body leftmargin="0" topmargin="0" rightmargin="0" marginheight="0" bgcolor="ffffee">
<br>
<table width="95%" border="0" align="center">
  <tr>
    <td><form name="list_robot_history" action="list_robot_history.php" method="post">
        请输入搜索关键字(新闻标题) 
        <input type="input" name="UserKeyword" value="{$UserKeyword}">
        <input type="submit" name="btn_submit" value="查询">
        <input type="submit" name="btn_del" value=" 清空历史进度 " onclick="javascript:DelRobotHistory() ">
		<input type="hidden" name="s_action" value="search">
      </form></td>
  </tr>
</table>
<table width="95%" border="0" align="center" cellpadding="2" cellspacing="1" bgcolor="#f2f2f2" class=p9 >
    <tr bgcolor="#7596E2"> 
    <td>编号</td>
    <td>采集机器人</td>
    <td>操作</td>
    <td>时间</td>
  </tr>
  {section name=layers loop=$item_array step=1} 
  <tr> 
    <td>{$item_array[layers].history_id}</td>
    <td>{$item_array[layers].thread_name}</td>
    <td>{$item_array[layers].title}</td>
    <td>{$item_array[layers].datetime}</td>
    {math equation="x + y" x=$smarty.section.layers.index y=1 assign="next_index"} 
  </tr>
  {/section} 
</table>
<table width="95%" border="0" cellspacing="0" cellpadding="0" height="30">
	<tr align="right"> 
	<td align="right">
	当前是第{pagination->mPage}页
	共{pagination->mPageCount}页
	<a href="?UserKeyword={$UserKeyword}&page={pagination->mFirstPage}">首页</a> 
	<a href="?UserKeyword={$UserKeyword}&page={pagination->mPreviousPage}">上一页</a> 
	<a href="?UserKeyword={$UserKeyword}&page={pagination->mNextPage}">下一页</a> 
	<a href="?UserKeyword={$UserKeyword}&page={pagination->mLastPage}">末页</a> 
	</td>
	<form action="list_robot_history.php" method="post">
	<td align="right" width="110">
	<input type="hidden" name="UserKeyword" value="{$UserKeyword}">
	跳到
	<input type="text" name="page" size="3">页<input type="submit" name="Submit" value="GO">
	</td>
	</form>
	</tr>
</table>
</body>
</html>

⌨️ 快捷键说明

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