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

57 lines
2.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 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. <tr>
  11. <td height="28" colspan="2" background='images/tbg.gif'>
  12. <div style="float:left">
  13. <strong><a href='sys_verifies.php'><b>文件校验操作</b></a> &gt;&gt; 下载差异文件</strong>
  14. </div>
  15. <div style="float:right;padding-right:6px;">
  16. <a href='index_body.php' class='np coolbg'>返回系统主页</a>
  17. </div>
  18. </td>
  19. </tr>
  20. <tr bgcolor="#ffffff">
  21. <td height="20" colspan="2">
  22. 下载的文件临时存放在文件夹(<font color='red'>../data/<?php echo $tmpdir; ?></font>)内,如果某些基础类有重要的改动导致更新中途中错,您可以从这文件夹提取文件手工更新。
  23. </td>
  24. </tr>
  25. <?php echo $dirinfos; ?>
  26. <tr bgcolor="#F8FEDA">
  27. <td height="20" colspan="2">
  28. <table width="100%">
  29. <tr>
  30. <td width="74%">进行状态: </td>
  31. <td width="26%" align="right">
  32. <script language='javascript'>
  33. function ResizeDiv(obj,ty)
  34. {
  35. if(ty=="+") document.all[obj].style.pixelHeight += 50;
  36. else if(document.all[obj].style.pixelHeight>80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
  37. }
  38. </script>
  39. [<a href='#' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='#' onClick="ResizeDiv('mdv','-');">缩小</a>]
  40. </td>
  41. </tr>
  42. </table>
  43. </td>
  44. </tr>
  45. <tr bgcolor="#FFFFFF">
  46. <td colspan="2" id="mtd">
  47. <div id='mdv' style='width:100%;height:350px;'>
  48. <?php
  49. echo $doneStr;
  50. ?>
  51. </div>
  52. </td>
  53. </tr>
  54. </table>
  55. </body>
  56. </html>