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

39 lines
1.5KB

  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><?php echo $title; ?>_下载地址列表_<?php echo $cfg_webname;?></title>
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/bootstrap.min.css">
  8. <link href="<?php echo $cfg_cmsurl;?>/static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
  9. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/dede.css">
  10. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/index.css">
  11. <script src="<?php echo $cfg_cmsurl;?>/static/js/jquery.min.js"></script>
  12. <style type="text/css">
  13. .formbox li{
  14. list-style: url(none) none;
  15. }
  16. </style>
  17. </head>
  18. <body>
  19. <?php include("plus_header.htm") ;?>
  20. <div class="container">
  21. <div class="sp-title">
  22. <h2>软件名称:<a href='<?php echo $arcurl; ?>'><?php echo $title; ?></a></h2>
  23. </div>
  24. <div class="formbox">
  25. <table width="100%" border="0" align="center" cellspacing="2" class="table">
  26. <tr>
  27. <td height="30" bgcolor="#F2F7E6">下载地址列表:</td>
  28. </tr>
  29. <tr>
  30. <td height="78"><?php echo $downlinks; ?></td>
  31. </tr>
  32. </table>
  33. </div>
  34. </div>
  35. <div class="advancedsearch"> </div>
  36. <?php include("plus_footer.htm") ;?>
  37. </body>
  38. </html>