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

78 lines
3.6KB

  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. <link rel="stylesheet" type="text/css" href="css/indexbody.css" />
  8. <script language='javascript'>
  9. function Loading(surl)
  10. {
  11. document.getElementById('loaddiv').style.display = 'block';
  12. location = surl;
  13. }
  14. </script>
  15. </head>
  16. <body background='images/allbg.gif' leftmargin='8' topmargin='8'>
  17. <div id='loaddiv' style='display:none'>
  18. <p align='center' style='padding-top:200px'><img src='images/loadinglit.gif' /> 请稍后,正在处理中...</p>
  19. </div>
  20. <table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" bgcolor="#D6D6D6">
  21. <tr>
  22. <td height="19" background="images/tbg.gif">
  23. <table width="96%" border="0" cellspacing="1" cellpadding="1">
  24. <tr>
  25. <td width="24%"><strong>文件校验操作:</strong></td>
  26. <td width="76%" align="right">
  27. </td>
  28. </tr>
  29. </table>
  30. </td>
  31. </tr>
  32. <tr>
  33. <td height="200" bgcolor="#FFFFFF" valign="top">
  34. <table width="100%" border="0" cellspacing="4" cellpadding="2">
  35. <tr>
  36. <td height="53" align="center">&nbsp;</td>
  37. <td>
  38. 您的系统最后升级时间:<b><?php echo $updateTime; ?></b>;指纹码最后同步时间:<b><?php echo $verifiesTime; ?></b>
  39. <br />
  40. 第一次效验文件时或您的系统已经升级过,请先点击“在线获取最新指纹码”
  41. <br />
  42. (文件校验将检查本站文件是否和DedeCMS原始文件是否完全一致,如果要替换差异文件,必须按提示设置被更改文件的目录有可写入权限)
  43. </td>
  44. <tr>
  45. <td height="53" align="center">&nbsp;</td>
  46. <td>
  47. <div style='width:80%;background:#F9FCEF;border-bottom: 1px dashed #A7BA87;padding:3px;'>&nbsp;<b>效对操作:</b></div>
  48. <div style='padding:10px 0px 20px 0px;'>
  49. <a href="javascript:Loading('sys_verifies.php?action=update');" class='np coolbg'>在线获取最新指纹码==&gt;</a>
  50. &nbsp;
  51. <a href="javascript:Loading('sys_verifies.php?action=verify');" class='np coolbg'>效对本地文件==&gt;</a>
  52. &nbsp;
  53. 下载差异文件==&gt;
  54. &nbsp;
  55. 替换差异文件==&gt;
  56. </div>
  57. <div style='width:80%;background:#F9FCEF;border-bottom: 1px dashed #A7BA87;padding:3px;'>&nbsp;<b>管理指纹码:</b>(对于您自己修改过的文件,您可以在列表中屏蔽,下次忽略这些文件的效验)</div>
  58. <div style='padding:10px 0px 180px 0px;'>
  59. <a href="javascript:Loading('sys_verifies.php?action=manage');" class='np coolbg'>管理现有的指纹码</a>
  60. </div>
  61. <!--
  62. <div style='width:80%;background:#D9E1CA;border-bottom: 1px dashed #A7BA87;padding:3px;'>&nbsp;<b>生成指纹码:</b></div>
  63. <div style='padding:10px 0px 20px 0px;'>
  64. <a href="javascript:Loading('sys_verifies.php?action=make');" class='np coolbg'>生成指纹码(官方使用)</a>
  65. </div>
  66. -->
  67. <br />
  68. <br />
  69. <br />
  70. </td>
  71. </tr>
  72. </table>
  73. </td>
  74. </tr>
  75. </table>
  76. </body>
  77. </html>