国内流行的内容管理系统(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>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  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>.formbox li{list-style:url(none) none}</style>
  12. </head>
  13. <body>
  14. <?php pasterTempletDiy('top.htm');?>
  15. <div class="container py-3">
  16. <div class="row">
  17. <div class="col-md-12">
  18. <h4 class="mb-3">文件:<a href="<?php echo $arcurl;?>"><?php echo $title;?></a></h4>
  19. <table width="100%" align="center" cellspacing="2" class="table">
  20. <tr>
  21. <td bgcolor="#F2F7E6">下载地址列表:</td>
  22. </tr>
  23. <tr>
  24. <td><?php echo $downlinks;?></td>
  25. </tr>
  26. </table>
  27. </div>
  28. </div>
  29. </div>
  30. <?php pasterTempletDiy('foot.htm');?>
  31. </body>
  32. </html>