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

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