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

75 lines
3.2KB

  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/css/bootstrap.min.css">
  7. <link href="../static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  8. <link href="css/base.css" rel="stylesheet" type="text/css">
  9. </head>
  10. <body background='images/allbg.gif' leftmargin='8' topmargin='8'>
  11. <table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6" align="center" class="table maintable table-bordered mt-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='images/tbg.gif'>
  16. <table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
  17. <tr>
  18. <td width="30%" height="18" style="padding-left:10px;"><strong>更新系统缓存:</strong></td>
  19. <td width="70%" align="right">&nbsp; </td>
  20. </tr>
  21. </table>
  22. </td>
  23. </tr>
  24. <tr>
  25. <td height="26" valign="top" bgcolor="#FFFFFF" 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" /> 检测并清理错误文档 </label>
  35. <br />
  36. (该项操作很占资源,如果没有出现页码不正确、无法解析文档等情况,不要执行本操作)
  37. </td>
  38. </tr>
  39. <tr>
  40. <td height="26" bgcolor="#ffffff" align="center">
  41. <button name="b112" type="button" class="btn btn-success" value="" onClick="document.form1.submit();"
  42. >开始执行</button>
  43. </td>
  44. </tr>
  45. </form>
  46. <tr bgcolor="#F9FCEF">
  47. <td height="26">
  48. <table width="100%" class="table table-borderless">
  49. <tr>
  50. <td width="74%">进行状态:</td>
  51. <td width="26%" align="right">
  52. <script language='javascript'>
  53. function ResizeDiv(obj, ty) {
  54. if (ty == "+") document.all[obj].style.pixelHeight += 50;
  55. else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
  56. }
  57. </script>
  58. [<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
  59. </td>
  60. </tr>
  61. </table>
  62. </td>
  63. </tr>
  64. <tr bgcolor="#FFFFFF">
  65. <td id="mtd">
  66. <div id='mdv' style='width:100%;height:350px;'>
  67. <iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
  68. </div>
  69. </td>
  70. </tr>
  71. </table>
  72. </body>
  73. </html>