co_export.htm
4.84 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<link href="css/base.css" rel="stylesheet" type="text/css">
<title>采集内容导出</title>
</head>
<body background="images/allbg.gif" leftmargin="8" topmargin="8">
<table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center">
<form name="form1" action="co_export.php" method="get" target="stafrm">
<input type="hidden" name="nid" value="<?php echo $nid?>" />
<input type="hidden" name="totalcc" value="<?php echo $totalcc?>" />
<input type="hidden" name="channelid" value="<?php echo $channelid?>" />
<input type="hidden" name="dopost" value="done" />
<tr>
<td height="28" colspan="3" background='images/tbg.gif' style="padding-left:10px;"><strong><a href="co_main.php"><u>采集管理</u></a>
> 采集内容导出:</strong></td>
</tr>
<tr>
<td height="24" colspan="3" bgcolor="#F8FCF1">
<strong>共有[<?php echo $totalcc; ?>]条可导出数据:</strong>
<?php
if(empty($nid))
{
echo "<br /><font color='red'>你当进行的操作是--导出所有采集内容,需注意下面问题:<br />\r\n";
echo "1 、如果你采集的内容包含多个内容模型的信息,本操作将会出错!<br />\r\n";
echo "2 、这种模式'完成后自动生成导入内容HTML'功能无效。\r\n";
echo "</font>";
}
?>
</td>
</tr>
<tr>
<td width="26%" height="24" align="center" bgcolor="#FFFFFF">默认导出栏目:</td>
<td width="74%" colspan="2" bgcolor="#FFFFFF">
<?php
$typeOptions = GetOptionList(0,$cuserLogin->getUserChannel(),$channelid);
echo "<select name='typeid' style='width:300px'>\r\n";
echo "<option value='0' selected>请选择主分类...</option>\r\n";
echo $typeOptions;
echo "</select>";
?>
(请选择白色的栏目)
</td>
</tr>
<tr>
<td height="24" align="center" bgcolor="#FFFFFF">
批量采集选项:
</td>
<td colspan="2" bgcolor="#FFFFFF">
<input name="autotype" type="checkbox" id="autotype" value="1" class="np"<?php if($usemore==1 || empty($nid)) echo " checked='1' "; ?>/>
使用采集规则中指定的栏目ID(如果目标的栏目ID为0,则用上面选择的栏目)
</td>
</tr>
<tr>
<td height="24" align="center" bgcolor="#FFFFFF">发布选项:</td>
<td colspan="2" bgcolor="#FFFFFF">
<input name="arcrank" type="radio" class="np" value="0" checked='1' />
普通文档
<input name="arcrank" type="radio" class="np" value="-1" />
保存为草稿
</td>
</tr>
<tr>
<td height="24" align="center" bgcolor="#FFFFFF">每批导入:</td>
<td colspan="2" bgcolor="#FFFFFF">
<input name="pagesize" type="text" id="pagesize" value="60" style="width:30px" /> 条
</td>
</tr>
<tr>
<td height="24" align="center" bgcolor="#FFFFFF">附带选项:</td>
<td colspan="2" bgcolor="#FFFFFF">
<input name="onlytitle" type="checkbox" id="onlytitle" value="1" class="np" />
排除重复标题
<input name="makehtml" type="checkbox" id="makehtml" value="1" class="np" />
完成后自动生成导入内容HTML
<input name="usetitle" type="checkbox" id="usetitle" value="1" class="np" />
使用列表索引的标题
</td>
</tr>
<tr>
<td height="24" align="center" bgcolor="#FFFFFF">随机推荐:</td>
<td colspan="2" bgcolor="#FFFFFF">
<input name="randcc" type="text" id="randcc" value="12" style="width:30px" />
(0 表示不推荐,具体数值表示大约多少篇文档出现一篇推荐[随机])
</td>
</tr>
<tr>
<td height="24" colspan="3" bgcolor="#F8FCF1"> </td>
</tr>
<tr>
<td height="34" colspan="3" align="center" bgcolor="#FFFFFF">
<input name="imageField" type="image" src="images/button_ok.gif" width="60" height="22" border="0" class="np" />
<a href="co_main.php"><img src="images/button_back.gif" width="60" height="22" border="0" /></a>
</td>
</tr>
</form>
<tr>
<td height="34" colspan="3" align="center" bgcolor="#F9FCEF">
<table width="100%">
<tr>
<td width="74%" align="left">进行状态: </td>
<td width="26%" align="right"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="150" colspan="3" bgcolor="#FFFFFF" id="mtd">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="300"></iframe>
</td>
</tr>
</table>
<p> </p>
</body>
</html>