downpagetemp.php 851 B

123456789101112131415161718192021222324252627282930313233
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?><html>
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  9. <title><?=ehtmlspecialchars($r[title])?> - <?=ehtmlspecialchars($thisdownname)?></title>
  10. <meta name="keywords" content="<?=ehtmlspecialchars($r[title])?> - <?=ehtmlspecialchars($thisdownname)?>">
  11. <meta name="description" content="<?=ehtmlspecialchars($r[title])?> - <?=ehtmlspecialchars($thisdownname)?>">
  12. <link href="../../data/images/qcss.css" rel="stylesheet" type="text/css">
  13. </head>
  14. <body>
  15. <br>
  16. <br>
  17. <br>
  18. <br>
  19. <table align="center" width="100%">
  20. <tr>
  21. <td height="32" align=center>
  22. <a href="<?=$url?>" title="<?=$r[title]?> -<?=$thisdownname?>">
  23. <img src="../../data/images/download.jpg" border=0>
  24. </a>
  25. </td>
  26. </tr>
  27. <tr>
  28. <td align=center>(点击下载)</td>
  29. </tr>
  30. </table>
  31. <br>
  32. </body>
  33. </html>