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

57 lines
2.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. <div class="bodytitle mt-3">
  12. <div class="bodytitleleft"></div>
  13. <div class="bodytitletxt" style="padding-left:10px;">辅助插件</div>
  14. </div>
  15. <table width="98%" border="0" align="center" cellpadding="4" cellspacing="1" class="table maintable table-bordered"
  16. style="background:#CFCFCF;">
  17. <tr>
  18. <td bgcolor="#EDF9D5" colspan="2" background='images/tbg.gif' style="padding-left:10px;">
  19. <strong>百度新闻地图</strong>
  20. </td>
  21. </tr>
  22. <tr>
  23. <td bgcolor="#FFFFFF" colspan="2">
  24. <p>《互联网新闻开放协议》是百度新闻搜索制定的搜索引擎新闻源收录标准,网站可将发布的新闻内容制作成遵循此开放协议的XML格式的网页(独立于原有的新闻发布形式)供搜索引擎索引。</p>
  25. <p> <a href="http://news.baidu.com/newsop.html#kg" target="_blank">详情参见</a></p>
  26. <p>配置的相关参数在 【<a href="sys_info.php">系统设置</a> -&gt; 其他选项】中调整</p>
  27. <p>只适用于文章频道,数据表为V6默认的</p>
  28. </td>
  29. </tr>
  30. <form id="form2" name="form1" method="post" action="?do=yes" target="stafrm">
  31. <tr>
  32. <td colspan="2" bgcolor="#F9FCEF">&nbsp;<b>设置:</b></td>
  33. </tr>
  34. <tr>
  35. <td bgcolor="#FFFFFF">&nbsp;<b>文件名:</b></td>
  36. <td bgcolor="#FFFFFF">&nbsp;
  37. <input name="filename" type="text" id="textfield" value="../data/baidunews.xml" size="30" class='alltxt' />
  38. </td>
  39. </tr>
  40. <tr>
  41. <td colspan="2" align="center" bgcolor="#FFFFFF">
  42. <button name="button" type="submit" class="btn btn-success" id="button">开始生成</button>
  43. </td>
  44. </tr>
  45. </form>
  46. <tr>
  47. <td bgcolor="#F9FCEF" colspan="2">&nbsp;<b>状态:</b></td>
  48. </tr>
  49. <tr>
  50. <td align="center" bgcolor="#FFFFFF" colspan="2">
  51. <iframe name="stafrm" frameborder="0" id="stafrm" width="96%" height="350px" />
  52. </td>
  53. </tr>
  54. </table>
  55. </body>
  56. </html>