国内流行的内容管理系统(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. <title>关键字管理</title>
  6. <link href="css/base.css" rel="stylesheet" type="text/css">
  7. <link href="div.css" rel="stylesheet" type="text/css">
  8. <style>
  9. .nnpp{
  10. border-bottom:1px solid #666666;
  11. border-top:1px solid #FFFFFF;
  12. border-left:1px solid #FFFFFF;
  13. border-right:1px solid #FFFFFF;
  14. filter:alpha(opacity=50);
  15. }
  16. </style>
  17. <script language='javascript'>
  18. function selAll()
  19. {
  20. var celements = document.getElementsByName('aids[]');
  21. for(i=0;i<celements.length;i++)
  22. {
  23. if(!celements[i].checked) celements[i].checked = true;
  24. else celements[i].checked = false;
  25. }
  26. }
  27. </script>
  28. </head>
  29. <body background='images/allbg.gif' leftmargin='8' topmargin='8'>
  30. <div class="main">
  31. <table width="98%" border="0" cellpadding="1" align='center' cellspacing="1" bgcolor="#D6D6D6">
  32. <tr>
  33. <td height="26" colspan="6" background="images/tbg.gif"><table width="96%" border="0">
  34. <tr>
  35. <td width="25%" style="padding-left:10px;"><strong>关键词维护</strong></td>
  36. <form name='form1' action="article_keywords_main.php">
  37. <td width="75%" align="right">
  38. 搜索:<input type='text' name='keyword' size='20' />
  39. <input type='submit' name='sb' value='确定' class="coolbg np" />
  40. &nbsp;
  41. <input class="coolbg np" name="n1" type="button" id="n1" value="分析系统内的关键字" onClick="location='article_keywords_make.php';" style="width:130px" />
  42. &nbsp;
  43. <input class="coolbg np" name="n11" type="button" id="n11" value="管理搜索的关键字" onClick="location='search_keywords_main.php';" style="width:125px" />
  44. </td></form>
  45. </tr>
  46. </table></td>
  47. </tr>
  48. <form name='form2' action="article_keywords_main.php">
  49. <input type='hidden' name='dopost' value='add' />
  50. <tr align="center" bgcolor="#ffffff">
  51. <td width="100%" height="30" colspan="6">
  52. <table border="0" cellspacing="0" cellpadding="0">
  53. <tr>
  54. <td width="100" align="center">新增关键字:</td>
  55. <td width="140"><input name="keyword" type="text" id="keyword" style="width:130px" /></td>
  56. <td width="60">链接网址:</td>
  57. <td width="140"><input name="rpurl" type="text" id="rpurl" style="width:130px" /></td>
  58. <td width="40">频率:</td>
  59. <td width="50"><input name="rank" type="text" id="rank" style="width:30px" value="30" /></td>
  60. <td width="80"><input type="submit" name="Submit" value="保存" class="coolbg np" /></td>
  61. </tr>
  62. </table>
  63. </td>
  64. </tr>
  65. </form>
  66. <tr align="center" bgcolor="#FBFCE2" height="26">
  67. <td width="8%">选择</td>
  68. <td width="25%">关键字</td>
  69. <td width="35%">链接网址</td>
  70. <td width="10%">频率</td>
  71. <td width="22%">管理</td>
  72. </tr>
  73. <form name='form3' action="article_keywords_main.php" method="post">
  74. <input type='hidden' name='dopost' value='saveall' />
  75. {dede:datalist}
  76. <tr align="center" bgcolor="#FFFFFF" onMouseMove="javascript:this.bgColor='#FCFDEE';" onMouseOut="javascript:this.bgColor='#FFFFFF';">
  77. <td height="24">
  78. <input name="aids[]" type="checkbox" value="{dede:field.aid/}" class="np" checked='1' />
  79. </td>
  80. <td>
  81. <input type='hidden' value='{dede:field.keyword/}' name='keyword_{dede:field.aid/}' />
  82. {dede:field.keyword/}
  83. </td>
  84. <td style="padding:5px 0;">
  85. <input type='hidden' value='{dede:field.rpurl/}' name='rpurlold_{dede:field.aid/}' />
  86. <input type='text' style='width:90%' class='nnpp' value='{dede:field.rpurl/}' name='rpurl_{dede:field.aid/}' />
  87. </td>
  88. <td>
  89. <input type='text' size='5' class='nnpp' value='{dede:field.rank/}' name='rank_{dede:field.aid/}' />
  90. </td>
  91. <td>
  92. <input type='hidden' name='staold_{dede:field.aid/}' value='{dede:field.sta/}' />
  93. <input type='checkbox' name='isnouse_{dede:field.aid/}' class='np' value='1'{dede:field.sta function="GetSta(@me)"/} />
  94. 禁用
  95. &nbsp;
  96. <input type='checkbox' name='isdel_{dede:field.aid/}' class='np' value='1' />
  97. 删除
  98. </td>
  99. </tr>
  100. {/dede:datalist}
  101. <tr bgcolor="#ffffff">
  102. <td height="28" colspan="6">
  103. &nbsp;
  104. <input type="button" name="dl1" class="coolbg np" value="反选" onClick="selAll()" />
  105. &nbsp;
  106. <input type="button" name="dl2" class="coolbg np" value="保存更改" onClick="this.form.submit();" />
  107. </td>
  108. </tr>
  109. </form>
  110. <tr align="center" bgcolor="#F9FCEF">
  111. <td height="28" colspan="6">
  112. {dede:pagelist listsize=3/}
  113. </td>
  114. </tr>
  115. </table>
  116. </div>
  117. </body>
  118. </html>