国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

118 lines
5.0KB

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