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

26 lines
972B

  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/bootstrap.min.css">
  8. <link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
  9. <link rel="stylesheet" href="../static/web/css/admin.css">
  10. <script src='../static/web/js/webajax.js'></script>
  11. <script src='js/indexbody.js'></script>
  12. </head>
  13. <body>
  14. <table width="98%" align="center" cellpadding="3" cellspacing="1" class="table maintable mt-3 mb-3">
  15. <tr>
  16. <td bgcolor="#f8f8f8">
  17. <span class="float-left py-2">自动更新程序::待下载文件列表</span>
  18. <span class="float-right mr-2"><a href="index_body.php" class="btn btn-success btn-sm">返回系统主页</a></span>
  19. </td>
  20. </tr>
  21. <tr>
  22. <td valign="top"><?php echo $allFileList;?></td>
  23. </tr>
  24. </table>
  25. </body>
  26. </html>