| 123456789101112131415161718192021222324252627282930313233 | <?phpif(!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>
 |