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

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  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="sys_cache_up.php" method="get" target='stafrm'>
  13. <input type="hidden" name="dopost" value="ok">
  14. <table class="table shadow-sm my-3">
  15. <tr>
  16. <td>更新缓存</td>
  17. </tr>
  18. <tr>
  19. <td>
  20. <div class="alert alert-info mb-0">更新栏目、枚举、文档调用、过期会员浏览记录、过期会员短信、过期流量统计等缓存</div>
  21. </td>
  22. </tr>
  23. <tr>
  24. <td><label><input type="checkbox" name="uparc" value="1"> 页码不正确和无法解析文档等情况,自动清理错误文档</label></td>
  25. </tr>
  26. <tr>
  27. <td align="center">
  28. <button type="button" name="b112" class="btn btn-success btn-sm" onclick="document.form1.submit();">开始更新</button>
  29. <button type="button" class="btn btn-outline-success btn-sm" onclick="location='makehtml_all.php';">更新整站</button>
  30. </td>
  31. </tr>
  32. <tr>
  33. <td id="mtd">
  34. <div id="mdv" class="admin-win-iframe"><iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe></div>
  35. </td>
  36. </tr>
  37. </table>
  38. </form>
  39. </body>
  40. </html>