|
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="{dede:global name='cfg_soft_lang'/}">
- <meta name="viewport" content="width=device-width,initial-scale=1,shrink-to-fit=no">
- <title><?php echo $title;?>-下载地址列表-<?php echo $cfg_webname;?></title>
- <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/bootstrap.min.css">
- <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/font/css/font-awesome.min.css">
- <link rel="stylesheet" href="<?php echo $cfg_cmsurl;?>/static/web/css/style.css">
- <script src="<?php echo $cfg_cmsurl;?>/static/web/js/jquery.min.js"></script>
- <style>
- .formbox li {
- list-style: url(none) none;
- }
- </style>
- </head>
- <body>
- <?php pasterTempletDiy('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%" align="center" cellspacing="2" class="table">
- <tr>
- <td bgcolor="#F2F7E6">下载地址列表:</td>
- </tr>
- <tr>
- <td><?php echo $downlinks;?></td>
- </tr>
- </table>
- </div>
- </div>
- <div class="advancedsearch"></div>
- <?php pasterTempletDiy('footer.htm');?>
- </body>
- </html>
|