国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

98 lines
4.4KB

  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. <title>文档自动摘要、自动分页</title>
  6. <link href="css/base.css" rel="stylesheet" type="text/css">
  7. </head>
  8. <body background="images/allbg.gif" leftmargin="8" topmargin="8">
  9. <table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#CFCFCF" align="center">
  10. <form action="article_description_main.php" name="form1" target="stafrm" method="post">
  11. <tr>
  12. <td height="28" background='images/tbg.gif'>
  13. <table width="98%" border="0" cellpadding="0" cellspacing="0">
  14. <tr>
  15. <td width="30%" height="18" style="padding-left:10px;"><strong>文档自动摘要、自动分页:</strong></td>
  16. <td width="70%" align="right">&nbsp;</td>
  17. </tr>
  18. </table>
  19. </td>
  20. </tr>
  21. <tr>
  22. <td height="33" bgcolor="#FFFFFF">  用于自动更新您系统没有填写摘要的文档的摘要信息或更新没分页的文档的自动分页标识(文档使用了自动分页后会降低HTML生成速度,并且在没人工干扰的情况下可能导致分页内容的HTML错误,请小心使用此功能)。</td>
  23. </tr>
  24. <tr>
  25. <td height="48" bgcolor="#FFFFFF"><table width="90%" border="0" cellpadding="2" cellspacing="2">
  26. <tr>
  27. <td width="50%">频道ID:
  28. <input name="channel" type="text" id="channel" value="1" size="10">
  29. (可在“<a href="mychannel_main.php"><u>频道模型管理</u></a>”处获得)</td>
  30. <td width="50%">摘要大小:
  31. <input name="dsize" type="text" id="dsize" size="15" value="<?php echo $cfg_auot_description?>">
  32. (最大250字节)</td>
  33. </tr>
  34. <tr>
  35. <td>数据表:
  36. <input name="table" type="text" id="table2" value="<?php echo $cfg_dbprefix?>addonarticle" size="20"></td>
  37. <td>分析字段:
  38. <input name="field" type="text" id="field2" value="body" size="15"></td>
  39. </tr>
  40. <tr>
  41. <td>最小值:
  42. <input name="msize" type="text" id="msize2" value="512" size="10">
  43. (字节,内容大于该值才分析)</td>
  44. <td>每批处理:
  45. <input name="pagesize" type="text" id="pagesize" value="100" size="10">
  46. 条记录</td>
  47. </tr>
  48. <tr>
  49. <td>开始ID:
  50. <input name="sid" type="text" id="sid" size="8">
  51. 结束ID:
  52. <input name="eid" type="text" id="eid" size="8"></td>
  53. <td>&nbsp;</td>
  54. </tr>
  55. <tr>
  56. <td>操 作:
  57. <input name="dojob" type="radio" class="np" value="des" checked>
  58. 自动摘要 
  59. <input type="radio" name="dojob" class="np" value="page">
  60. 自动分页 </td>
  61. <td>(自动分页大小:
  62. <?php echo $cfg_arcautosp_size?>
  63. K,<a href='sys_info.php'><u>修改系统参数</u></a>)</td>
  64. </tr>
  65. </table></td>
  66. </tr>
  67. <tr>
  68. <td height="31" bgcolor="#ffffff" align="center">
  69. <input type="submit" name="Submit" value="开始执行分析" class="np coolbg" />
  70. </td>
  71. </tr>
  72. </form>
  73. <tr bgcolor="#F9FCEF">
  74. <td height="20"> <table width="100%">
  75. <tr>
  76. <td width="74%"><strong>结果:</strong></td>
  77. <td width="26%" align="right"> <script language='javascript'>
  78. function ResizeDiv(obj,ty)
  79. {
  80. if(ty=="+") document.all[obj].style.pixelHeight += 50;
  81. else if(document.all[obj].style.pixelHeight>80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
  82. }
  83. </script>
  84. [<a href='#' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='#' onClick="ResizeDiv('mdv','-');">缩小</a>]
  85. </td>
  86. </tr>
  87. </table></td>
  88. </tr>
  89. <tr bgcolor="#FFFFFF">
  90. <td id="mtd">
  91. <div id='mdv' style='width:100%;height:350px;'>
  92. <iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
  93. </div>
  94. </td>
  95. </tr>
  96. </table>
  97. </body>
  98. </html>