国内流行的内容管理系统(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.

61 lines
3.5KB

  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 rel="stylesheet" href="../static/css/bootstrap.min.css">
  7. <link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  8. <link href="css/base.css" rel="stylesheet" type="text/css">
  9. </head>
  10. <body background="images/allbg.gif" leftmargin="8" topmargin="8">
  11. <table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-3">
  12. <tr>
  13. <td height="20" background='images/tbg.gif'> <table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
  14. <tr>
  15. <td width="30%" height="18" style="padding-left:10px;"><strong>关键字维护:</strong></td>
  16. <td width="70%" align="right">
  17. <button class="btn btn-secondary btn-sm" name="kw" type="button" id="kw" onClick="location='article_keywords_main.php';">返回关键字管理页</button>
  18. </td>
  19. </tr>
  20. </table></td>
  21. </tr>
  22. <tr>
  23. <td height="48" bgcolor="#FFFFFF">本向导帮助自动分析您系统内的关键字,并统计关键字的数量,对其进行排序,您可以清理掉错误的关键字或无意义的关键字,以提高文档关连和搜索的准确性,本分析器是直接在内存中对关键字进行分析排序后加入到数据库的,因此本操作比较占用内存,如果您的文档数量很大并且使用的又是虚拟主机,可能无法完成本操作。<br/>
  24.   本程序只分析文章频道的关键字数据,其它频道或自定义频道请自行手工指定内容的关系字。<br/>
  25.   如果您的文章是采集回来的,请先用“自动获取关键字”的功能对未有关键字的文章进行分词索引,然后再检测关键字。</td>
  26. </tr>
  27. <tr>
  28. <td height="31" bgcolor="#ffffff" align="center">
  29. <a href="article_keywords_make.php?dopost=analyse" target="stafrm" class="btn btn-secondary btn-sm">检测已有的关键字</a>
  30. &nbsp;
  31. <a href="article_keywords_make.php?dopost=fetch" target="stafrm" class="btn btn-secondary btn-sm">自动获取关键字</a>
  32. </td>
  33. </tr>
  34. <tr bgcolor="#F9FCEF">
  35. <td height="20">
  36. <table width="100%" class="table table-borderless">
  37. <tr>
  38. <td width="74%"><strong>结果:</strong></td>
  39. <td width="26%" align="right"> <script language='javascript'>
  40. function ResizeDiv(obj,ty)
  41. {
  42. if(ty=="+") document.all[obj].style.pixelHeight += 50;
  43. else if(document.all[obj].style.pixelHeight>80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
  44. }
  45. </script>
  46. [<a href='#' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='#' onClick="ResizeDiv('mdv','-');">缩小</a>]
  47. </td>
  48. </tr>
  49. </table></td>
  50. </tr>
  51. <tr bgcolor="#FFFFFF">
  52. <td id="mtd"> <div id='mdv' style='width:100%;height:350px;'>
  53. <iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
  54. </div>
  55. <script language="JavaScript">
  56. document.all.mdv.style.pixelHeight = screen.height - 360;
  57. </script> </td>
  58. </tr>
  59. </table>
  60. </body>
  61. </html>