downpagetemp.php
883 Bytes
<?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>