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

37 lines
1.3KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <title>更新专题</title>
  7. <link rel="stylesheet" href="/static/web/css/font-awesome.min.css">
  8. <link rel="stylesheet" href="/static/web/css/bootstrap.min.css">
  9. <link rel="stylesheet" href="/static/web/css/admin.css">
  10. </head>
  11. <body>
  12. <form name="form1" action="makehtml_spec.php" method="get" target="stafrm">
  13. <input type="hidden" name="dopost" value="ok">
  14. <table class="table border my-3">
  15. <tr>
  16. <td bgcolor="#f8fafb">更新专题</td>
  17. </tr>
  18. <tr>
  19. <td>
  20. <div class="alert alert-info mb-0">更新专题说明:发布专题后需要手动更新,建议专题目录设置仅可读写权限,存放目录:<?php echo $cfg_special.'/index.html';?></div>
  21. </td>
  22. </tr>
  23. <tr>
  24. <td bgcolor="#f8f9fa" align="center">
  25. <button type="submit" name="b112" class="btn btn-success btn-sm">开始更新</button>
  26. <button type="button" class="btn btn-outline-success btn-sm" onclick="location='content_s_list.php';">专题管理</button>
  27. </td>
  28. </tr>
  29. <tr>
  30. <td id="mtd">
  31. <div id="mdv" class="admin-win-iframe"><iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe></div>
  32. </td>
  33. </tr>
  34. </table>
  35. </form>
  36. </body>
  37. </html>