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

72 lines
3.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%" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3 mb-3">
  12. <form name="form1" action="sys_cache_up.php" method="get" target='stafrm'>
  13. <input type="hidden" name="dopost" value="ok">
  14. <tr>
  15. <td height="26" background="../static/web/img/tbg.gif">
  16. <table width="98%" cellpadding="0" cellspacing="0" class="table table-borderless">
  17. <tr>
  18. <td width="30%" style="padding-left:10px">更新系统缓存</td>
  19. <td width="70%" align="right"></td>
  20. </tr>
  21. </table>
  22. </td>
  23. </tr>
  24. <tr>
  25. <td height="26" style="line-height:20px;">
  26. 本程序作默认会执行下面的操作:
  27. <br>
  28. 1、更新栏目缓存
  29. 2、更新枚举缓存
  30. 3、清理arclist调用缓存
  31. 4、清理过期会员访问历史
  32. 5、删除过期短信
  33. <br>
  34. <label><input name="uparc" type="checkbox" class="np" value="1">&nbsp;检测并清理错误文档</label>
  35. (该项操作很占资源,如果没有出现页码不正确、无法解析文档等情况,不要执行本操作)
  36. </td>
  37. </tr>
  38. <tr>
  39. <td height="26" bgcolor="#F8FCF1" align="center">
  40. <button name="b112" type="button" class="btn btn-success btn-sm" value="" onClick="document.form1.submit();">开始执行</button>
  41. </td>
  42. </tr>
  43. </form>
  44. <tr>
  45. <td height="26">
  46. <table width="100%" class="table table-borderless">
  47. <tr>
  48. <td width="70%">结果:</td>
  49. <td width="30%" align="right">
  50. <script language='javascript'>
  51. function ResizeDiv(obj, ty) {
  52. if (ty == "+") document.all[obj].style.pixelHeight += 50;
  53. else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
  54. }
  55. </script>
  56. <a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
  57. <a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
  58. </td>
  59. </tr>
  60. </table>
  61. </td>
  62. </tr>
  63. <tr>
  64. <td id="mtd">
  65. <div id="mdv" style="width:100%;height:300px">
  66. <iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
  67. </div>
  68. </td>
  69. </tr>
  70. </table>
  71. </body>
  72. </html>