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

58 lines
2.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><?php echo $title; ?>_下载地址列表_<?php echo $cfg_webname;?></title>
  6. <link href="<?php echo $cfg_templets_skin; ?>/style/search.css" rel="stylesheet" type="text/css" media="screen" />
  7. <style type="text/css">
  8. <!--
  9. .formbox li{
  10. list-style: url(none) none;
  11. }
  12. -->
  13. </style>
  14. </head>
  15. <body>
  16. <div class="header">
  17. <div class="top w960 center">
  18. <div class="title">
  19. <h1><a href="<?php echo $cfg_basehost;?>" title="<?php echo $cfg_webname;?>"><img src="<?php echo $cfg_templets_skin; ?>/images/logo.gif" height="40" width="233" alt=""/></a> </h1>
  20. </div>
  21. <!-- /title -->
  22. </div>
  23. <!-- /top -->
  24. </div>
  25. <div class="w960 clear center mt1 cmt-box">
  26. <div class="sp-title">
  27. <h2>软件名称:<a href='<?php echo $arcurl; ?>'><?php echo $title; ?></a></h2>
  28. </div>
  29. <div class="formbox">
  30. <table width="100%" border="0" align="center" cellspacing="2">
  31. <tr>
  32. <td height="30" bgcolor="#F2F7E6">下载地址列表:</td>
  33. </tr>
  34. <tr>
  35. <td height="78"><?php echo $downlinks; ?></td>
  36. </tr>
  37. </table>
  38. </div>
  39. </div>
  40. <div class="advancedsearch"> </div>
  41. <!-- //底部模板 -->
  42. <div class="footer w960 center mt1 clear">
  43. <!--
  44. 为了支持Dede商业的发展,请您保留织梦内容管理系统的链接信息.
  45. 我们对支持Dede商业发展的朋友表示真心的感谢!织梦因您更精彩!
  46. -->
  47. <div class="footer_left"></div>
  48. <div class="footer_body">
  49. <p class="powered"> Powered by <a href="http://www.dedecms.com" title="DedeCMSV6内容管理系统--国内最专业的PHP网站管理系统,轻松建站的首选利器。" target="_blank"><strong>DedeCMS<?php echo $cfg_version; ?></strong></a> &copy; 2004-2020 <a href="http://www.desdev.cn/" target="_blank">DesDev</a> Inc.<br />
  50. <div class="copyright"><?php echo $cfg_powerby; ?>&nbsp;&nbsp;<?php echo $cfg_beian; ?></div>
  51. </p>
  52. <!-- /powered -->
  53. </div>
  54. <div class="footer_right"></div>
  55. </div>
  56. </body>
  57. </html>