1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
<?php
/**
* 管理员管理
* $Id: account_list.inc,v 1.1 2015/10/08 11:18:50 wanggb Exp $
* @author netvillage
* @access public
* @package manager.templates
*/
global $account_list;
?>
<b>数据刷新</b><br />
<br />
<div id="result_list">
<table>
<tr>
<th class="contents_title">ID</th>
<th class="contents_title">模块名称</th>
<th class="contents_title">操作</th>
<tr>
<td align="center">1</td>
<td>首页-解梦分类导航</td>
<td align="center"><a class="flatbutton" href="data_template_1.php" target="_blank">刷新数据</a></td>
</tr>
<tr>
<td align="center">2</td>
<td>首页-分类解梦关键词列表</td>
<td align="center"><a class="flatbutton" href="data_template_2.php" target="_blank">刷新数据</a></td>
</tr>
<tr>
<td align="center">3</td>
<td>内页-分类解梦关键词列表</td>
<td align="center"><a class="flatbutton" href="data_template_3.php" target="_blank">刷新数据</a></td>
</tr>
<tr>
<td align="center">4</td>
<td>内页-解梦详细内容</td>
<td align="center"><a class="flatbutton" href="data_template_4.php" target="_blank">刷新数据</a></td>
</tr>
<tr>
<td align="center">5</td>
<td>右侧-分类文章推荐</td>
<td align="center"><a class="flatbutton" href="data_template_5.php" target="_blank">刷新数据</a></td>
</tr>
<tr>
<td align="center">6</td>
<td>通用-文章阅读</td>
<td align="center"><a class="flatbutton" href="data_template_6.php" target="_blank">刷新数据</a></td>
</tr>
</table>
</div>