Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5.   <meta http-equiv="content-type" content="text/html; charset=utf-8" />
  6.   <meta name="description" content="Opis" />
  7.   <title>{$title}</title>
  8.   <style type="text/css">
  9.   {literal}
  10.   #main { width:600px; }
  11.  
  12.  #reklama {
  13. float:right;
  14. margin-top:-280px;
  15. margin-right:400px;
  16.  }
  17.  
  18.  hr { width: 250px;text-align:left; }
  19.  
  20.  #footer {
  21. position:absolute;
  22. bottom:15px;
  23. left:50px;
  24.  }
  25.  {/literal}
  26.   </style>
  27. </head>
  28. <body>
  29.  
  30. <h1>Szablon strony w PH Smarty.</h1>
  31.  
  32. <div id="main">
  33. <h2>{$title}</h2>
  34. Dziƛ jest: {$date}.<br><br><br>
  35. {$tresc}
  36. </div>
  37.  
  38. <div id="reklama">
  39. {literal}
  40. <script type="text/javascript"><!--
  41. google_ad_client = "ca-pub-0000000000000000";
  42. /* 120x600, utworzono 08-05-10 */
  43. google_ad_slot = "3825301053";
  44. google_ad_width = 120;
  45. google_ad_height = 600;
  46. //-->
  47. </script>
  48. <script type="text/javascript"
  49. src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
  50. </script>
  51. {/literal}
  52. </div>
  53.  
  54. <hr>
  55.  
  56.  
  57. <div id="footer"><i>Copyright: {$author}.</i></div>
  58.  
  59. </body>
  60. </html>
  61.