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

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