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. {$kod_adsense}
  40. </div>
  41.  
  42. <hr>
  43.  
  44.  
  45. <div id="footer"><i>Copyright: {$author}.</i></div>
  46.  
  47. </body>
  48. </html>
  49.