Advertisement
Tyler13

Everyone loves the sleigh...

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