Advertisement
Tyler13

Serenade

Dec 29th, 2013
306
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.55 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE html>
  3. <html b:version='2' class='v2' expr:dir='data:blog.languageDirection' xmlns='http://www.w3.org/1999/xhtml' xmlns:b='http://www.google.com/2005/gml/b' xmlns:data='http://www.google.com/2005/gml/data' xmlns:expr='http://www.google.com/2005/gml/expr'>
  4. <head>
  5. <b:if cond='data:blog.isMobile'>
  6. <meta content='width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0' name='viewport'/>
  7. <b:else/>
  8. <meta content='width=1100' name='viewport'/>
  9. </b:if>
  10. <b:include data='blog' name='all-head-content'/>
  11. <title><data:blog.pageTitle/></title>
  12.  
  13. <b:skin><![CDATA[/*
  14. -----------------------------------------------
  15. Blogger Template Style
  16. Name: Simple
  17. Designer: Josh Peterson
  18. URL: www.noaesthetic.com
  19. ----------------------------------------------- */
  20. @font-face {
  21. font-family: 'Oswald';
  22. font-style: normal;
  23. font-weight: 400;
  24. src: local('Oswald Regular'), local('Oswald-Regular'), url(http://themes.googleusercontent.com/static/fonts/oswald/v7/PyqsDANUgLi2UsdO-d4iZQ.woff) format('woff');
  25. }
  26. .header h1 { display:none;}
  27. #navbar-iframe { display:none;}
  28. body {margin-top:-50px; background:#fff;font: 8pt arial;background-image:url(http://1.bp.blogspot.com/-NrQUu8YKLhs/UYZUC6LcduI/AAAAAAAAAUk/OP3CSufRGd0/s1600/2m30orn.jpg);}
  29. a:link, a:visited, a:active { color:#dc5e9f; text-decoration:none;}
  30. a:hover { color:#111;}
  31. blockquote { border:1px solid #eee;background:#f9f9f9; padding:5px;}
  32. .date-outer { margin-left:-45px;margin-top:-20px;margin-right:-15px;margin-bottom:30px;}
  33. .sidebar { margin-left:-8px;margin-top:-20px;}
  34. .sidebar .widget { margin-bottom:-20px;border:1px solid #eee;background:#f9f9f9; border-bottom:15px solid #eee;padding:5px;}
  35. .sidebar h2, .date-header { font-family:oswald; border-bottom:1px solid #eee;text-transform:uppercase;font-weight:400;font-size:13px;margin-bottom:5px;}
  36. .main-inner { background:#fff;}
  37. .post-footer { text-align:right;font: normal 6pt arial; color: #666666; text-transform:uppercase;padding-right:3px; border-right:15px solid #eee;opacity:0.99;}
  38. .post-footer a { color:#666;}
  39. .post-title {font: normal 8pt arial; color: #666666; letter-spacing: 2px; text-transform:uppercase; padding:0px;padding-bottom:2px;}
  40. /* N A V I G A T I O N */
  41. a.navi:link, a.navi:active, a.navi:visited {display:inline-block; width:109px; background:#dc5e9f; color: #fff; text-align:center; margin-bottom:2px;text-transform:uppercase;
  42. font-family:arial; font-size:7pt; letter-spacing:0px; padding:2px;
  43. -webkit-transition-duration: .50s;-moz-transition-duration: .50s }
  44. a.navi:hover {background:#458862; color:#fff; -webkit-transition-duration: .50s;}
  45.  
  46. /* F R I E N D S */
  47. a.friend:link, a.friend:active, a.friend:visited {display:inline-block; width:71px; background:#fff; color: #aaa; text-align:center; margin-bottom:2px;text-transform:uppercase;
  48. font-family:arial; font-size:6pt; letter-spacing:0px; padding:2px;
  49. -webkit-transition-duration: .50s;-moz-transition-duration: .50s }
  50. a.friend:hover {background:#f34e4e; color:#fff; -webkit-transition-duration: .50s;}
  51. #Blog-pager { font-size:6pt;}
  52. ]]></b:skin>
  53.  
  54. <b:template-skin>
  55. <b:variable default='960px' name='content.width' type='length' value='860px'/>
  56. <b:variable default='0' name='main.column.left.width' type='length' value='280px'/>
  57. <b:variable default='310px' name='main.column.right.width' type='length' value='0px'/>
  58.  
  59. <![CDATA[
  60. body {
  61. min-width: $(content.width);
  62. }
  63.  
  64. .content-outer, .content-fauxcolumn-outer, .region-inner {
  65. min-width: $(content.width);
  66. max-width: $(content.width);
  67. _width: $(content.width);
  68. }
  69.  
  70. .main-inner .columns {
  71. padding-left: $(main.column.left.width);
  72. padding-right: $(main.column.right.width);
  73. }
  74.  
  75. .main-inner .fauxcolumn-center-outer {
  76. left: $(main.column.left.width);
  77. right: $(main.column.right.width);
  78. /* IE6 does not respect left and right together */
  79. _width: expression(this.parentNode.offsetWidth -
  80. parseInt("$(main.column.left.width)") -
  81. parseInt("$(main.column.right.width)") + 'px');
  82. }
  83.  
  84. .main-inner .fauxcolumn-left-outer {
  85. width: $(main.column.left.width);
  86. }
  87.  
  88. .main-inner .fauxcolumn-right-outer {
  89. width: $(main.column.right.width);
  90. }
  91.  
  92. .main-inner .column-left-outer {
  93. width: $(main.column.left.width);
  94. right: 100%;
  95. margin-left: -$(main.column.left.width);
  96. }
  97.  
  98. .main-inner .column-right-outer {
  99. width: $(main.column.right.width);
  100. margin-right: -$(main.column.right.width);
  101. }
  102.  
  103. #layout {
  104. min-width: 0;
  105. }
  106.  
  107. #layout .content-outer {
  108. min-width: 0;
  109. width: 800px;
  110. }
  111.  
  112. #layout .region-inner {
  113. min-width: 0;
  114. width: auto;
  115. }
  116. ]]>
  117. </b:template-skin>
  118. <b:include data='blog' name='google-analytics'/>
  119. </head>
  120.  
  121. <body expr:class='&quot;loading&quot; + data:blog.mobileClass'>
  122. <b:section class='navbar' id='navbar' maxwidgets='1' showaddelement='no'>
  123. <b:widget id='Navbar1' locked='true' title='Pasek nawigacyjny' type='Navbar'>
  124. <b:includable id='main'>&lt;script type=&quot;text/javascript&quot;&gt;
  125. function setAttributeOnload(object, attribute, val) {
  126. if(window.addEventListener) {
  127. window.addEventListener(&#39;load&#39;,
  128. function(){ object[attribute] = val; }, false);
  129. } else {
  130. window.attachEvent(&#39;onload&#39;, function(){ object[attribute] = val; });
  131. }
  132. }
  133. &lt;/script&gt;
  134. &lt;div id=&quot;navbar-iframe-container&quot;&gt;&lt;/div&gt;
  135. &lt;script type=&quot;text/javascript&quot; src=&quot;https://apis.google.com/js/plusone.js&quot;&gt;&lt;/script&gt;
  136. &lt;script type=&quot;text/javascript&quot;&gt;
  137. gapi.load(&quot;gapi.iframes:gapi.iframes.style.bubble&quot;, function() {
  138. if (gapi.iframes &amp;&amp; gapi.iframes.getContext) {
  139. gapi.iframes.getContext().openChild({
  140. url: &#39;//www.blogger.com/navbar.g?targetBlogID\0754982922545917861854\46blogName\75Smoczy+Skowyt\46publishMode\75PUBLISH_MODE_BLOGSPOT\46navbarType\75LIGHT\46layoutType\75LAYOUTS\46searchRoot\75http://smoczy-skowyt.blogspot.com/search\46blogLocale\75pl\46v\0752\46homepageUrl\75http://smoczy-skowyt.blogspot.com/\46readAccessMode\75CUSTOM\46vt\07517326743137042856&#39;,
  141. where: document.getElementById(&quot;navbar-iframe-container&quot;),
  142. id: &quot;navbar-iframe&quot;
  143. });
  144. }
  145. });
  146. &lt;/script&gt;&lt;script type=&quot;text/javascript&quot;&gt;
  147. (function() {
  148. var script = document.createElement(&#39;script&#39;);
  149. script.type = &#39;text/javascript&#39;;
  150. script.src = &#39;//pagead2.googlesyndication.com/pagead/js/google_top_exp.js&#39;;
  151. var head = document.getElementsByTagName(&#39;head&#39;)[0];
  152. if (head) {
  153. head.appendChild(script);
  154. }})();
  155. &lt;/script&gt;
  156. </b:includable>
  157. </b:widget>
  158. </b:section>
  159.  
  160. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  161. <div itemscope='itemscope' itemtype='http://schema.org/Blog' style='display: none;'>
  162. <meta expr:content='data:blog.title' itemprop='name'/>
  163. <b:if cond='data:blog.metaDescription'>
  164. <meta expr:content='data:blog.metaDescription' itemprop='description'/>
  165. </b:if>
  166. </div>
  167. </b:if>
  168.  
  169. <div class='body-fauxcolumns'>
  170. <div class='fauxcolumn-outer body-fauxcolumn-outer'>
  171. <div class='cap-top'>
  172. <div class='cap-left'/>
  173. <div class='cap-right'/>
  174. </div>
  175. <div class='fauxborder-left'>
  176. <div class='fauxborder-right'/>
  177. <div class='fauxcolumn-inner'>
  178. </div>
  179. </div>
  180. <div class='cap-bottom'>
  181. <div class='cap-left'/>
  182. <div class='cap-right'/>
  183. </div>
  184. </div>
  185. </div>
  186.  
  187. <div class='content'>
  188. <div class='content-fauxcolumns'>
  189. <div class='fauxcolumn-outer content-fauxcolumn-outer'>
  190. <div class='cap-top'>
  191. <div class='cap-left'/>
  192. <div class='cap-right'/>
  193. </div>
  194. <div class='fauxborder-left'>
  195. <div class='fauxborder-right'/>
  196. <div class='fauxcolumn-inner'>
  197. </div>
  198. </div>
  199. <div class='cap-bottom'>
  200. <div class='cap-left'/>
  201. <div class='cap-right'/>
  202. </div>
  203. </div>
  204. </div>
  205.  
  206. <div class='content-outer'>
  207. <div class='content-cap-top cap-top'>
  208. <div class='cap-left'/>
  209. <div class='cap-right'/>
  210. </div>
  211. <div class='fauxborder-left content-fauxborder-left'>
  212. <div class='fauxborder-right content-fauxborder-right'/>
  213. <div class='content-inner'>
  214.  
  215. <header>
  216. <div class='header-outer'>
  217. <div class='header-cap-top cap-top'>
  218. <div class='cap-left'/>
  219. <div class='cap-right'/>
  220. </div>
  221. <div class='fauxborder-left header-fauxborder-left'>
  222. <div class='fauxborder-right header-fauxborder-right'/>
  223. <div class='region-inner header-inner'>
  224. <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
  225. <b:widget id='Header1' locked='true' title='Smoczy Skowyt (nagłówek)' type='Header'>
  226. <b:includable id='main'>
  227.  
  228. <b:if cond='data:useImage'>
  229. <b:if cond='data:imagePlacement == &quot;BEHIND&quot;'>
  230. <!--
  231. Show image as background to text. You can't really calculate the width
  232. reliably in JS because margins are not taken into account by any of
  233. clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
  234. width if the user is using shrink to fit.
  235. This results in a margin-width's worth of pixels being cropped. If the
  236. user is not using shrink to fit then we expand the header.
  237. -->
  238. <b:if cond='data:mobile'>
  239. <div id='header-inner'>
  240. <div class='titlewrapper' style='background: transparent'>
  241. <h1 class='title' style='background: transparent; border-width: 0px'>
  242. <b:include name='title'/>
  243. </h1>
  244. </div>
  245. <b:include name='description'/>
  246. </div>
  247. <b:else/>
  248. <div expr:style='&quot;background-image: url(\&quot;&quot; + data:sourceUrl + &quot;\&quot;); &quot; + &quot;background-position: &quot; + data:backgroundPositionStyleStr + &quot;; &quot; + data:widthStyleStr + &quot;min-height: &quot; + data:height + &quot;_height: &quot; + data:height + &quot;background-repeat: no-repeat; &quot;' id='header-inner'>
  249. <div class='titlewrapper' style='background: transparent'>
  250. <h1 class='title' style='background: transparent; border-width: 0px'>
  251. <b:include name='title'/>
  252. </h1>
  253. </div>
  254. <b:include name='description'/>
  255. </div>
  256. </b:if>
  257. <b:else/>
  258. <!--Show the image only-->
  259. <div id='header-inner'>
  260. <a expr:href='data:blog.homepageUrl' style='display: block'>
  261. <img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_headerimg&quot;' expr:src='data:sourceUrl' expr:width='data:width' style='display: block'/>
  262. </a>
  263. <!--Show the description-->
  264. <b:if cond='data:imagePlacement == &quot;BEFORE_DESCRIPTION&quot;'>
  265. <b:include name='description'/>
  266. </b:if>
  267. </div>
  268. </b:if>
  269. <b:else/>
  270. <!--No header image -->
  271. <div id='header-inner'>
  272. <div class='titlewrapper'>
  273. <h1 class='title'>
  274. <b:include name='title'/>
  275. </h1>
  276. </div>
  277. <b:include name='description'/>
  278. </div>
  279. </b:if>
  280. </b:includable>
  281. <b:includable id='description'>
  282. <div class='descriptionwrapper'>
  283. <p class='description'><span><data:description/></span></p>
  284. </div>
  285. </b:includable>
  286. <b:includable id='title'>
  287. <b:if cond='data:blog.url == data:blog.homepageUrl'>
  288. <data:title/>
  289. <b:else/>
  290. <a expr:href='data:blog.homepageUrl'><data:title/></a>
  291. </b:if>
  292. </b:includable>
  293. </b:widget>
  294. </b:section>
  295. </div>
  296. </div>
  297. <div class='header-cap-bottom cap-bottom'>
  298. <div class='cap-left'/>
  299. <div class='cap-right'/>
  300. </div>
  301. </div>
  302. </header>
  303.  
  304. <div class='tabs-outer'>
  305. <div class='tabs-cap-top cap-top'>
  306. <div class='cap-left'/>
  307. <div class='cap-right'/>
  308. </div>
  309. <div class='fauxborder-left tabs-fauxborder-left'>
  310. <div class='fauxborder-right tabs-fauxborder-right'/>
  311. <div class='region-inner tabs-inner'>
  312. <b:section class='tabs' id='crosscol' maxwidgets='1' showaddelement='yes'/>
  313. <b:section class='tabs' id='crosscol-overflow' showaddelement='no'/>
  314. </div>
  315. </div>
  316. <div class='tabs-cap-bottom cap-bottom'>
  317. <div class='cap-left'/>
  318. <div class='cap-right'/>
  319. </div>
  320. </div>
  321.  
  322. <div class='main-outer'>
  323. <div class='main-cap-top cap-top'>
  324. <div class='cap-left'/>
  325. <div class='cap-right'/>
  326. </div>
  327.  
  328. <div class='fauxborder-left main-fauxborder-left'>
  329. <div class='fauxborder-right main-fauxborder-right'/>
  330. <div class='region-inner main-inner'>
  331.  
  332. <div class='columns fauxcolumns'>
  333.  
  334. <div class='fauxcolumn-outer fauxcolumn-center-outer'>
  335. <div class='cap-top'>
  336. <div class='cap-left'/>
  337. <div class='cap-right'/>
  338. </div>
  339. <div class='fauxborder-left'>
  340. <div class='fauxborder-right'/>
  341. <div class='fauxcolumn-inner'>
  342. </div>
  343. </div>
  344. <div class='cap-bottom'>
  345. <div class='cap-left'/>
  346. <div class='cap-right'/>
  347. </div>
  348. </div>
  349.  
  350. <div class='fauxcolumn-outer fauxcolumn-left-outer'>
  351. <div class='cap-top'>
  352. <div class='cap-left'/>
  353. <div class='cap-right'/>
  354. </div>
  355. <div class='fauxborder-left'>
  356. <div class='fauxborder-right'/>
  357. <div class='fauxcolumn-inner'>
  358. </div>
  359. </div>
  360. <div class='cap-bottom'>
  361. <div class='cap-left'/>
  362. <div class='cap-right'/>
  363. </div>
  364. </div>
  365.  
  366. <div class='fauxcolumn-outer fauxcolumn-right-outer'>
  367. <div class='cap-top'>
  368. <div class='cap-left'/>
  369. <div class='cap-right'/>
  370. </div>
  371. <div class='fauxborder-left'>
  372. <div class='fauxborder-right'/>
  373. <div class='fauxcolumn-inner'>
  374. </div>
  375. </div>
  376. <div class='cap-bottom'>
  377. <div class='cap-left'/>
  378. <div class='cap-right'/>
  379. </div>
  380. </div>
  381.  
  382. <!-- corrects IE6 width calculation -->
  383. <div class='columns-inner'>
  384.  
  385. <div class='column-center-outer'>
  386. <div class='column-center-inner'>
  387. <b:section class='main' id='main' showaddelement='no'>
  388. <b:widget id='Blog1' locked='true' title='Posty w blogu' type='Blog'>
  389. <b:includable id='main' var='top'>
  390. <b:if cond='data:mobile == &quot;false&quot;'>
  391.  
  392. <!-- posts -->
  393. <div class='blog-posts hfeed'>
  394.  
  395. <b:include data='top' name='status-message'/>
  396.  
  397. <data:defaultAdStart/>
  398. <b:loop values='data:posts' var='post'>
  399. <b:if cond='data:post.isDateStart'>
  400. <b:if cond='data:post.isFirstPost == &quot;false&quot;'>
  401. &lt;/div&gt;&lt;/div&gt;
  402. </b:if>
  403. </b:if>
  404. <b:if cond='data:post.isDateStart'>
  405. &lt;div class=&quot;date-outer&quot;&gt;
  406. </b:if>
  407. <b:if cond='data:post.dateHeader'>
  408. <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
  409. </b:if>
  410. <b:if cond='data:post.isDateStart'>
  411. &lt;div class=&quot;date-posts&quot;&gt;
  412. </b:if>
  413. <div class='post-outer'>
  414. <b:include data='post' name='post'/>
  415. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  416. <b:include data='post' name='comment_picker'/>
  417. </b:if>
  418. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  419. <b:include data='post' name='comment_picker'/>
  420. </b:if>
  421. </div>
  422. <b:if cond='data:post.includeAd'>
  423. <b:if cond='data:post.isFirstPost'>
  424. <data:defaultAdEnd/>
  425. <b:else/>
  426. <data:adEnd/>
  427. </b:if>
  428. <div class='inline-ad'>
  429. <data:adCode/>
  430. </div>
  431. <data:adStart/>
  432. </b:if>
  433. </b:loop>
  434. <b:if cond='data:numPosts != 0'>
  435. &lt;/div&gt;&lt;/div&gt;
  436. </b:if>
  437. <data:adEnd/>
  438. </div>
  439.  
  440. <!-- navigation -->
  441. <b:include name='nextprev'/>
  442.  
  443. <!-- feed links -->
  444. <b:include name='feedLinks'/>
  445.  
  446. <b:if cond='data:top.showStars'>
  447. <script src='//www.google.com/jsapi' type='text/javascript'/>
  448. <script type='text/javascript'>
  449. google.load(&quot;annotations&quot;, &quot;1&quot;, {&quot;locale&quot;: &quot;<data:top.languageCode/>&quot;});
  450. function initialize() {
  451. google.annotations.setApplicationId(<data:top.blogspotReviews/>);
  452. google.annotations.createAll();
  453. google.annotations.fetch();
  454. }
  455. google.setOnLoadCallback(initialize);
  456. </script>
  457. </b:if>
  458.  
  459. <b:else/>
  460. <b:include name='mobile-main'/>
  461. </b:if>
  462.  
  463. <b:if cond='data:top.showDummy'>
  464. <data:top.dummyBootstrap/>
  465. </b:if>
  466.  
  467. </b:includable>
  468. <b:includable id='backlinkDeleteIcon' var='backlink'>
  469. <span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>
  470. <a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
  471. <img src='//www.blogger.com/img/icon_delete13.gif'/>
  472. </a>
  473. </span>
  474. </b:includable>
  475. <b:includable id='backlinks' var='post'>
  476. <a name='links'/><h4><data:post.backlinksLabel/></h4>
  477. <b:if cond='data:post.numBacklinks != 0'>
  478. <dl class='comments-block' id='comments-block'>
  479. <b:loop values='data:post.backlinks' var='backlink'>
  480. <div class='collapsed-backlink backlink-control'>
  481. <dt class='comment-title'>
  482. <span class='backlink-toggle-zippy'>&#160;</span>
  483. <a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
  484. <b:include data='backlink' name='backlinkDeleteIcon'/>
  485. </dt>
  486. <dd class='comment-body collapseable'>
  487. <data:backlink.snippet/>
  488. </dd>
  489. <dd class='comment-footer collapseable'>
  490. <span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
  491. <span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
  492. </dd>
  493. </div>
  494. </b:loop>
  495. </dl>
  496. </b:if>
  497. <p class='comment-footer'>
  498. <a class='comment-link' expr:href='data:post.createLinkUrl' expr:id='data:widget.instanceId + &quot;_backlinks-create-link&quot;' target='_blank'><data:post.createLinkLabel/></a>
  499. </p>
  500. </b:includable>
  501. <b:includable id='comment-form' var='post'>
  502. <div class='comment-form'>
  503. <a name='comment-form'/>
  504. <b:if cond='data:mobile'>
  505. <h4 id='comment-post-message'>
  506. <a expr:id='data:widget.instanceId + &quot;_comment-editor-toggle-link&quot;' href='javascript:void(0)'><data:postCommentMsg/></a></h4>
  507. <p><data:blogCommentMessage/></p>
  508. <data:blogTeamBlogMessage/>
  509. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  510. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
  511. <b:else/>
  512. <h4 id='comment-post-message'><data:postCommentMsg/></h4>
  513. <p><data:blogCommentMessage/></p>
  514. <data:blogTeamBlogMessage/>
  515. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  516. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  517. </b:if>
  518. <data:post.friendConnectJs/>
  519. <data:post.cmtfpIframe/>
  520. <script type='text/javascript'>
  521. BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
  522. </script>
  523. </div>
  524. </b:includable>
  525. <b:includable id='commentDeleteIcon' var='comment'>
  526. <span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
  527. <b:if cond='data:showCmtPopup'>
  528. <div class='goog-toggle-button'>
  529. <div class='goog-inline-block comment-action-icon'/>
  530. </div>
  531. <b:else/>
  532. <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
  533. <img src='//www.blogger.com/img/icon_delete13.gif'/>
  534. </a>
  535. </b:if>
  536. </span>
  537. </b:includable>
  538. <b:includable id='comment_count_picker' var='post'>
  539. <b:if cond='data:post.commentSource == 1'>
  540. <span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments' expr:data-onclick='data:post.addCommentOnclick' expr:data-post-url='data:post.url' expr:data-url='data:post.canonicalUrl'>
  541. </span>
  542. <b:else/>
  543. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
  544. <data:post.commentLabelFull/>:
  545. </a>
  546. </b:if>
  547. </b:includable>
  548. <b:includable id='comment_picker' var='post'>
  549. <b:if cond='data:post.commentSource == 1'>
  550. <b:include data='post' name='iframe_comments'/>
  551. <b:else/>
  552. <b:if cond='data:post.showThreadedComments'>
  553. <b:include data='post' name='threaded_comments'/>
  554. <b:else/>
  555. <b:include data='post' name='comments'/>
  556. </b:if>
  557. </b:if>
  558. </b:includable>
  559. <b:includable id='comments' var='post'>
  560. <div class='comments' id='comments'>
  561. <a name='comments'/>
  562. <b:if cond='data:post.allowComments'>
  563. <h4><data:post.commentLabelFull/>:</h4>
  564.  
  565. <b:if cond='data:post.commentPagingRequired'>
  566. <span class='paging-control-container'>
  567. <b:if cond='data:post.hasOlderLinks'>
  568. <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
  569. &#160;
  570. <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
  571. &#160;
  572. </b:if>
  573.  
  574. <data:post.commentRangeText/>
  575.  
  576. <b:if cond='data:post.hasNewerLinks'>
  577. &#160;
  578. <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
  579. &#160;
  580. <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
  581. </b:if>
  582. </span>
  583. </b:if>
  584.  
  585. <div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>
  586. <dl expr:class='data:post.avatarIndentClass' id='comments-block'>
  587. <b:loop values='data:post.comments' var='comment'>
  588. <dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>
  589. <b:if cond='data:comment.favicon'>
  590. <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
  591. </b:if>
  592. <a expr:name='data:comment.anchorName'/>
  593. <b:if cond='data:blog.enabledCommentProfileImages'>
  594. <data:comment.authorAvatarImage/>
  595. </b:if>
  596. <b:if cond='data:comment.authorUrl'>
  597. <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
  598. <b:else/>
  599. <data:comment.author/>
  600. </b:if>
  601. <data:commentPostedByMsg/>
  602. </dt>
  603. <dd class='comment-body' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>
  604. <b:if cond='data:comment.isDeleted'>
  605. <span class='deleted-comment'><data:comment.body/></span>
  606. <b:else/>
  607. <p>
  608. <data:comment.body/>
  609. </p>
  610. </b:if>
  611. </dd>
  612. <dd class='comment-footer'>
  613. <span class='comment-timestamp'>
  614. <a expr:href='data:comment.url' title='comment permalink'>
  615. <data:comment.timestamp/>
  616. </a>
  617. <b:include data='comment' name='commentDeleteIcon'/>
  618. </span>
  619. </dd>
  620. </b:loop>
  621. </dl>
  622. </div>
  623.  
  624. <b:if cond='data:post.commentPagingRequired'>
  625. <span class='paging-control-container'>
  626. <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
  627. <data:post.oldestLinkText/>
  628. </a>
  629. <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
  630. <data:post.olderLinkText/>
  631. </a>
  632. &#160;
  633. <data:post.commentRangeText/>
  634. &#160;
  635. <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
  636. <data:post.newerLinkText/>
  637. </a>
  638. <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
  639. <data:post.newestLinkText/>
  640. </a>
  641. </span>
  642. </b:if>
  643.  
  644. <p class='comment-footer'>
  645. <b:if cond='data:post.embedCommentForm'>
  646. <b:if cond='data:post.allowNewComments'>
  647. <b:include data='post' name='comment-form'/>
  648. <b:else/>
  649. <data:post.noNewCommentsText/>
  650. </b:if>
  651. <b:else/>
  652. <b:if cond='data:post.allowComments'>
  653. <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  654. </b:if>
  655. </b:if>
  656.  
  657. </p>
  658. </b:if>
  659. <b:if cond='data:showCmtPopup'>
  660. <div id='comment-popup'>
  661. <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  662. </iframe>
  663. </div>
  664. </b:if>
  665.  
  666. <div id='backlinks-container'>
  667. <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  668. <b:if cond='data:post.showBacklinks'>
  669. <b:include data='post' name='backlinks'/>
  670. </b:if>
  671. </div>
  672. </div>
  673. </div>
  674. </b:includable>
  675. <b:includable id='feedLinks'>
  676. <b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
  677. <b:if cond='data:feedLinks'>
  678. <div class='blog-feeds'>
  679. <b:include data='feedLinks' name='feedLinksBody'/>
  680. </div>
  681. </b:if>
  682.  
  683. <b:else/> <!--Post feed links -->
  684. <div class='post-feeds'>
  685. <b:loop values='data:posts' var='post'>
  686. <b:if cond='data:post.allowComments'>
  687. <b:if cond='data:post.feedLinks'>
  688. <b:include data='post.feedLinks' name='feedLinksBody'/>
  689. </b:if>
  690. </b:if>
  691. </b:loop>
  692. </div>
  693. </b:if>
  694. </b:includable>
  695. <b:includable id='feedLinksBody' var='links'>
  696. <div class='feed-links'>
  697. <data:feedLinksMsg/>
  698. <b:loop values='data:links' var='f'>
  699. <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
  700. </b:loop>
  701. </div>
  702. </b:includable>
  703. <b:includable id='iframe_comments' var='post'>
  704.  
  705. <b:if cond='data:post.allowIframeComments'>
  706. <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
  707. <div class='cmt_iframe_holder' expr:data-href='data:post.canonicalUrl' expr:data-viewtype='data:post.viewType'/>
  708.  
  709. <b:if cond='data:post.embedCommentForm == &quot;false&quot;'>
  710. <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  711. </b:if>
  712. </b:if>
  713. </b:includable>
  714. <b:includable id='mobile-index-post' var='post'>
  715. <div class='mobile-date-outer date-outer'>
  716. <b:if cond='data:post.dateHeader'>
  717. <div class='date-header'>
  718. <span><data:post.dateHeader/></span>
  719. </div>
  720. </b:if>
  721.  
  722. <div class='mobile-post-outer'>
  723. <a expr:href='data:post.url'>
  724. <h3 class='mobile-index-title entry-title' itemprop='name'>
  725. <data:post.title/>
  726. </h3>
  727.  
  728. <div class='mobile-index-arrow'>&amp;rsaquo;</div>
  729.  
  730. <div class='mobile-index-contents'>
  731. <b:if cond='data:post.thumbnailUrl'>
  732. <div class='mobile-index-thumbnail'>
  733. <div class='Image'>
  734. <img expr:src='data:post.thumbnailUrl'/>
  735. </div>
  736. </div>
  737. </b:if>
  738.  
  739. <div class='post-body'>
  740. <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
  741. </div>
  742. </div>
  743.  
  744. <div style='clear: both;'/>
  745. </a>
  746.  
  747. <div class='mobile-index-comment'>
  748. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  749. <b:if cond='data:post.allowComments'>
  750. <b:if cond='data:post.numComments != 0'>
  751. <b:include data='post' name='comment_count_picker'/>
  752. </b:if>
  753. </b:if>
  754. </b:if>
  755. </div>
  756. </div>
  757. </div>
  758. </b:includable>
  759. <b:includable id='mobile-main' var='top'>
  760. <!-- posts -->
  761. <div class='blog-posts hfeed'>
  762.  
  763. <b:include data='top' name='status-message'/>
  764.  
  765. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  766. <b:loop values='data:posts' var='post'>
  767. <b:include data='post' name='mobile-index-post'/>
  768. </b:loop>
  769. <b:else/>
  770. <b:loop values='data:posts' var='post'>
  771. <b:include data='post' name='mobile-post'/>
  772. </b:loop>
  773. </b:if>
  774. </div>
  775.  
  776. <b:include name='mobile-nextprev'/>
  777. </b:includable>
  778. <b:includable id='mobile-nextprev'>
  779. <div class='blog-pager' id='blog-pager'>
  780. <b:if cond='data:newerPageUrl'>
  781. <div class='mobile-link-button' id='blog-pager-newer-link'>
  782. <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'>&amp;lsaquo;</a>
  783. </div>
  784. </b:if>
  785.  
  786. <b:if cond='data:olderPageUrl'>
  787. <div class='mobile-link-button' id='blog-pager-older-link'>
  788. <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'>&amp;rsaquo;</a>
  789. </div>
  790. </b:if>
  791.  
  792. <div class='mobile-link-button' id='blog-pager-home-link'>
  793. <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  794. </div>
  795.  
  796. <div class='mobile-desktop-link'>
  797. <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
  798. </div>
  799.  
  800. </div>
  801. <div class='clear'/>
  802. </b:includable>
  803. <b:includable id='mobile-post' var='post'>
  804. <div class='date-outer'>
  805. <b:if cond='data:post.dateHeader'>
  806. <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
  807. </b:if>
  808. <div class='date-posts'>
  809. <div class='post-outer'>
  810.  
  811. <div class='post hentry uncustomized-post-template' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
  812. <b:if cond='data:post.thumbnailUrl'>
  813. <meta expr:content='data:post.thumbnailUrl' itemprop='image_url'/>
  814. </b:if>
  815. <meta expr:content='data:blog.blogId' itemprop='blogId'/>
  816. <meta expr:content='data:post.id' itemprop='postId'/>
  817.  
  818. <a expr:name='data:post.id'/>
  819. <b:if cond='data:post.title'>
  820. <h3 class='post-title entry-title' itemprop='name'>
  821. <b:if cond='data:post.link'>
  822. <a expr:href='data:post.link'><data:post.title/></a>
  823. <b:else/>
  824. <b:if cond='data:post.url'>
  825. <b:if cond='data:blog.url != data:post.url'>
  826. <a expr:href='data:post.url'><data:post.title/></a>
  827. <b:else/>
  828. <data:post.title/>
  829. </b:if>
  830. <b:else/>
  831. <data:post.title/>
  832. </b:if>
  833. </b:if>
  834. </h3>
  835. </b:if>
  836.  
  837. <div class='post-header'>
  838. <div class='post-header-line-1'/>
  839. </div>
  840.  
  841. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'>
  842. <data:post.body/>
  843. <div style='clear: both;'/> <!-- clear for photos floats -->
  844. </div>
  845.  
  846. <div class='post-footer'>
  847. <div class='post-footer-line post-footer-line-1'>
  848. <span class='post-author vcard'>
  849. <b:if cond='data:top.showAuthor'>
  850. <b:if cond='data:post.authorProfileUrl'>
  851. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  852. <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
  853. <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
  854. <span itemprop='name'><data:post.author/></span>
  855. </a>
  856. </span>
  857. <b:else/>
  858. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  859. <span itemprop='name'><data:post.author/></span>
  860. </span>
  861. </b:if>
  862. </b:if>
  863. </span>
  864.  
  865. <span class='post-timestamp'>
  866. <b:if cond='data:top.showTimestamp'>
  867. <data:top.timestampLabel/>
  868. <b:if cond='data:post.url'>
  869. <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
  870. <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
  871. </b:if>
  872. </b:if>
  873. </span>
  874.  
  875. <span class='post-comment-link'>
  876. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  877. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  878. <b:if cond='data:post.allowComments'>
  879. <b:include data='post' name='comment_count_picker'/>
  880. </b:if>
  881. </b:if>
  882. </b:if>
  883. </span>
  884. </div>
  885.  
  886. <div class='post-footer-line post-footer-line-2'>
  887. <b:if cond='data:top.showMobileShare'>
  888. <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
  889. <a href='javascript:void(0);'><data:shareMsg/></a>
  890. </div>
  891. </b:if>
  892. <b:if cond='data:top.showDummy'>
  893. <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
  894. </b:if>
  895. </div>
  896.  
  897. </div>
  898. </div>
  899.  
  900. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  901. <b:include data='post' name='comment_picker'/>
  902. </b:if>
  903. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  904. <b:include data='post' name='comment_picker'/>
  905. </b:if>
  906. </div>
  907. </div>
  908. </div>
  909. </b:includable>
  910. <b:includable id='nextprev'>
  911. <div class='blog-pager' id='blog-pager'>
  912. <b:if cond='data:newerPageUrl'>
  913. <span id='blog-pager-newer-link'>
  914. <a class='blog-pager-newer-link' expr:href='data:newerPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-newer-link&quot;' expr:title='data:newerPageTitle'><data:newerPageTitle/></a>
  915. </span>
  916. </b:if>
  917.  
  918. <b:if cond='data:olderPageUrl'>
  919. <span id='blog-pager-older-link'>
  920. <a class='blog-pager-older-link' expr:href='data:olderPageUrl' expr:id='data:widget.instanceId + &quot;_blog-pager-older-link&quot;' expr:title='data:olderPageTitle'><data:olderPageTitle/></a>
  921. </span>
  922. </b:if>
  923.  
  924. <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  925.  
  926. <b:if cond='data:mobileLinkUrl'>
  927. <div class='blog-mobile-link'>
  928. <a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
  929. </div>
  930. </b:if><br/>
  931. <div style='padding:1px;font-size:6pt; text-transform:uppercase;'> Szablon wykonany przez <a href='http://graphical-thoughts.blogspot.com/'>Tyler</a></div>
  932. </div>
  933. <div class='clear'/>
  934. </b:includable>
  935. <b:includable id='post' var='post'>
  936. <div class='post hentry' itemprop='blogPost' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
  937. <b:if cond='data:post.firstImageUrl'>
  938. <meta expr:content='data:post.firstImageUrl' itemprop='image_url'/>
  939. </b:if>
  940. <meta expr:content='data:blog.blogId' itemprop='blogId'/>
  941. <meta expr:content='data:post.id' itemprop='postId'/>
  942.  
  943. <a expr:name='data:post.id'/>
  944. <b:if cond='data:post.title'>
  945. <h3 class='post-title entry-title' itemprop='name'>
  946. <b:if cond='data:post.link'>
  947. <a expr:href='data:post.link'><data:post.title/></a>
  948. <b:else/>
  949. <b:if cond='data:post.url'>
  950. <b:if cond='data:blog.url != data:post.url'>
  951. <a expr:href='data:post.url'><data:post.title/></a>
  952. <b:else/>
  953. <data:post.title/>
  954. </b:if>
  955. <b:else/>
  956. <data:post.title/>
  957. </b:if>
  958. </b:if>
  959. <span class='post-comment-link' style='float:right;letter-spacing:0px; font-size:7pt;'>
  960. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  961. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  962. <b:if cond='data:post.allowComments'>
  963. <b:include data='post' name='comment_count_picker'/>
  964. </b:if>
  965. </b:if>
  966. </b:if>
  967. </span>
  968. </h3>
  969. </b:if>
  970.  
  971. <div class='post-header'>
  972. <div class='post-header-line-1'/>
  973. </div>
  974.  
  975. <b:if cond='data:blog.metaDescription == &quot;&quot;'>
  976. <!-- Then use the post body as the schema.org description,
  977. for good G+/FB snippeting. -->
  978. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='description articleBody'>
  979. <data:post.body/>
  980. <div style='clear: both;'/> <!-- clear for photos floats -->
  981. </div>
  982. <b:else/>
  983. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'>
  984. <data:post.body/>
  985. <div style='clear: both;'/> <!-- clear for photos floats -->
  986. </div>
  987. </b:if>
  988.  
  989. <b:if cond='data:post.hasJumpLink'>
  990. <div class='jump-link'>
  991. <a expr:href='data:post.url + &quot;#more&quot;' expr:title='data:post.title'><data:post.jumpText/></a>
  992. </div>
  993. </b:if>
  994.  
  995. <div class='post-footer'>
  996. <div class='post-footer-line post-footer-line-1'><span class='post-author vcard'>
  997. <b:if cond='data:top.showAuthor'>
  998. <data:top.authorLabel/>
  999. <b:if cond='data:post.authorProfileUrl'>
  1000. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  1001. <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
  1002. <a class='g-profile' expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
  1003. <span itemprop='name'><data:post.author/></span>
  1004. </a>
  1005. </span>
  1006. <b:else/>
  1007. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  1008. <span itemprop='name'><data:post.author/></span>
  1009. </span>
  1010. </b:if>
  1011. </b:if>
  1012. </span> <span class='post-timestamp'>
  1013. <b:if cond='data:top.showTimestamp'>
  1014. <data:top.timestampLabel/>
  1015. <b:if cond='data:post.url'>
  1016. <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
  1017. <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601' itemprop='datePublished'><data:post.timestamp/></abbr></a>
  1018. </b:if>
  1019. </b:if>
  1020. </span> </div>
  1021.  
  1022. <div class='post-footer-line post-footer-line-2'><span class='post-labels'>
  1023. <b:if cond='data:post.labels'>
  1024. <data:postLabelsLabel/>
  1025. <b:loop values='data:post.labels' var='label'>
  1026. <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
  1027. </b:loop>
  1028. </b:if>
  1029. </span> </div>
  1030.  
  1031. <div class='post-footer-line post-footer-line-3'><span class='post-location'>
  1032. <b:if cond='data:top.showLocation'>
  1033. <b:if cond='data:post.location'>
  1034. <data:postLocationLabel/>
  1035. <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
  1036. </b:if>
  1037. </b:if>
  1038. </span> </div>
  1039. <b:if cond='data:post.authorAboutMe'>
  1040. <div class='author-profile' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  1041. <b:if cond='data:post.authorPhoto.url'>
  1042. <img expr:src='data:post.authorPhoto.url' itemprop='image' width='50px'/>
  1043. </b:if>
  1044. <div>
  1045. <a class='g-profile' expr:href='data:post.authorProfileUrl' itemprop='url' rel='author' title='author profile'>
  1046. <span itemprop='name'><data:post.author/></span>
  1047. </a>
  1048. </div>
  1049. <span itemprop='description'><data:post.authorAboutMe/></span>
  1050. </div>
  1051. </b:if>
  1052. </div>
  1053. </div>
  1054. </b:includable>
  1055. <b:includable id='postQuickEdit' var='post'>
  1056. <b:if cond='data:post.editUrl'>
  1057. <span expr:class='&quot;item-control &quot; + data:post.adminClass'>
  1058. <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
  1059. <img alt='' class='icon-action' height='18' src='http://img2.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
  1060. </a>
  1061. </span>
  1062. </b:if>
  1063. </b:includable>
  1064. <b:includable id='shareButtons' var='post'>
  1065. <b:if cond='data:top.showEmailButton'><a class='goog-inline-block share-button sb-email' expr:href='data:post.sharePostUrl + &quot;&amp;target=email&quot;' expr:title='data:top.emailThisMsg' target='_blank'><span class='share-button-link-text'><data:top.emailThisMsg/></span></a></b:if><b:if cond='data:top.showBlogThisButton'><a class='goog-inline-block share-button sb-blog' expr:href='data:post.sharePostUrl + &quot;&amp;target=blog&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=270,width=475\&quot;); return false;&quot;' expr:title='data:top.blogThisMsg' target='_blank'><span class='share-button-link-text'><data:top.blogThisMsg/></span></a></b:if><b:if cond='data:top.showTwitterButton'><a class='goog-inline-block share-button sb-twitter' expr:href='data:post.sharePostUrl + &quot;&amp;target=twitter&quot;' expr:title='data:top.shareToTwitterMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToTwitterMsg/></span></a></b:if><b:if cond='data:top.showFacebookButton'><a class='goog-inline-block share-button sb-facebook' expr:href='data:post.sharePostUrl + &quot;&amp;target=facebook&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' expr:title='data:top.shareToFacebookMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a></b:if><b:if cond='data:top.showOrkutButton'><a class='goog-inline-block share-button sb-orkut' expr:href='data:post.sharePostUrl + &quot;&amp;target=orkut&quot;' expr:title='data:top.shareToOrkutMsg' target='_blank'><span class='share-button-link-text'><data:top.shareToOrkutMsg/></span></a></b:if><b:if cond='data:top.showDummy'><div class='goog-inline-block dummy-container'><data:post.dummyTag/></div></b:if>
  1066. </b:includable>
  1067. <b:includable id='status-message'>
  1068. <b:if cond='data:navMessage'>
  1069. <div class='status-msg-wrap'>
  1070. <div class='status-msg-body'>
  1071. <data:navMessage/>
  1072. </div>
  1073. <div class='status-msg-border'>
  1074. <div class='status-msg-bg'>
  1075. <div class='status-msg-hidden'><data:navMessage/></div>
  1076. </div>
  1077. </div>
  1078. </div>
  1079. <div style='clear: both;'/>
  1080. </b:if>
  1081. </b:includable>
  1082. <b:includable id='threaded-comment-form' var='post'>
  1083. <div class='comment-form'>
  1084. <a name='comment-form'/>
  1085. <b:if cond='data:mobile'>
  1086. <p><data:blogCommentMessage/></p>
  1087. <data:blogTeamBlogMessage/>
  1088. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1089. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' style='display: none' width='100%'/>
  1090. <b:else/>
  1091. <p><data:blogCommentMessage/></p>
  1092. <data:blogTeamBlogMessage/>
  1093. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1094. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  1095. </b:if>
  1096. <data:post.friendConnectJs/>
  1097. <data:post.cmtfpIframe/>
  1098. <script type='text/javascript'>
  1099. BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
  1100. </script>
  1101. </div>
  1102. </b:includable>
  1103. <b:includable id='threaded_comment_js' var='post'>
  1104. <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>
  1105.  
  1106. <script type='text/javascript'>
  1107. (function() {
  1108. var items = <data:post.commentJso/>;
  1109. var msgs = <data:post.commentMsgs/>;
  1110. var config = <data:post.commentConfig/>;
  1111.  
  1112. // <![CDATA[
  1113. var cursor = null;
  1114. if (items && items.length > 0) {
  1115. cursor = parseInt(items[items.length - 1].timestamp) + 1;
  1116. }
  1117.  
  1118. var bodyFromEntry = function(entry) {
  1119. if (entry.gd$extendedProperty) {
  1120. for (var k in entry.gd$extendedProperty) {
  1121. if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
  1122. return '<span class="deleted-comment">' + entry.content.$t + '</span>';
  1123. }
  1124. }
  1125. }
  1126. return entry.content.$t;
  1127. }
  1128.  
  1129. var parse = function(data) {
  1130. cursor = null;
  1131. var comments = [];
  1132. if (data && data.feed && data.feed.entry) {
  1133. for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
  1134. var comment = {};
  1135. // comment ID, parsed out of the original id format
  1136. var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
  1137. comment.id = id ? id[2] : null;
  1138. comment.body = bodyFromEntry(entry);
  1139. comment.timestamp = Date.parse(entry.published.$t) + '';
  1140. if (entry.author && entry.author.constructor === Array) {
  1141. var auth = entry.author[0];
  1142. if (auth) {
  1143. comment.author = {
  1144. name: (auth.name ? auth.name.$t : undefined),
  1145. profileUrl: (auth.uri ? auth.uri.$t : undefined),
  1146. avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
  1147. };
  1148. }
  1149. }
  1150. if (entry.link) {
  1151. if (entry.link[2]) {
  1152. comment.link = comment.permalink = entry.link[2].href;
  1153. }
  1154. if (entry.link[3]) {
  1155. var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
  1156. if (pid && pid[1]) {
  1157. comment.parentId = pid[1];
  1158. }
  1159. }
  1160. }
  1161. comment.deleteclass = 'item-control blog-admin';
  1162. if (entry.gd$extendedProperty) {
  1163. for (var k in entry.gd$extendedProperty) {
  1164. if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
  1165. comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
  1166. } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') {
  1167. comment.displayTime = entry.gd$extendedProperty[k].value;
  1168. }
  1169. }
  1170. }
  1171. comments.push(comment);
  1172. }
  1173. }
  1174. return comments;
  1175. };
  1176.  
  1177. var paginator = function(callback) {
  1178. if (hasMore()) {
  1179. var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
  1180. if (cursor) {
  1181. url += '&published-min=' + new Date(cursor).toISOString();
  1182. }
  1183. window.bloggercomments = function(data) {
  1184. var parsed = parse(data);
  1185. cursor = parsed.length < 50 ? null
  1186. : parseInt(parsed[parsed.length - 1].timestamp) + 1
  1187. callback(parsed);
  1188. window.bloggercomments = null;
  1189. }
  1190. url += '&callback=bloggercomments';
  1191. var script = document.createElement('script');
  1192. script.type = 'text/javascript';
  1193. script.src = url;
  1194. document.getElementsByTagName('head')[0].appendChild(script);
  1195. }
  1196. };
  1197. var hasMore = function() {
  1198. return !!cursor;
  1199. };
  1200. var getMeta = function(key, comment) {
  1201. if ('iswriter' == key) {
  1202. var matches = !!comment.author
  1203. && comment.author.name == config.authorName
  1204. && comment.author.profileUrl == config.authorUrl;
  1205. return matches ? 'true' : '';
  1206. } else if ('deletelink' == key) {
  1207. return config.baseUri + '/delete-comment.g?blogID='
  1208. + config.blogId + '&postID=' + comment.id;
  1209. } else if ('deleteclass' == key) {
  1210. return comment.deleteclass;
  1211. }
  1212. return '';
  1213. };
  1214.  
  1215. var replybox = null;
  1216. var replyUrlParts = null;
  1217. var replyParent = undefined;
  1218.  
  1219. var onReply = function(commentId, domId) {
  1220. if (replybox == null) {
  1221. // lazily cache replybox, and adjust to suit this style:
  1222. replybox = document.getElementById('comment-editor');
  1223. if (replybox != null) {
  1224. replybox.height = '250px';
  1225. replybox.style.display = 'block';
  1226. replyUrlParts = replybox.src.split('#');
  1227. }
  1228. }
  1229. if (replybox && (commentId !== replyParent)) {
  1230. document.getElementById(domId).insertBefore(replybox, null);
  1231. replybox.src = replyUrlParts[0]
  1232. + (commentId ? '&parentID=' + commentId : '')
  1233. + '#' + replyUrlParts[1];
  1234. replyParent = commentId;
  1235. }
  1236. };
  1237.  
  1238. var hash = (window.location.hash || '#').substring(1);
  1239. var startThread, targetComment;
  1240. if (/^comment-form_/.test(hash)) {
  1241. startThread = hash.substring('comment-form_'.length);
  1242. } else if (/^c[0-9]+$/.test(hash)) {
  1243. targetComment = hash.substring(1);
  1244. }
  1245.  
  1246. // Configure commenting API:
  1247. var configJso = {
  1248. 'maxDepth': config.maxThreadDepth
  1249. };
  1250. var provider = {
  1251. 'id': config.postId,
  1252. 'data': items,
  1253. 'loadNext': paginator,
  1254. 'hasMore': hasMore,
  1255. 'getMeta': getMeta,
  1256. 'onReply': onReply,
  1257. 'rendered': true,
  1258. 'initComment': targetComment,
  1259. 'initReplyThread': startThread,
  1260. 'config': configJso,
  1261. 'messages': msgs
  1262. };
  1263.  
  1264. var render = function() {
  1265. if (window.goog && window.goog.comments) {
  1266. var holder = document.getElementById('comment-holder');
  1267. window.goog.comments.render(holder, provider);
  1268. }
  1269. };
  1270.  
  1271. // render now, or queue to render when library loads:
  1272. if (window.goog && window.goog.comments) {
  1273. render();
  1274. } else {
  1275. window.goog = window.goog || {};
  1276. window.goog.comments = window.goog.comments || {};
  1277. window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
  1278. window.goog.comments.loadQueue.push(render);
  1279. }
  1280. })();
  1281. // ]]>
  1282. </script>
  1283. </b:includable>
  1284. <b:includable id='threaded_comments' var='post'>
  1285. <div class='comments' id='comments'>
  1286. <a name='comments'/>
  1287. <h4><data:post.commentLabelFull/>:</h4>
  1288.  
  1289. <div class='comments-content'>
  1290. <b:if cond='data:post.embedCommentForm'>
  1291. <b:include data='post' name='threaded_comment_js'/>
  1292. </b:if>
  1293. <div id='comment-holder'>
  1294. <data:post.commentHtml/>
  1295. </div>
  1296. </div>
  1297.  
  1298. <p class='comment-footer'>
  1299. <b:if cond='data:post.allowNewComments'>
  1300. <b:include data='post' name='threaded-comment-form'/>
  1301. <b:else/>
  1302. <data:post.noNewCommentsText/>
  1303. </b:if>
  1304. </p>
  1305.  
  1306. <b:if cond='data:showCmtPopup'>
  1307. <div id='comment-popup'>
  1308. <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  1309. </iframe>
  1310. </div>
  1311. </b:if>
  1312.  
  1313. <div id='backlinks-container'>
  1314. <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  1315. <b:if cond='data:post.showBacklinks'>
  1316. <b:include data='post' name='backlinks'/>
  1317. </b:if>
  1318. </div>
  1319. </div>
  1320. </div>
  1321. </b:includable>
  1322. </b:widget>
  1323. </b:section>
  1324. </div>
  1325. </div>
  1326.  
  1327. <div class='column-left-outer'>
  1328. <div class='column-left-inner'>
  1329. <aside>
  1330. <macro:include id='main-column-left-sections' name='sections'>
  1331. <macro:param default='0' name='num' value='1'/>
  1332. <macro:param default='sidebar-left' name='idPrefix'/>
  1333. <macro:param default='sidebar' name='class'/>
  1334. <macro:param default='true' name='includeBottom'/>
  1335. </macro:include>
  1336. </aside>
  1337. </div>
  1338. </div>
  1339.  
  1340. <div class='column-right-outer'>
  1341. <div class='column-right-inner'>
  1342. <aside>
  1343. <macro:include id='main-column-right-sections' name='sections'>
  1344. <macro:param default='2' name='num' value='0'/>
  1345. <macro:param default='sidebar-right' name='idPrefix'/>
  1346. <macro:param default='sidebar' name='class'/>
  1347. <macro:param default='true' name='includeBottom'/>
  1348. </macro:include>
  1349. </aside>
  1350. </div>
  1351. </div>
  1352.  
  1353. </div>
  1354.  
  1355. <div style='clear: both'/>
  1356. <!-- columns -->
  1357. </div>
  1358.  
  1359. <!-- main -->
  1360. </div>
  1361. </div>
  1362. <div class='main-cap-bottom cap-bottom'>
  1363. <div class='cap-left'/>
  1364. <div class='cap-right'/>
  1365. </div>
  1366. </div>
  1367.  
  1368. <footer>
  1369. <div class='footer-outer'>
  1370. <div class='footer-cap-top cap-top'>
  1371. <div class='cap-left'/>
  1372. <div class='cap-right'/>
  1373. </div>
  1374. <div class='fauxborder-left footer-fauxborder-left'>
  1375. <div class='fauxborder-right footer-fauxborder-right'/>
  1376. <div class='region-inner footer-inner'>
  1377. <macro:include id='footer-sections' name='sections'>
  1378. <macro:param default='2' name='num'/>
  1379. <macro:param default='footer' name='idPrefix'/>
  1380. <macro:param default='foot' name='class'/>
  1381. <macro:param default='false' name='includeBottom'/>
  1382. </macro:include>
  1383. <!-- outside of the include in order to lock Attribution widget -->
  1384. <b:section class='foot' id='footer-3' showaddelement='no'>
  1385. <b:widget id='Attribution1' locked='true' title='' type='Attribution'>
  1386. <b:includable id='main'>
  1387. <b:if cond='data:feedbackSurveyLink'>
  1388. <div class='mobile-survey-link' style='text-align: center;'>
  1389. <data:feedbackSurveyLink/>
  1390. </div>
  1391. </b:if>
  1392.  
  1393. <div class='widget-content' style='text-align: center;'>
  1394. <b:if cond='data:attribution != &quot;&quot;'>
  1395. <data:attribution/>
  1396. </b:if>
  1397. </div>
  1398.  
  1399. <b:include name='quickedit'/>
  1400. </b:includable>
  1401. </b:widget>
  1402. </b:section>
  1403. </div>
  1404. </div>
  1405. <div class='footer-cap-bottom cap-bottom'>
  1406. <div class='cap-left'/>
  1407. <div class='cap-right'/>
  1408. </div>
  1409. </div>
  1410. </footer>
  1411.  
  1412. <!-- content -->
  1413. </div>
  1414. </div>
  1415. <div class='content-cap-bottom cap-bottom'>
  1416. <div class='cap-left'/>
  1417. <div class='cap-right'/>
  1418. </div>
  1419. </div>
  1420. </div>
  1421.  
  1422. <script type='text/javascript'>
  1423. window.setTimeout(function() {
  1424. document.body.className = document.body.className.replace(&#39;loading&#39;, &#39;&#39;);
  1425. }, 10);
  1426. </script>
  1427. </body>
  1428.  
  1429. <macro:includable id='sections' var='col'>
  1430. <macro:if cond='data:col.num == 0'>
  1431. <macro:else/>
  1432. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-1&quot;' preferred='yes' showaddelement='yes'/>
  1433.  
  1434. <macro:if cond='data:col.num &gt;= 2'>
  1435. <table border='0' cellpadding='0' cellspacing='0' mexpr:class='&quot;section-columns columns-&quot; + data:col.num'>
  1436. <tbody>
  1437. <tr>
  1438. <td class='first columns-cell'>
  1439. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-2-1&quot;'/>
  1440. </td>
  1441.  
  1442. <td class='columns-cell'>
  1443. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-2-2&quot;'/>
  1444. </td>
  1445.  
  1446. <macro:if cond='data:col.num &gt;= 3'>
  1447. <td class='columns-cell'>
  1448. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-2-3&quot;'/>
  1449. </td>
  1450. </macro:if>
  1451.  
  1452. <macro:if cond='data:col.num &gt;= 4'>
  1453. <td class='columns-cell'>
  1454. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-2-4&quot;'/>
  1455. </td>
  1456. </macro:if>
  1457. </tr>
  1458. </tbody>
  1459. </table>
  1460.  
  1461. <macro:if cond='data:col.includeBottom'>
  1462. <b:section mexpr:class='data:col.class' mexpr:id='data:col.idPrefix + &quot;-3&quot;' showaddelement='no'/>
  1463. </macro:if>
  1464. </macro:if>
  1465. </macro:if>
  1466. </macro:includable>
  1467.  
  1468. <b:section-contents id='sidebar-left-1'>
  1469. <b:widget id='HTML3' locked='false' title='Nawigacja' type='HTML'>
  1470. <b:includable id='main'>
  1471. <!-- only display title if it's non-empty -->
  1472. <b:if cond='data:title != &quot;&quot;'>
  1473. <h2 class='title'><data:title/></h2>
  1474. </b:if>
  1475. <div class='widget-content'>
  1476. <data:content/>
  1477. </div>
  1478.  
  1479. <b:include name='quickedit'/>
  1480. </b:includable>
  1481. </b:widget>
  1482. <b:widget id='Text1' locked='false' title='Dwa słowa o blogu' type='Text'>
  1483. <b:includable id='main'>
  1484. <!-- only display title if it's non-empty -->
  1485. <b:if cond='data:title != &quot;&quot;'>
  1486. <h2 class='title'><data:title/></h2>
  1487. </b:if>
  1488. <div class='widget-content'>
  1489. <data:content/>
  1490. </div>
  1491.  
  1492. <b:include name='quickedit'/>
  1493. </b:includable>
  1494. </b:widget>
  1495. <b:widget id='HTML2' locked='false' title='znajomi' type='HTML'>
  1496. <b:includable id='main'>
  1497. <!-- only display title if it's non-empty -->
  1498. <b:if cond='data:title != &quot;&quot;'>
  1499. <h2 class='title'><data:title/></h2>
  1500. </b:if>
  1501. <div class='widget-content'>
  1502. <data:content/>
  1503. </div>
  1504.  
  1505. <b:include name='quickedit'/>
  1506. </b:includable>
  1507. </b:widget>
  1508. <b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>
  1509. <b:includable id='main'>
  1510. <b:if cond='data:title'>
  1511. <h2><data:title/></h2>
  1512. </b:if>
  1513. <div class='widget-content'>
  1514. <div expr:class='data:blog.languageDirection' id='ArchiveList'>
  1515. <div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'>
  1516. <b:if cond='data:style == &quot;HIERARCHY&quot;'>
  1517. <b:include data='data' name='interval'/>
  1518. </b:if>
  1519. <b:if cond='data:style == &quot;FLAT&quot;'>
  1520. <b:include data='data' name='flat'/>
  1521. </b:if>
  1522. <b:if cond='data:style == &quot;MENU&quot;'>
  1523. <b:include data='data' name='menu'/>
  1524. </b:if>
  1525. </div>
  1526. </div>
  1527. <b:include name='quickedit'/>
  1528. </div>
  1529. </b:includable>
  1530. <b:includable id='flat' var='data'>
  1531. <ul class='flat'>
  1532. <b:loop values='data:data' var='i'>
  1533. <li class='archivedate'>
  1534. <a expr:href='data:i.url'><data:i.name/></a> (<data:i.post-count/>)
  1535. </li>
  1536. </b:loop>
  1537. </ul>
  1538. </b:includable>
  1539. <b:includable id='interval' var='intervalData'>
  1540. <b:loop values='data:intervalData' var='i'>
  1541. <ul class='hierarchy'>
  1542. <li expr:class='&quot;archivedate &quot; + data:i.expclass'>
  1543. <b:include data='i' name='toggle'/>
  1544. <a class='post-count-link' expr:href='data:i.url'><data:i.name/></a>
  1545. <span class='post-count' dir='ltr'>(<data:i.post-count/>)</span>
  1546. <b:if cond='data:i.data'>
  1547. <b:include data='i.data' name='interval'/>
  1548. </b:if>
  1549. <b:if cond='data:i.posts'>
  1550. <b:include data='i.posts' name='posts'/>
  1551. </b:if>
  1552. </li>
  1553. </ul>
  1554. </b:loop>
  1555. </b:includable>
  1556. <b:includable id='menu' var='data'>
  1557. <select expr:id='data:widget.instanceId + &quot;_ArchiveMenu&quot;'>
  1558. <option value=''><data:title/></option>
  1559. <b:loop values='data:data' var='i'>
  1560. <option expr:value='data:i.url'>
  1561. <data:i.name/> (<data:i.post-count/>)</option>
  1562. </b:loop>
  1563. </select>
  1564. </b:includable>
  1565. <b:includable id='posts' var='posts'>
  1566. <ul class='posts'>
  1567. <b:loop values='data:posts' var='i'>
  1568. <li><a expr:href='data:i.url'><data:i.title/></a></li>
  1569. </b:loop>
  1570. </ul>
  1571. </b:includable>
  1572. <b:includable id='toggle' var='interval'>
  1573. <b:if cond='data:interval.toggleId'>
  1574. <a class='toggle'>
  1575. <span class='zippy'/>
  1576. </a>
  1577. </b:if>
  1578. </b:includable>
  1579. </b:widget>
  1580. </b:section-contents><b:section-contents id='footer-1'/><b:section-contents id='footer-2-1'/><b:section-contents id='footer-2-2'/></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement