国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.

download_links_templet.htm 1.4KB

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