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

67 lines
2.8KB

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