国内流行的内容管理系统(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 http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <title>更新缓存</title>
  7. <link rel="stylesheet" href="../static/web/font/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. <table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3">
  13. <form name="form1" action="sys_cache_up.php" method="get" target='stafrm'>
  14. <input type="hidden" name="dopost" value="ok">
  15. <tr>
  16. <td bgcolor="#f5f5f5">更新缓存</td>
  17. </tr>
  18. <tr>
  19. <td>
  20. <div class="alert alert-info mb-0">本程序作默认会执行下面的操作:1、更新栏目缓存 2、更新枚举缓存 3、清理arclist调用缓存 4、清理过期会员浏览历史 5、删除过期短信</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 bgcolor="#e9ecef" align="center"><button type="button" name="b112" class="btn btn-success btn-sm" value="" onClick="document.form1.submit();">开始执行</button></td>
  28. </tr>
  29. </form>
  30. <tr>
  31. <td>结果:</td>
  32. </tr>
  33. <tr>
  34. <td id="mtd">
  35. <div id="mdv" class="admin-win-iframe"><iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe></div>
  36. </td>
  37. </tr>
  38. </table>
  39. </body>
  40. </html>