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

41 lines
1.9KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="<?php echo $cfg_soft_lang; ?>">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <title>百度新闻地图</title>
  7. <link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
  8. <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
  9. <link rel="stylesheet" href="../static/web/css/admin.css">
  10. </head>
  11. <body>
  12. <table width="98%" align="center" cellpadding="4" cellspacing="1" class="table maintable mt-3 mb-3">
  13. <tr>
  14. <td colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px">百度新闻地图</td>
  15. </tr>
  16. <tr>
  17. <td colspan="2">
  18. <p>《互联网新闻开放协议》是百度新闻搜索制定的搜索引擎新闻源收录标准,网站可将发布的新闻内容制作成遵循此开放协议的XML格式的网页(独立于原有的新闻发布形式)供搜索引擎索引</p>
  19. <p> <a href="http://news.baidu.com/newsop.html#kg" target="_blank">详情参见</a></p>
  20. <p>配置的相关参数在 <a href="sys_info.php">系统设置</a>-其他选项中调整</p>
  21. <p>只适用于文章频道,数据表为V6默认的</p>
  22. </td>
  23. </tr>
  24. <form id="form2" name="form1" method="post" action="?do=yes" target="stafrm">
  25. <tr>
  26. <td>文件名:</td>
  27. <td><input name="filename" type="text" id="textfield" value="{cmspath}/a/baidunews.xml" size="30" class='alltxt' /></td>
  28. </tr>
  29. <tr>
  30. <td height="26" bgcolor="#F8FCF1" colspan="2" align="center"><button name="button" type="submit" class="btn btn-success btn-sm" id="button">开始生成</button></td>
  31. </tr>
  32. </form>
  33. <tr>
  34. <td colspan="2">状态:</td>
  35. </tr>
  36. <tr>
  37. <td align="center" colspan="2"><iframe name="stafrm" frameborder="0" id="stafrm" width="96%" height="360px"></td>
  38. </tr>
  39. </table>
  40. </body>
  41. </html>