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

37 lines
1.2KB

  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="{dede:global name='cfg_soft_lang'/}">
  5. <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
  6. <title><?php echo $title;?>-下载地址列表-<?php echo $cfg_webname;?></title>
  7. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/bootstrap.min.css">
  8. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/font/css/font-awesome.min.css">
  9. <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css">
  10. <script src="<?php echo $cfg_cmsurl;?>/static/web/js/jquery.min.js"></script>
  11. <style>
  12. .formbox li {
  13. list-style: url(none) none;
  14. }
  15. </style>
  16. </head>
  17. <body>
  18. <?php pasterTempletDiy('top.htm');?>
  19. <div class="container py-3">
  20. <div class="sp-title">
  21. <h2>文件:<a href="<?php echo $arcurl;?>"><?php echo $title;?></a></h2>
  22. </div>
  23. <div class="formbox">
  24. <table width="100%" align="center" cellspacing="2" class="table">
  25. <tr>
  26. <td bgcolor="#F2F7E6">下载地址列表:</td>
  27. </tr>
  28. <tr>
  29. <td><?php echo $downlinks;?></td>
  30. </tr>
  31. </table>
  32. </div>
  33. </div>
  34. <div class="advancedsearch"></div>
  35. <?php pasterTempletDiy('foot.htm');?>
  36. </body>
  37. </html>