国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.

57 satır
3.2KB

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