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

31 lines
978B

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="<?php echo $cfg_soft_lang; ?>">
  5. <meta http-equiv="X-UA-Compatible" content="IE=Edge,chrome=1">
  6. <title>自动更新程序 - 待下载文件列表</title>
  7. <link rel="stylesheet" href="../static/web/css/admin.css">
  8. <link rel="stylesheet" href="css/indexbody.css">
  9. <script language='javascript' src='../static/web/js/webajax.js'></script>
  10. <script language='javascript' src='js/indexbody.js'></script>
  11. </head>
  12. <body>
  13. <table width="98%" align="center" cellpadding="3" cellspacing="1">
  14. <tr>
  15. <td height="26" background="../static/web/img/tbg.gif">
  16. <div style="float:left">自动更新程序::待下载文件列表</div>
  17. <div style="float:right;padding-right:10px">
  18. <a href="index_body.php" class="np coolbg">返回系统主页</a>
  19. </div>
  20. </td>
  21. </tr>
  22. <tr>
  23. <td height="360" valign="top" style="padding:6px">
  24. <?php
  25. echo $allFileList;
  26. ?>
  27. </td>
  28. </tr>
  29. </table>
  30. </body>
  31. </html>