国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

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