print1.php 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465
  1. <?php
  2. if(!defined('InEmpireCMS'))
  3. {
  4. exit();
  5. }
  6. ?>
  7. <html>
  8. <head>
  9. <meta http-equiv="content-type" content="text/html; charset=utf-8">
  10. <title><?=ehtmlspecialchars($r[title])?> 打印页面 - Powered by EmpireCMS</title>
  11. <meta name="keywords" content="<?=ehtmlspecialchars($r[title])?> 打印页面" />
  12. <meta name="description" content="<?=ehtmlspecialchars($r[title])?> 打印页面" />
  13. <style>
  14. body{font-family:宋体}td,.f12{font-size:12px}.f24 {font-size:24px;}.f14 {font-size:14px;}.title14 {font-size:14px;line-height:130%}.l17 {line-height:170%;}
  15. </style>
  16. </head>
  17. <body bgcolor="#ffffff" topmargin=5 leftmargin=5 marginheight=5 marginwidth=5 onLoad='window.print()'>
  18. <center>
  19. <table width=650 border=0 cellspacing=0 cellpadding=0>
  20. <tr>
  21. <td height=65 width=180><A href="http://www.phome.net/"><IMG src="../../skin/default/images/elogo.jpg" alt="帝国软件" width="180" height="65" border=0></A></td>
  22. <td valign="bottom"><?=$url?></td>
  23. <td width="83" align="right" valign="bottom"><a href='javascript:history.back()'>返回</a> <a href='javascript:window.print()'>打印</a></td>
  24. </tr>
  25. </table>
  26. <table width=650 border=0 cellpadding=0 cellspacing=20 bgcolor="#EDF0F5">
  27. <tr>
  28. <td>
  29. <BR>
  30. <TABLE cellSpacing=0 cellPadding=0 width="100%" border=0>
  31. <TBODY>
  32. <TR>
  33. <TH class="f24"><FONT color=#05006c><?=stripSlashes($r[title])?></FONT></TH></TR>
  34. <TR>
  35. <TD>
  36. <HR SIZE=1 bgcolor="#d9d9d9">
  37. </TD>
  38. </TR>
  39. <TR>
  40. <TD align="middle" height=20><div align="center"><?=stripSlashes($r[writer])?>&nbsp;&nbsp;<?=date('Y-m-d H:i:s',$r[newstime])?>&nbsp;&nbsp;<?=stripSlashes($r[befrom])?></div></TD>
  41. </TR>
  42. <TR>
  43. <TD height=15></TD>
  44. </TR>
  45. <TR>
  46. <TD class="l17">
  47. <FONT class="f14" id="zoom">
  48. <P><?=stripSlashes($r[newstext])?><br>
  49. <BR clear=all>
  50. </P>
  51. </FONT>
  52. </TD>
  53. </TR>
  54. <TR height=10>
  55. <TD></TD>
  56. </TR>
  57. </TBODY>
  58. </TABLE>
  59. <?=$titleurl?>
  60. </td>
  61. </tr>
  62. </table>
  63. </center>
  64. </body>
  65. </html>