space_preview.tpl.php 603 B

12345678910111213141516
  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7">
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title><?php echo L('preview')?></title>
  7. </head>
  8. <body>
  9. <table width="100%" border="0" cellspacing="0" align="center" >
  10. <tr align="center" valign="middle">
  11. <td align="center" valign="middle"><?php if($r['type']=='code') { echo $data; } else {?><script language='javascript' src='<?php echo $path;?>'></script><?php }?></td>
  12. </tr>
  13. </table>
  14. </body>
  15. </html>