<!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>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/bootstrap.min.css">
<link href="<?php echo $cfg_cmsurl;?>/static/font-awesome/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/dede.css">
<link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/css/index.css">
<script src="<?php echo $cfg_cmsurl;?>/static/js/jquery.min.js"></script>
<style type="text/css">
.formbox li{
	list-style: url(none) none;
}
</style>
</head>
<body>
<?php include("plus_header.htm") ;?>
<div class="container">
  <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" class="table">
      <tr>
        <td height="30" bgcolor="#F2F7E6">下载地址列表:</td>
      </tr>
      <tr>
        <td height="78"><?php echo $downlinks; ?></td>
      </tr>
    </table>
  </div>
</div>
<div class="advancedsearch"> </div>
<?php include("plus_footer.htm") ;?>
</body>
</html>