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.
33 lines
851 B
33 lines
851 B
<?php
|
|
if(!defined('InEmpireCMS'))
|
|
{
|
|
exit();
|
|
}
|
|
?><html>
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title><?=ehtmlspecialchars($r[title])?> - <?=ehtmlspecialchars($thisdownname)?></title>
|
|
<meta name="keywords" content="<?=ehtmlspecialchars($r[title])?> - <?=ehtmlspecialchars($thisdownname)?>">
|
|
<meta name="description" content="<?=ehtmlspecialchars($r[title])?> - <?=ehtmlspecialchars($thisdownname)?>">
|
|
<link href="../../data/images/qcss.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<br>
|
|
<table align="center" width="100%">
|
|
<tr>
|
|
<td height="32" align=center>
|
|
<a href="<?=$url?>" title="<?=$r[title]?> -<?=$thisdownname?>">
|
|
<img src="../../data/images/download.jpg" border=0>
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
<tr>
|
|
<td align=center>(点击下载)</td>
|
|
</tr>
|
|
</table>
|
|
<br>
|
|
</body>
|
|
</html>
|