download_links_templet.htm 2.19 KB
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>" />
<title><?php echo $title; ?>_下载地址列表_<?php echo $cfg_webname;?></title>
<link href="<?php echo $cfg_templets_skin; ?>/style/search.css" rel="stylesheet" type="text/css" media="screen" />
<style type="text/css">
<!--
.formbox li{
	list-style: url(none) none;
}
-->
</style>
</head>
<body>
<div class="header">
  <div class="top w960 center">
    <div class="title">
      <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>
    </div>
    <!-- /title -->
  </div>
  <!-- /top -->
</div>
<div class="w960 clear center mt1 cmt-box">
  <div class="sp-title">
    <h2>软件名称:<a href='<?php echo $arcurl; ?>'><?php echo $title; ?></a></h2>
  </div>
  <div class="formbox">
    <table width="100%" border="0" align="center" cellspacing="2">
      <tr>
        <td height="30" bgcolor="#F2F7E6">下载地址列表:</td>
      </tr>
      <tr>
        <td height="78"><?php echo $downlinks; ?></td>
      </tr>
    </table>
  </div>
</div>
<div class="advancedsearch"> </div>
<!-- //底部模板 -->
<div class="footer w960 center mt1 clear">
  <!-- 
		为了支持织梦团队的发展,请您保留织梦内容管理系统的链接信息.
		我们对支持织梦团队发展的朋友表示真心的感谢!织梦因您更精彩!
	-->
  <div class="footer_left"></div>
  <div class="footer_body">
    <p class="powered"> Powered by <a href="http://www.dedecms.com" title="织梦内容管理系统(DedeCms)--国内最专业的PHP网站管理系统,轻松建站的首选利器。" target="_blank"><strong>DedeCMS<?php echo $cfg_version; ?></strong></a> &copy; 2004-2011 <a href="http://www.desdev.cn/" target="_blank">DesDev</a> Inc.<br />
    <div class="copyright"><?php echo $cfg_powerby; ?>&nbsp;&nbsp;<?php echo $cfg_beian; ?></div>
    </p>
    <!-- /powered -->
  </div>
  <div class="footer_right"></div>
</div>
</body>
</html>