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

60 lines
2.6KB

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