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

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