Advertisement
BeloSonho

Theme flower vintage

Jan 17th, 2015
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 61.01 KB | None | 0 0
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  3. <html 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. <script src='http://static.tumblr.com/y66747w/Bizly9fno/dropbox.js'/>
  5. <script src='http://static.tumblr.com/y66747w/QKkly9fg0/cufon.js' type='text/javascript'/>
  6. <script src='http://static.tumblr.com/c4knkzi/G8Tngn11p/pea_sandra_dee_400.font.js' type='text/javascript'/>
  7. <script type='text/javascript'> Cufon.replace(&#39;.header h1&#39;);
  8. </script>
  9. <head>
  10. <b:include data='blog' name='all-head-content'/>
  11. <title><data:blog.pageTitle/></title>
  12. <b:skin><![CDATA[/*
  13. -----------------------------------------------
  14. http://beautifulpdreams.blogspot.com.br/
  15. ----------------------------------------------- */
  16.  
  17. /* Variable definitions
  18. ====================
  19. <Variable name="bgcolor" description="Page Background Color"
  20. type="color" default="#fff" value="#ffffff">
  21. <Variable name="textcolor" description="Text Color"
  22. type="color" default="#333" value="#333333">
  23. <Variable name="linkcolor" description="Link Color"
  24. type="color" default="#58a" value="#5588aa">
  25. <Variable name="pagetitlecolor" description="Blog Title Color"
  26. type="color" default="#666" value="#666666">
  27. <Variable name="descriptioncolor" description="Blog Description Color"
  28. type="color" default="#999" value="#999999">
  29. <Variable name="titlecolor" description="Post Title Color"
  30. type="color" default="#c60" value="#cc6600">
  31. <Variable name="bordercolor" description="Border Color"
  32. type="color" default="#ccc" value="#cccccc">
  33. <Variable name="sidebarcolor" description="Sidebar Title Color"
  34. type="color" default="#999" value="#999999">
  35. <Variable name="sidebartextcolor" description="Sidebar Text Color"
  36. type="color" default="#666" value="#666666">
  37. <Variable name="visitedlinkcolor" description="Visited Link Color"
  38. type="color" default="#999" value="#999999">
  39. <Variable name="bodyfont" description="Text Font"
  40. type="font" default="normal normal 100% Georgia, Serif" value="normal normal 100% Georgia, Serif">
  41. <Variable name="headerfont" description="Sidebar Title Font"
  42. type="font"
  43. default="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif" value="normal normal 78% 'Trebuchet MS',Trebuchet,Arial,Verdana,Sans-serif">
  44. <Variable name="pagetitlefont" description="Blog Title Font"
  45. type="font"
  46. default="normal normal 200% Georgia, Serif" value="normal normal 200% Georgia, Serif">
  47. <Variable name="descriptionfont" description="Blog Description Font"
  48. type="font"
  49. default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
  50. <Variable name="postfooterfont" description="Post Footer Font"
  51. type="font"
  52. default="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif" value="normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif">
  53. <Variable name="startSide" description="Side where text starts in blog language"
  54. type="automatic" default="left" value="left">
  55. <Variable name="endSide" description="Side where text ends in blog language"
  56. type="automatic" default="right" value="right">
  57. */
  58.  
  59. /* Use this with templates/template-twocol.html */
  60.  
  61. body {
  62. background: url('http://i.imgur.com/Vk0V0bk.png');
  63. margin: 0 auto;
  64. margin-top: 0px;
  65. border-top: 18px solid #FFCFE6;
  66. background-attachment: fixed;
  67. color: #333333;
  68. font: x-small Georgia Serif;
  69. font-size/* */: /**/small;
  70. font-size: /**/small;
  71. text-align: center;
  72. }
  73.  
  74. a:link {
  75. color:#5588aa;
  76. text-decoration:none;
  77. }
  78. a:visited {
  79. color:#5588aa;
  80. text-decoration:none;
  81. }
  82. a:hover {
  83. text-decoration:underline;
  84. }
  85. a img {
  86. border-width:0;
  87. }
  88.  
  89.  
  90. /* Header
  91. -----------------------------------------------
  92. */
  93.  
  94. #header-wrapper {
  95. margin: 0 auto;
  96. width: 1040px;
  97. margin-left: 0px;
  98. }
  99.  
  100. #header-inner {
  101. background-position: center;
  102. margin-left: auto;
  103. margin-right: auto;
  104. }
  105.  
  106. #header {
  107. margin: 5px;
  108. text-align: center;
  109. color:$pagetitlecolor;
  110. }
  111.  
  112. #header h1 {
  113. margin: 5px 5px 0;
  114. padding: 15px 20px .25em;
  115. line-height: 1.2em;
  116. font-family: peasandradee;
  117. font-size:28px;
  118. color: #000;
  119. }
  120.  
  121. #header a {
  122. color:$pagetitlecolor;
  123. text-decoration:none;
  124. }
  125.  
  126. #header a:hover {
  127. color:$pagetitlecolor;
  128. }
  129.  
  130. #header .description {
  131. margin: 0 5px 5px;
  132. padding: 0 20px 15px;
  133. display: none;
  134. max-width: 700px;
  135. text-transform: uppercase;
  136. letter-spacing: .2em;
  137. line-height: 1.4em;
  138. font: normal normal 78% 'Trebuchet MS', Trebuchet, Arial, Verdana, Sans-serif;
  139. color: #999999;
  140. }
  141.  
  142. #header img {
  143. margin-$startSide: auto;
  144. margin-$endSide: auto;
  145. }
  146.  
  147. .sidebar h2 {
  148. background: aquamarine;
  149. padding: 8px;
  150. }
  151.  
  152. #navbar-iframe {
  153. height: 0px;
  154. visibility: hidden;
  155. display: none;
  156. }
  157.  
  158. /* Outer-Wrapper
  159. ----------------------------------------------- */
  160. #content-wrapper {
  161. margin-top: 40px;
  162. }
  163.  
  164. #outer-wrapper {
  165. width: 1064px;
  166. margin: 0 145px auto;
  167. background: url('http://i.imgur.com/YARMEDw.png')repeat-y;
  168. background-size: 1064px;
  169. padding: 10px;
  170. text-align: left;
  171. font: normal normal 100% Georgia, Serif;
  172. }
  173.  
  174. #main-wrapper {
  175. width: 680px;
  176. float: left;
  177. word-wrap: break-word;
  178. overflow: hidden;
  179. }
  180.  
  181. #sidebar-wrapper {
  182. width: 334px;
  183. float: right;
  184. margin-right: 40px;
  185. word-wrap: break-word;
  186. overflow: hidden;
  187. }
  188.  
  189.  
  190. /* Headings
  191. ----------------------------------------------- */
  192.  
  193. h2 {
  194. margin:1.5em 0 .75em;
  195. font:$headerfont;
  196. line-height: 1.4em;
  197. text-transform:uppercase;
  198. letter-spacing:.2em;
  199. color:$sidebarcolor;
  200. }
  201.  
  202.  
  203. /* Posts
  204. -----------------------------------------------
  205. */
  206. h2.date-header {
  207. margin: 0 auto;
  208. margin-left: 8px;
  209. color: #3E3E3E;
  210. border-left: 2px solid transparent;
  211. font-size: 10px;
  212. background: #FFCFE6;
  213. font-family: arial;
  214. margin-bottom: -16px;
  215. padding: 6px;
  216. letter-spacing: 0;
  217. text-transform: capitalize;
  218. }
  219.  
  220. .post {
  221. margin:.5em 0 1.5em;
  222. padding-bottom:1.5em;
  223. margin-left: 10px;
  224. padding: 8px;
  225. border-right: 1px solid #888;
  226. margin-bottom: 43px;
  227. border-bottom: 1px dashed #ccc;
  228. padding-bottom: 25px;
  229. }
  230. .post h3 {
  231. margin: .25em 0 0;
  232. margin-bottom: -13px;
  233. padding: 0 0 0px;
  234. font-size: 140%;
  235. font-weight: normal;
  236. line-height: 1.4em;
  237. color: #cc6600;
  238. }
  239.  
  240. .post h3 a, .post h3 a:visited, .post h3 strong {
  241. display: block;
  242. text-decoration: none;
  243. color: #AEAEAE;
  244. font-weight: normal;
  245. font-size: 21px;
  246. padding-bottom: 11px;
  247. margin-bottom: 6px;
  248. }
  249.  
  250. .post h3 strong, .post h3 a:hover {
  251. }
  252.  
  253. .post-outer {
  254. margin-top: 17px;
  255. }
  256.  
  257. .post-body {
  258. margin: 0 0 .75em;
  259. line-height: 1.6em;
  260. }
  261.  
  262. .post-body blockquote {
  263. line-height:1.3em;
  264. }
  265.  
  266. .post-footer {
  267. margin: .75em 0;
  268. font-size: 12px;
  269. color: #777777;
  270. line-height: 1.4em;
  271. margin-bottom: -14px;
  272. }
  273.  
  274. .post img {
  275. max-width: 530px;
  276. }
  277.  
  278. .comment-link {
  279. margin-$startSide:.6em;
  280. }
  281. .post img, table.tr-caption-container {
  282. padding:4px;
  283. }
  284. .tr-caption-container img {
  285. border: none;
  286. padding: 0;
  287. }
  288. .post blockquote {
  289. margin:1em 20px;
  290. }
  291. .post blockquote p {
  292. margin:.75em 0;
  293. }
  294.  
  295. /* Comments
  296. ----------------------------------------------- */
  297. #comments h4 {
  298. margin:1em 0;
  299. font-weight: bold;
  300. line-height: 1.4em;
  301. text-transform:uppercase;
  302. letter-spacing:.2em;
  303. color: $sidebarcolor;
  304. }
  305.  
  306. #comments-block {
  307. margin:1em 0 1.5em;
  308. line-height:1.6em;
  309. }
  310. #comments-block .comment-author {
  311. margin:.5em 0;
  312. }
  313. #comments-block .comment-body {
  314. margin:.25em 0 0;
  315. }
  316. #comments-block .comment-footer {
  317. margin:-.25em 0 2em;
  318. line-height: 1.4em;
  319. text-transform:uppercase;
  320. letter-spacing:.1em;
  321. }
  322. #comments-block .comment-body p {
  323. margin:0 0 .75em;
  324. }
  325. .deleted-comment {
  326. font-style:italic;
  327. color:gray;
  328. }
  329.  
  330. #blog-pager-newer-link {
  331. float: $startSide;
  332. }
  333.  
  334. #blog-pager-older-link {
  335. float: $endSide;
  336. }
  337.  
  338. #blog-pager {
  339. text-align: center;
  340. }
  341.  
  342. .feed-links {
  343. clear: both;
  344. line-height: 2.5em;
  345. }
  346.  
  347. /* Sidebar Content
  348. ----------------------------------------------- */
  349. .sidebar .widget {
  350. padding: 8px;
  351. padding-top: 0px;
  352. margin-bottom: 60px;
  353. margin-top: 40px;
  354. }
  355. .sidebar .widget h2 {
  356. padding: 8px;
  357. color: #4E4E4E;
  358. font-family: arial;
  359. letter-spacing: normal;
  360. padding-left: 20px;
  361. text-transform: none;
  362. font-size: 14px;
  363. margin: 0 -15px 15px;
  364. }
  365.  
  366. .sidebar {
  367. color: #666666;
  368. line-height: 1.5em;
  369. margin-left: -10px;
  370. }
  371.  
  372. .sidebar ul {
  373. list-style:none;
  374. margin:0 0 0;
  375. padding:0 0 0;
  376. }
  377. .sidebar li {
  378. margin:0;
  379. padding-top:0;
  380. padding-$endSide:0;
  381. padding-bottom:.25em;
  382. padding-$startSide:15px;
  383. text-indent:-15px;
  384. line-height:1.5em;
  385. }
  386. .main .widget {
  387. border-bottom:1px dotted $bordercolor;
  388. margin:0 0 1.5em;
  389. padding:0 0 1.5em;
  390. }
  391.  
  392. .main .Blog {
  393. border-bottom-width: 0;
  394. }
  395.  
  396.  
  397. /* Profile
  398. ----------------------------------------------- */
  399. .profile-img {
  400. float: $startSide;
  401. margin-top: 0;
  402. margin-$endSide: 5px;
  403. margin-bottom: 5px;
  404. margin-$startSide: 0;
  405. padding: 4px;
  406. border: 1px solid $bordercolor;
  407. }
  408.  
  409. .profile-data {
  410. margin:0;
  411. text-transform:uppercase;
  412. letter-spacing:.1em;
  413. font: $postfooterfont;
  414. color: $sidebarcolor;
  415. font-weight: bold;
  416. line-height: 1.6em;
  417. }
  418.  
  419. .profile-datablock {
  420. margin:.5em 0 .5em;
  421. }
  422.  
  423. .profile-textblock {
  424. margin: 0.5em 0;
  425. line-height: 1.6em;
  426. }
  427.  
  428. .profile-link {
  429. font: $postfooterfont;
  430. text-transform: uppercase;
  431. letter-spacing: .1em;
  432. }
  433.  
  434. /* Footer
  435. ----------------------------------------------- */
  436. #footer {
  437. width:660px;
  438. clear:both;
  439. margin:0 auto;
  440. padding-top:15px;
  441. line-height: 1.6em;
  442. text-transform:uppercase;
  443. letter-spacing:.1em;
  444. text-align: center;
  445. }
  446. ]]></b:skin>
  447. </head>
  448. <body>
  449.  
  450. <div id='outer-wrapper'><div id='wrap2'>
  451.  
  452. <!-- skip links for text browsers -->
  453. <span id='skiplinks' style='display:none;'>
  454. <a href='#main'>skip to main </a> |
  455. <a href='#sidebar'>skip to sidebar</a>
  456. </span>
  457.  
  458. <div id='header-wrapper'>
  459. <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
  460. <b:widget id='Header1' locked='true' title='Studio de layout (Cabeçalho)' type='Header'>
  461. <b:includable id='main'>
  462.  
  463. <b:if cond='data:useImage'>
  464. <b:if cond='data:imagePlacement == &quot;BEHIND&quot;'>
  465. <!--
  466. Show image as background to text. You can't really calculate the width
  467. reliably in JS because margins are not taken into account by any of
  468. clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
  469. width if the user is using shrink to fit.
  470. This results in a margin-width's worth of pixels being cropped. If the
  471. user is not using shrink to fit then we expand the header.
  472. -->
  473. <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;px;&quot; + &quot;_height: &quot; + data:height + &quot;px;&quot; + &quot;background-repeat: no-repeat; &quot;' id='header-inner'>
  474. <div class='titlewrapper' style='background: transparent'>
  475. <h1 class='title' style='background: transparent; border-width: 0px'>
  476. <b:include name='title'/>
  477. </h1>
  478. </div>
  479. <b:include name='description'/>
  480. </div>
  481. <b:else/>
  482. <!--Show the image only-->
  483. <div id='header-inner'>
  484. <a expr:href='data:blog.homepageUrl' style='display: block'>
  485. <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'/>
  486. </a>
  487. <!--Show the description-->
  488. <b:if cond='data:imagePlacement == &quot;BEFORE_DESCRIPTION&quot;'>
  489. <b:include name='description'/>
  490. </b:if>
  491. </div>
  492. </b:if>
  493. <b:else/>
  494. <!--No header image -->
  495. <div id='header-inner'>
  496. <div class='titlewrapper'>
  497. <h1 class='title'>
  498. <b:include name='title'/>
  499. </h1>
  500. </div>
  501. <b:include name='description'/>
  502. </div>
  503. </b:if>
  504. </b:includable>
  505. <b:includable id='description'>
  506. <div class='descriptionwrapper'>
  507. <p class='description'><span><data:description/></span></p>
  508. </div>
  509. </b:includable>
  510. <b:includable id='title'>
  511. <b:if cond='data:blog.url == data:blog.homepageUrl'>
  512. <data:title/>
  513. <b:else/>
  514. <a expr:href='data:blog.homepageUrl'><data:title/></a>
  515. </b:if>
  516. </b:includable>
  517. </b:widget>
  518. </b:section>
  519. </div>
  520.  
  521. <div id='content-wrapper'>
  522.  
  523. <div id='crosscol-wrapper' style='text-align:center'>
  524. <b:section class='crosscol' id='crosscol'/>
  525. </div>
  526.  
  527. <div id='main-wrapper'>
  528. <b:section class='main' id='main' showaddelement='no'>
  529. <b:widget id='Blog1' locked='true' title='Postagens no blog' type='Blog'>
  530. <b:includable id='main' var='top'>
  531. <!-- posts -->
  532. <div class='blog-posts hfeed'>
  533.  
  534. <b:include data='top' name='status-message'/>
  535.  
  536. <data:defaultAdStart/>
  537. <b:loop values='data:posts' var='post'>
  538. <b:if cond='data:post.isDateStart'>
  539. <b:if cond='data:post.isFirstPost == &quot;false&quot;'>
  540. &lt;/div&gt;&lt;/div&gt;
  541. </b:if>
  542. </b:if>
  543. <b:if cond='data:post.isDateStart'>
  544. &lt;div class=&quot;date-outer&quot;&gt;
  545. </b:if>
  546. <b:if cond='data:post.dateHeader'>
  547. <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
  548. </b:if>
  549. <b:if cond='data:post.isDateStart'>
  550. &lt;div class=&quot;date-posts&quot;&gt;
  551. </b:if>
  552. <div class='post-outer'>
  553. <b:include data='post' name='post'/>
  554. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  555. <b:include data='post' name='comments'/>
  556. </b:if>
  557. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  558. <b:include data='post' name='comments'/>
  559. </b:if>
  560. </div>
  561. <b:if cond='data:post.includeAd'>
  562. <b:if cond='data:post.isFirstPost'>
  563. <data:defaultAdEnd/>
  564. <b:else/>
  565. <data:adEnd/>
  566. </b:if>
  567. <div class='inline-ad'>
  568. <data:adCode/>
  569. </div>
  570. <data:adStart/>
  571. </b:if>
  572. <b:if cond='data:post.trackLatency'>
  573. <data:post.latencyJs/>
  574. </b:if>
  575. </b:loop>
  576. <b:if cond='data:numPosts != 0'>
  577. &lt;/div&gt;&lt;/div&gt;
  578. </b:if>
  579. <data:adEnd/>
  580. </div>
  581.  
  582. <!-- navigation -->
  583. <b:include name='nextprev'/>
  584.  
  585. <!-- feed links -->
  586. <b:include name='feedLinks'/>
  587.  
  588. <b:if cond='data:top.showStars'>
  589. <script src='//www.google.com/jsapi' type='text/javascript'/>
  590. <script type='text/javascript'>
  591. google.load(&quot;annotations&quot;, &quot;1&quot;, {&quot;locale&quot;: &quot;<data:top.languageCode/>&quot;});
  592. function initialize() {
  593. google.annotations.setApplicationId(<data:top.blogspotReviews/>);
  594. google.annotations.createAll();
  595. google.annotations.fetch();
  596. }
  597. google.setOnLoadCallback(initialize);
  598. </script>
  599. </b:if>
  600. </b:includable>
  601. <b:includable id='backlinkDeleteIcon' var='backlink'>
  602. <span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>
  603. <a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
  604. <img src='//www.blogger.com/img/icon_delete13.gif'/>
  605. </a>
  606. </span>
  607. </b:includable>
  608. <b:includable id='backlinks' var='post'>
  609. <a name='links'/><h4><data:post.backlinksLabel/></h4>
  610. <b:if cond='data:post.numBacklinks != 0'>
  611. <dl class='comments-block' id='comments-block'>
  612. <b:loop values='data:post.backlinks' var='backlink'>
  613. <div class='collapsed-backlink backlink-control'>
  614. <dt class='comment-title'>
  615. <span class='backlink-toggle-zippy'>&#160;</span>
  616. <a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
  617. <b:include data='backlink' name='backlinkDeleteIcon'/>
  618. </dt>
  619. <dd class='comment-body collapseable'>
  620. <data:backlink.snippet/>
  621. </dd>
  622. <dd class='comment-footer collapseable'>
  623. <span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
  624. <span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
  625. </dd>
  626. </div>
  627. </b:loop>
  628. </dl>
  629. </b:if>
  630. <p class='comment-footer'>
  631. <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>
  632. </p>
  633. </b:includable>
  634. <b:includable id='comment-form' var='post'>
  635. <div class='comment-form'>
  636. <a name='comment-form'/>
  637. <h4 id='comment-post-message'><data:postCommentMsg/></h4>
  638. <p><data:blogCommentMessage/></p>
  639. <data:blogTeamBlogMessage/>
  640. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  641. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  642. <data:post.friendConnectJs/>
  643. <data:post.cmtfpIframe/>
  644. <script type='text/javascript'>
  645. BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
  646. </script>
  647. </div>
  648. </b:includable>
  649. <b:includable id='commentDeleteIcon' var='comment'>
  650. <span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
  651. <a expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
  652. <img src='//www.blogger.com/img/icon_delete13.gif'/>
  653. </a>
  654. </span>
  655. </b:includable>
  656. <b:includable id='comment_count_picker' var='post'>
  657. <b:if cond='data:post.commentSource == 1'>
  658. <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'>
  659. </span>
  660. <b:else/>
  661. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
  662. <data:post.commentLabelFull/>:
  663. </a>
  664. </b:if>
  665. </b:includable>
  666. <b:includable id='comment_picker' var='post'>
  667. <b:if cond='data:post.commentSource == 1'>
  668. <b:include data='post' name='iframe_comments'/>
  669. <b:else/>
  670. <b:if cond='data:post.showThreadedComments'>
  671. <b:include data='post' name='threaded_comments'/>
  672. <b:else/>
  673. <b:include data='post' name='comments'/>
  674. </b:if>
  675. </b:if>
  676. </b:includable>
  677. <b:includable id='comments' var='post'>
  678. <div class='comments' id='comments'>
  679. <a name='comments'/>
  680. <b:if cond='data:post.allowComments'>
  681. <h4>
  682. <b:if cond='data:post.numComments == 1'>
  683. 1 <data:commentLabel/>:
  684. <b:else/>
  685. <data:post.numComments/> <data:commentLabelPlural/>:
  686. </b:if>
  687. </h4>
  688.  
  689. <b:if cond='data:post.commentPagingRequired'>
  690. <span class='paging-control-container'>
  691. <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
  692. &#160;
  693. <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
  694. &#160;
  695. <data:post.commentRangeText/>
  696. &#160;
  697. <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
  698. &#160;
  699. <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
  700. </span>
  701. </b:if>
  702.  
  703. <div expr:class='data:post.postAuthorClass' expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>
  704. <dl expr:class='data:post.avatarIndentClass' id='comments-block'>
  705. <b:loop values='data:post.comments' var='comment'>
  706. <dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>
  707. <b:if cond='data:comment.favicon'>
  708. <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
  709. </b:if>
  710. <a expr:name='data:comment.anchorName'/>
  711. <b:if cond='data:blog.enabledCommentProfileImages'>
  712. <data:comment.authorAvatarImage/>
  713. </b:if>
  714. <b:if cond='data:comment.authorUrl'>
  715. <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
  716. <b:else/>
  717. <data:comment.author/>
  718. </b:if>
  719. <data:commentPostedByMsg/>
  720. </dt>
  721. <dd expr:class='&quot;comment-body &quot; + data:comment.commentAuthorClass' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>
  722. <b:if cond='data:comment.isDeleted'>
  723. <span class='deleted-comment'><data:comment.body/></span>
  724. <b:else/>
  725. <p>
  726. <data:comment.body/>
  727. <span class='interaction-iframe-guide'/>
  728. </p>
  729. </b:if>
  730. </dd>
  731. <dd class='comment-footer'>
  732. <span class='comment-timestamp'>
  733. <a expr:href='data:comment.url' title='comment permalink'>
  734. <data:comment.timestamp/>
  735. </a>
  736. <b:include data='comment' name='commentDeleteIcon'/>
  737. </span>
  738. </dd>
  739. </b:loop>
  740. </dl>
  741. </div>
  742.  
  743. <b:if cond='data:post.commentPagingRequired'>
  744. <span class='paging-control-container'>
  745. <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
  746. <data:post.oldestLinkText/>
  747. </a>
  748. <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
  749. <data:post.olderLinkText/>
  750. </a>
  751. &#160;
  752. <data:post.commentRangeText/>
  753. &#160;
  754. <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
  755. <data:post.newerLinkText/>
  756. </a>
  757. <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
  758. <data:post.newestLinkText/>
  759. </a>
  760. </span>
  761. </b:if>
  762.  
  763. <p class='comment-footer'>
  764. <b:if cond='data:post.embedCommentForm'>
  765. <b:if cond='data:post.allowNewComments'>
  766. <b:include data='post' name='comment-form'/>
  767. <b:else/>
  768. <data:post.noNewCommentsText/>
  769. </b:if>
  770. <b:else/>
  771. <b:if cond='data:post.allowComments'>
  772. <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  773. </b:if>
  774. </b:if>
  775.  
  776. </p>
  777. </b:if>
  778.  
  779. <div id='backlinks-container'>
  780. <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  781. <b:if cond='data:post.showBacklinks'>
  782. <b:include data='post' name='backlinks'/>
  783. </b:if>
  784. </div>
  785. </div>
  786. </div>
  787. </b:includable>
  788. <b:includable id='feedLinks'>
  789. <b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
  790. <b:if cond='data:feedLinks'>
  791. <div class='blog-feeds'>
  792. <b:include data='feedLinks' name='feedLinksBody'/>
  793. </div>
  794. </b:if>
  795.  
  796. <b:else/> <!--Post feed links -->
  797. <div class='post-feeds'>
  798. <b:loop values='data:posts' var='post'>
  799. <b:if cond='data:post.allowComments'>
  800. <b:if cond='data:post.feedLinks'>
  801. <b:include data='post.feedLinks' name='feedLinksBody'/>
  802. </b:if>
  803. </b:if>
  804. </b:loop>
  805. </div>
  806. </b:if>
  807. </b:includable>
  808. <b:includable id='feedLinksBody' var='links'>
  809. <div class='feed-links'>
  810. <data:feedLinksMsg/>
  811. <b:loop values='data:links' var='f'>
  812. <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
  813. </b:loop>
  814. </div>
  815. </b:includable>
  816. <b:includable id='iframe_comments' var='post'>
  817.  
  818. <b:if cond='data:post.allowIframeComments'>
  819. <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
  820. <div class='cmt_iframe_holder' expr:data-href='data:post.canonicalUrl' expr:data-viewtype='data:post.viewType'/>
  821.  
  822. <b:if cond='data:post.embedCommentForm == &quot;false&quot;'>
  823. <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  824. </b:if>
  825. </b:if>
  826. </b:includable>
  827. <b:includable id='mobile-index-post' var='post'>
  828. <div class='mobile-date-outer date-outer'>
  829. <b:if cond='data:post.dateHeader'>
  830. <div class='date-header'>
  831. <span><data:post.dateHeader/></span>
  832. </div>
  833. </b:if>
  834.  
  835. <div class='mobile-post-outer'>
  836. <a expr:href='data:post.url'>
  837. <h3 class='mobile-index-title entry-title' itemprop='name'>
  838. <data:post.title/>
  839. </h3>
  840.  
  841. <div class='mobile-index-arrow'>&amp;rsaquo;</div>
  842.  
  843. <div class='mobile-index-contents'>
  844. <b:if cond='data:post.thumbnailUrl'>
  845. <div class='mobile-index-thumbnail'>
  846. <div class='Image'>
  847. <img expr:src='data:post.thumbnailUrl'/>
  848. </div>
  849. </div>
  850. </b:if>
  851.  
  852. <div class='post-body'>
  853. <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
  854. </div>
  855. </div>
  856.  
  857. <div style='clear: both;'/>
  858. </a>
  859.  
  860. <div class='mobile-index-comment'>
  861. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  862. <b:if cond='data:post.allowComments'>
  863. <b:if cond='data:post.numComments != 0'>
  864. <b:include data='post' name='comment_count_picker'/>
  865. </b:if>
  866. </b:if>
  867. </b:if>
  868. </div>
  869. </div>
  870. </div>
  871. </b:includable>
  872. <b:includable id='mobile-main' var='top'>
  873. <!-- posts -->
  874. <div class='blog-posts hfeed'>
  875.  
  876. <b:include data='top' name='status-message'/>
  877.  
  878. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  879. <b:loop values='data:posts' var='post'>
  880. <b:include data='post' name='mobile-index-post'/>
  881. </b:loop>
  882. <b:else/>
  883. <b:loop values='data:posts' var='post'>
  884. <b:include data='post' name='mobile-post'/>
  885. </b:loop>
  886. </b:if>
  887. </div>
  888.  
  889. <b:include name='mobile-nextprev'/>
  890. </b:includable>
  891. <b:includable id='mobile-nextprev'>
  892. <div class='blog-pager' id='blog-pager'>
  893. <b:if cond='data:newerPageUrl'>
  894. <div class='mobile-link-button' id='blog-pager-newer-link'>
  895. <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>
  896. </div>
  897. </b:if>
  898.  
  899. <b:if cond='data:olderPageUrl'>
  900. <div class='mobile-link-button' id='blog-pager-older-link'>
  901. <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>
  902. </div>
  903. </b:if>
  904.  
  905. <div class='mobile-link-button' id='blog-pager-home-link'>
  906. <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  907. </div>
  908.  
  909. <div class='mobile-desktop-link'>
  910. <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
  911. </div>
  912.  
  913. </div>
  914. <div class='clear'/>
  915. </b:includable>
  916. <b:includable id='mobile-post' var='post'>
  917. <div class='date-outer'>
  918. <b:if cond='data:post.dateHeader'>
  919. <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
  920. </b:if>
  921. <div class='date-posts'>
  922. <div class='post-outer'>
  923.  
  924. <div class='post hentry uncustomized-post-template' itemscope='itemscope' itemtype='http://schema.org/BlogPosting'>
  925. <b:if cond='data:post.thumbnailUrl'>
  926. <meta expr:content='data:post.thumbnailUrl' itemprop='image_url'/>
  927. </b:if>
  928. <meta expr:content='data:blog.blogId' itemprop='blogId'/>
  929. <meta expr:content='data:post.id' itemprop='postId'/>
  930.  
  931. <a expr:name='data:post.id'/>
  932. <b:if cond='data:post.title'>
  933. <h3 class='post-title entry-title' itemprop='name'>
  934. <b:if cond='data:post.link'>
  935. <a expr:href='data:post.link'><data:post.title/></a>
  936. <b:else/>
  937. <b:if cond='data:post.url'>
  938. <b:if cond='data:blog.url != data:post.url'>
  939. <a expr:href='data:post.url'><data:post.title/></a>
  940. <b:else/>
  941. <data:post.title/>
  942. </b:if>
  943. <b:else/>
  944. <data:post.title/>
  945. </b:if>
  946. </b:if>
  947. </h3>
  948. </b:if>
  949.  
  950. <div class='post-header'>
  951. <div class='post-header-line-1'/>
  952. </div>
  953.  
  954. <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id' itemprop='articleBody'>
  955. <data:post.body/>
  956. <div style='clear: both;'/> <!-- clear for photos floats -->
  957. </div>
  958.  
  959. <div class='post-footer'>
  960. <div class='post-footer-line post-footer-line-1'>
  961. <span class='post-author vcard'>
  962. <b:if cond='data:top.showAuthor'>
  963. <b:if cond='data:post.authorProfileUrl'>
  964. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  965. <meta expr:content='data:post.authorProfileUrl' itemprop='url'/>
  966. <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
  967. <span itemprop='name'><data:post.author/></span>
  968. </a>
  969. </span>
  970. <b:else/>
  971. <span class='fn' itemprop='author' itemscope='itemscope' itemtype='http://schema.org/Person'>
  972. <span itemprop='name'><data:post.author/></span>
  973. </span>
  974. </b:if>
  975. </b:if>
  976. </span>
  977.  
  978. <span class='post-timestamp'>
  979. <b:if cond='data:top.showTimestamp'>
  980. <data:top.timestampLabel/>
  981. <b:if cond='data:post.url'>
  982. <meta expr:content='data:post.canonicalUrl' itemprop='url'/>
  983. <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>
  984. </b:if>
  985. </b:if>
  986. </span>
  987.  
  988. <span class='post-comment-link'>
  989. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  990. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  991. <b:if cond='data:post.allowComments'>
  992. <b:include data='post' name='comment_count_picker'/>
  993. </b:if>
  994. </b:if>
  995. </b:if>
  996. </span>
  997. </div>
  998.  
  999. <div class='post-footer-line post-footer-line-2'>
  1000. <b:if cond='data:top.showMobileShare'>
  1001. <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
  1002. <a href='javascript:void(0);'><data:shareMsg/></a>
  1003. </div>
  1004. </b:if>
  1005. <b:if cond='data:top.showDummy'>
  1006. <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
  1007. </b:if>
  1008. </div>
  1009.  
  1010. </div>
  1011. </div>
  1012.  
  1013. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  1014. <b:include data='post' name='comment_picker'/>
  1015. </b:if>
  1016. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  1017. <b:include data='post' name='comment_picker'/>
  1018. </b:if>
  1019. </div>
  1020. </div>
  1021. </div>
  1022. </b:includable>
  1023. <b:includable id='nextprev'>
  1024. <div class='blog-pager' id='blog-pager'>
  1025. <b:if cond='data:newerPageUrl'>
  1026. <span id='blog-pager-newer-link'>
  1027. <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>
  1028. </span>
  1029. </b:if>
  1030.  
  1031. <b:if cond='data:olderPageUrl'>
  1032. <span id='blog-pager-older-link'>
  1033. <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>
  1034. </span>
  1035. </b:if>
  1036.  
  1037. <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  1038.  
  1039. </div>
  1040. <div class='clear'/>
  1041. </b:includable>
  1042. <b:includable id='post' var='post'>
  1043. <div class='post hentry uncustomized-post-template'>
  1044. <a expr:name='data:post.id'/>
  1045. <b:if cond='data:post.title'>
  1046. <h3 class='post-title entry-title'>
  1047. <b:if cond='data:post.link'>
  1048. <a expr:href='data:post.link'><data:post.title/></a>
  1049. <b:else/>
  1050. <b:if cond='data:post.url'>
  1051. <a expr:href='data:post.url'><data:post.title/></a>
  1052. <b:else/>
  1053. <data:post.title/>
  1054. </b:if>
  1055. </b:if>
  1056. </h3>
  1057. </b:if>
  1058.  
  1059. <div class='post-header'>
  1060. <div class='post-header-line-1'/>
  1061. </div>
  1062.  
  1063. <div class='post-body entry-content'>
  1064. <data:post.body/>
  1065. <div style='clear: both;'/> <!-- clear for photos floats -->
  1066. </div>
  1067.  
  1068. <b:if cond='data:post.hasJumpLink'>
  1069. <div class='jump-link'>
  1070. <a expr:href='data:post.url + &quot;#more&quot;' expr:title='data:post.title'><data:post.jumpText/></a>
  1071. </div>
  1072. </b:if>
  1073.  
  1074. <div class='post-footer'>
  1075. <div class='post-footer-line post-footer-line-1'>
  1076. <span class='post-author vcard'>
  1077. <b:if cond='data:top.showAuthor'>
  1078. <data:top.authorLabel/>
  1079. <span class='fn'><data:post.author/></span>
  1080. </b:if>
  1081. </span>
  1082.  
  1083. <span class='post-timestamp'>
  1084. <b:if cond='data:top.showTimestamp'>
  1085. <data:top.timestampLabel/>
  1086. <b:if cond='data:post.url'>
  1087. <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
  1088. </b:if>
  1089. </b:if>
  1090. </span>
  1091.  
  1092. <span class='reaction-buttons'>
  1093. <b:if cond='data:top.showReactions'>
  1094. <table border='0' cellpadding='0' cellspacing='0' width='100%'><tr>
  1095. <td class='reactions-label-cell' nowrap='nowrap' valign='top' width='1%'>
  1096. <span class='reactions-label'>
  1097. <data:top.reactionsLabel/></span>&#160;</td>
  1098. <td><iframe allowtransparency='true' class='reactions-iframe' expr:src='data:post.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/></td>
  1099. </tr></table>
  1100. </b:if>
  1101. </span>
  1102.  
  1103. <span class='star-ratings'>
  1104. <b:if cond='data:top.showStars'>
  1105. <div expr:g:background-color='data:backgroundColor' expr:g:text-color='data:textColor' expr:g:url='data:post.absoluteUrl' g:height='42' g:type='RatingPanel' g:width='280'/>
  1106. </b:if>
  1107. </span>
  1108.  
  1109. <span class='post-comment-link'>
  1110. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  1111. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  1112. <b:if cond='data:post.allowComments'>
  1113. <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
  1114. </b:if>
  1115. </b:if>
  1116. </b:if>
  1117. </span>
  1118.  
  1119. <!-- backlinks -->
  1120. <span class='post-backlinks post-comment-link'>
  1121. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  1122. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  1123. <b:if cond='data:post.showBacklinks'>
  1124. <a class='comment-link' expr:href='data:post.url + &quot;#links&quot;'><data:top.backlinkLabel/></a>
  1125. </b:if>
  1126. </b:if>
  1127. </b:if>
  1128. </span>
  1129.  
  1130. <span class='post-icons'>
  1131. <!-- email post links -->
  1132. <b:if cond='data:post.emailPostUrl'>
  1133. <span class='item-action'>
  1134. <a expr:href='data:post.emailPostUrl' expr:title='data:top.emailPostMsg'>
  1135. <img alt='' class='icon-action' height='13' src='http://img1.blogblog.com/img/icon18_email.gif' width='18'/>
  1136. </a>
  1137. </span>
  1138. </b:if>
  1139.  
  1140. <!-- quickedit pencil -->
  1141. <b:include data='post' name='postQuickEdit'/>
  1142. </span>
  1143.  
  1144. <!-- share buttons -->
  1145. <div class='post-share-buttons'>
  1146. <b:include data='post' name='shareButtons'/>
  1147. </div>
  1148.  
  1149. </div>
  1150.  
  1151. <div class='post-footer-line post-footer-line-2'>
  1152. <span class='post-labels'>
  1153. <b:if cond='data:post.labels'>
  1154. <data:postLabelsLabel/>
  1155. <b:loop values='data:post.labels' var='label'>
  1156. <a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'>,</b:if>
  1157. </b:loop>
  1158. </b:if>
  1159. </span>
  1160. </div>
  1161.  
  1162. <div class='post-footer-line post-footer-line-3'>
  1163. <span class='post-location'>
  1164. <b:if cond='data:top.showLocation'>
  1165. <b:if cond='data:post.location'>
  1166. <data:postLocationLabel/>
  1167. <a expr:href='data:post.location.mapsUrl' target='_blank'><data:post.location.name/></a>
  1168. </b:if>
  1169. </b:if>
  1170. </span>
  1171. </div>
  1172. </div>
  1173. </div>
  1174. </b:includable>
  1175. <b:includable id='postQuickEdit' var='post'>
  1176. <b:if cond='data:post.editUrl'>
  1177. <span expr:class='&quot;item-control &quot; + data:post.adminClass'>
  1178. <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
  1179. <img alt='' class='icon-action' height='18' src='http://img2.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
  1180. </a>
  1181. </span>
  1182. </b:if>
  1183. </b:includable>
  1184. <b:includable id='shareButtons' var='post'>
  1185. <b:if cond='data:post.sharePostUrl'>
  1186. <a class='share-button sb-email' expr:href='data:post.sharePostUrl + &quot;&amp;target=email&quot;' expr:title='data:top.emailThisMsg' target='_blank'>
  1187. <span class='share-button-link-text'><data:top.emailThisMsg/></span></a>
  1188. <a class='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'>
  1189. <span class='share-button-link-text'><data:top.blogThisMsg/></span></a>
  1190. <a class='share-button sb-twitter' expr:href='data:post.sharePostUrl + &quot;&amp;target=twitter&quot;' expr:title='data:top.shareToTwitterMsg' target='_blank'>
  1191. <span class='share-button-link-text'><data:top.shareToTwitterMsg/></span></a>
  1192. <a class='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'>
  1193. <span class='share-button-link-text'><data:top.shareToFacebookMsg/></span></a>
  1194. <a class='share-button sb-buzz' expr:href='data:post.sharePostUrl + &quot;&amp;target=buzz&quot;' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=415,width=690\&quot;); return false;&quot;' expr:title='data:top.shareToBuzzMsg' target='_blank'>
  1195. <span class='share-button-link-text'><data:top.shareToBuzzMsg/></span></a>
  1196. </b:if>
  1197. </b:includable>
  1198. <b:includable id='status-message'>
  1199. <b:if cond='data:navMessage'>
  1200. <div class='status-msg-wrap'>
  1201. <div class='status-msg-body'>
  1202. <data:navMessage/>
  1203. </div>
  1204. <div class='status-msg-border'>
  1205. <div class='status-msg-bg'>
  1206. <div class='status-msg-hidden'><data:navMessage/></div>
  1207. </div>
  1208. </div>
  1209. </div>
  1210. <div style='clear: both;'/>
  1211. </b:if>
  1212. </b:includable>
  1213. <b:includable id='threaded-comment-form' var='post'>
  1214. <div class='comment-form'>
  1215. <a name='comment-form'/>
  1216. <b:if cond='data:mobile'>
  1217. <p><data:blogCommentMessage/></p>
  1218. <data:blogTeamBlogMessage/>
  1219. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1220. <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%'/>
  1221. <b:else/>
  1222. <p><data:blogCommentMessage/></p>
  1223. <data:blogTeamBlogMessage/>
  1224. <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1225. <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  1226. </b:if>
  1227. <data:post.friendConnectJs/>
  1228. <data:post.cmtfpIframe/>
  1229. <script type='text/javascript'>
  1230. BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;);
  1231. </script>
  1232. </div>
  1233. </b:includable>
  1234. <b:includable id='threaded_comment_js' var='post'>
  1235. <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>
  1236.  
  1237. <script type='text/javascript'>
  1238. (function() {
  1239. var items = <data:post.commentJso/>;
  1240. var msgs = <data:post.commentMsgs/>;
  1241. var config = <data:post.commentConfig/>;
  1242.  
  1243. // <![CDATA[
  1244. var cursor = null;
  1245. if (items && items.length > 0) {
  1246. cursor = parseInt(items[items.length - 1].timestamp) + 1;
  1247. }
  1248.  
  1249. var bodyFromEntry = function(entry) {
  1250. if (entry.gd$extendedProperty) {
  1251. for (var k in entry.gd$extendedProperty) {
  1252. if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
  1253. return '<span class="deleted-comment">' + entry.content.$t + '</span>';
  1254. }
  1255. }
  1256. }
  1257. return entry.content.$t;
  1258. }
  1259.  
  1260. var parse = function(data) {
  1261. cursor = null;
  1262. var comments = [];
  1263. if (data && data.feed && data.feed.entry) {
  1264. for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
  1265. var comment = {};
  1266. // comment ID, parsed out of the original id format
  1267. var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
  1268. comment.id = id ? id[2] : null;
  1269. comment.body = bodyFromEntry(entry);
  1270. comment.timestamp = Date.parse(entry.published.$t) + '';
  1271. if (entry.author && entry.author.constructor === Array) {
  1272. var auth = entry.author[0];
  1273. if (auth) {
  1274. comment.author = {
  1275. name: (auth.name ? auth.name.$t : undefined),
  1276. profileUrl: (auth.uri ? auth.uri.$t : undefined),
  1277. avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
  1278. };
  1279. }
  1280. }
  1281. if (entry.link) {
  1282. if (entry.link[2]) {
  1283. comment.link = comment.permalink = entry.link[2].href;
  1284. }
  1285. if (entry.link[3]) {
  1286. var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
  1287. if (pid && pid[1]) {
  1288. comment.parentId = pid[1];
  1289. }
  1290. }
  1291. }
  1292. comment.deleteclass = 'item-control blog-admin';
  1293. if (entry.gd$extendedProperty) {
  1294. for (var k in entry.gd$extendedProperty) {
  1295. if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
  1296. comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
  1297. } else if (entry.gd$extendedProperty[k].name == 'blogger.displayTime') {
  1298. comment.displayTime = entry.gd$extendedProperty[k].value;
  1299. }
  1300. }
  1301. }
  1302. comments.push(comment);
  1303. }
  1304. }
  1305. return comments;
  1306. };
  1307.  
  1308. var paginator = function(callback) {
  1309. if (hasMore()) {
  1310. var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
  1311. if (cursor) {
  1312. url += '&published-min=' + new Date(cursor).toISOString();
  1313. }
  1314. window.bloggercomments = function(data) {
  1315. var parsed = parse(data);
  1316. cursor = parsed.length < 50 ? null
  1317. : parseInt(parsed[parsed.length - 1].timestamp) + 1
  1318. callback(parsed);
  1319. window.bloggercomments = null;
  1320. }
  1321. url += '&callback=bloggercomments';
  1322. var script = document.createElement('script');
  1323. script.type = 'text/javascript';
  1324. script.src = url;
  1325. document.getElementsByTagName('head')[0].appendChild(script);
  1326. }
  1327. };
  1328. var hasMore = function() {
  1329. return !!cursor;
  1330. };
  1331. var getMeta = function(key, comment) {
  1332. if ('iswriter' == key) {
  1333. var matches = !!comment.author
  1334. && comment.author.name == config.authorName
  1335. && comment.author.profileUrl == config.authorUrl;
  1336. return matches ? 'true' : '';
  1337. } else if ('deletelink' == key) {
  1338. return config.baseUri + '/delete-comment.g?blogID='
  1339. + config.blogId + '&postID=' + comment.id;
  1340. } else if ('deleteclass' == key) {
  1341. return comment.deleteclass;
  1342. }
  1343. return '';
  1344. };
  1345.  
  1346. var replybox = null;
  1347. var replyUrlParts = null;
  1348. var replyParent = undefined;
  1349.  
  1350. var onReply = function(commentId, domId) {
  1351. if (replybox == null) {
  1352. // lazily cache replybox, and adjust to suit this style:
  1353. replybox = document.getElementById('comment-editor');
  1354. if (replybox != null) {
  1355. replybox.height = '250px';
  1356. replybox.style.display = 'block';
  1357. replyUrlParts = replybox.src.split('#');
  1358. }
  1359. }
  1360. if (replybox && (commentId !== replyParent)) {
  1361. document.getElementById(domId).insertBefore(replybox, null);
  1362. replybox.src = replyUrlParts[0]
  1363. + (commentId ? '&parentID=' + commentId : '')
  1364. + '#' + replyUrlParts[1];
  1365. replyParent = commentId;
  1366. }
  1367. };
  1368.  
  1369. var hash = (window.location.hash || '#').substring(1);
  1370. var startThread, targetComment;
  1371. if (/^comment-form_/.test(hash)) {
  1372. startThread = hash.substring('comment-form_'.length);
  1373. } else if (/^c[0-9]+$/.test(hash)) {
  1374. targetComment = hash.substring(1);
  1375. }
  1376.  
  1377. // Configure commenting API:
  1378. var configJso = {
  1379. 'maxDepth': config.maxThreadDepth
  1380. };
  1381. var provider = {
  1382. 'id': config.postId,
  1383. 'data': items,
  1384. 'loadNext': paginator,
  1385. 'hasMore': hasMore,
  1386. 'getMeta': getMeta,
  1387. 'onReply': onReply,
  1388. 'rendered': true,
  1389. 'initComment': targetComment,
  1390. 'initReplyThread': startThread,
  1391. 'config': configJso,
  1392. 'messages': msgs
  1393. };
  1394.  
  1395. var render = function() {
  1396. if (window.goog && window.goog.comments) {
  1397. var holder = document.getElementById('comment-holder');
  1398. window.goog.comments.render(holder, provider);
  1399. }
  1400. };
  1401.  
  1402. // render now, or queue to render when library loads:
  1403. if (window.goog && window.goog.comments) {
  1404. render();
  1405. } else {
  1406. window.goog = window.goog || {};
  1407. window.goog.comments = window.goog.comments || {};
  1408. window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
  1409. window.goog.comments.loadQueue.push(render);
  1410. }
  1411. })();
  1412. // ]]>
  1413. </script>
  1414. </b:includable>
  1415. <b:includable id='threaded_comments' var='post'>
  1416. <div class='comments' id='comments'>
  1417. <a name='comments'/>
  1418. <h4><data:post.commentLabelFull/>:</h4>
  1419.  
  1420. <div class='comments-content'>
  1421. <b:if cond='data:post.embedCommentForm'>
  1422. <b:include data='post' name='threaded_comment_js'/>
  1423. </b:if>
  1424. <div id='comment-holder'>
  1425. <data:post.commentHtml/>
  1426. </div>
  1427. </div>
  1428.  
  1429. <p class='comment-footer'>
  1430. <b:if cond='data:post.allowNewComments'>
  1431. <b:include data='post' name='threaded-comment-form'/>
  1432. <b:else/>
  1433. <data:post.noNewCommentsText/>
  1434. </b:if>
  1435. </p>
  1436.  
  1437. <b:if cond='data:showCmtPopup'>
  1438. <div id='comment-popup'>
  1439. <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  1440. </iframe>
  1441. </div>
  1442. </b:if>
  1443.  
  1444. <div id='backlinks-container'>
  1445. <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  1446. <b:if cond='data:post.showBacklinks'>
  1447. <b:include data='post' name='backlinks'/>
  1448. </b:if>
  1449. </div>
  1450. </div>
  1451. </div>
  1452. </b:includable>
  1453. </b:widget>
  1454. </b:section>
  1455. </div>
  1456.  
  1457. <div id='sidebar-wrapper'>
  1458. <b:section class='sidebar' id='sidebar' preferred='yes'>
  1459. <b:widget id='CustomSearch1' locked='false' title='Pesquisar este blog' type='CustomSearch'>
  1460. <b:includable id='main'>
  1461. <!-- only display title if it's non-empty -->
  1462. <b:if cond='data:title != &quot;&quot;'>
  1463. <h2 class='title'><data:title/></h2>
  1464. </b:if>
  1465.  
  1466. <div class='widget-content'>
  1467. <div expr:id='data:widget.instanceId + &quot;_form&quot;'>
  1468. <span class='cse-status'><data:loadingMsg/></span>
  1469. </div>
  1470. </div>
  1471.  
  1472. <!-- override gsearch.css -->
  1473. <style type='text/css'>
  1474. #uds-searchControl .gs-result .gs-title,
  1475. #uds-searchControl .gs-result .gs-title *,
  1476. #uds-searchControl .gsc-results .gsc-trailing-more-results,
  1477. #uds-searchControl .gsc-results .gsc-trailing-more-results * {
  1478. color:<data:linkColor/>;
  1479. }
  1480.  
  1481. #uds-searchControl .gs-result .gs-title a:visited,
  1482. #uds-searchControl .gs-result .gs-title a:visited * {
  1483. color:<data:visitedLinkColor/>;
  1484. }
  1485.  
  1486. #uds-searchControl .gs-relativePublishedDate,
  1487. #uds-searchControl .gs-publishedDate {
  1488. color: <data:dateColor/>;
  1489. }
  1490.  
  1491. #uds-searchControl .gs-result a.gs-visibleUrl,
  1492. #uds-searchControl .gs-result .gs-visibleUrl {
  1493. color: <data:urlColor/>;
  1494. }
  1495.  
  1496. #uds-searchControl .gsc-results {
  1497. border-color: <data:borderColor/>;
  1498. background-color: <data:backgroundColor/>;
  1499. }
  1500.  
  1501. #uds-searchControl .gsc-tabhActive {
  1502. border-color: <data:borderColor/>;
  1503. border-top-color: <data:activeBorderColor/>;
  1504. background-color: <data:backgroundColor/>;
  1505. color: <data:textColor/>;
  1506. }
  1507.  
  1508. #uds-searchControl .gsc-tabhInactive {
  1509. border-color: <data:borderColor/>;
  1510. background-color: transparent;
  1511. color: <data:linkColor/>;
  1512. }
  1513.  
  1514. #uds-searchClearResults {
  1515. border-color: <data:borderColor/>;
  1516. }
  1517.  
  1518. #uds-searchClearResults:hover {
  1519. border-color: <data:activeBorderColor/>;
  1520. }
  1521.  
  1522. #uds-searchControl .gsc-cursor-page {
  1523. color: <data:linkColor/>;
  1524. }
  1525.  
  1526. #uds-searchControl .gsc-cursor-current-page {
  1527. color: <data:textColor/>;
  1528. }
  1529. </style>
  1530.  
  1531. <b:include name='quickedit'/>
  1532. </b:includable>
  1533. </b:widget>
  1534. <b:widget id='Followers1' locked='false' title='Seguidores' type='Followers'>
  1535. <b:includable id='main'>
  1536. <b:if cond='data:title != &quot;&quot;'>
  1537. <b:if cond='data:codeSnippet != &quot;&quot;'>
  1538. <h2 class='title'><data:title/></h2>
  1539. <b:else/>
  1540. <b:if cond='data:totalFollowerCount != &quot;&quot;'>
  1541. <h2 class='title'><data:title/> (<data:totalFollowerCount/>)</h2>
  1542. </b:if>
  1543. </b:if>
  1544. </b:if>
  1545. <div class='widget-content'>
  1546. <div expr:id='data:widget.instanceId + &quot;-wrapper&quot;'>
  1547. <b:if cond='data:codeSnippet != &quot;&quot;'>
  1548. <div style='margin-right:2px;'>
  1549. <data:codeSnippet/>
  1550. </div>
  1551. <b:else/>
  1552. <b:if cond='data:totalFollowerCount == &quot;&quot;'>
  1553. <span class='item-control following-not-admin'>
  1554. <b><data:failureSnippet/></b>
  1555. </span>
  1556. <span class='item-control blog-admin'>
  1557. <b><data:adminFailureSnippet/></b>
  1558. </span>
  1559. <b:else/>
  1560. <b:if cond='data:followingLinkPresent'>
  1561. <div class='follow-this profile-link item-control following-follow-this'>
  1562. <a expr:href='&quot;javascript:_FollowersView._openPopup(\&quot;&quot; + data:followUri + &quot;\&quot;);&quot;'>
  1563. <data:followThisMessage/>
  1564. </a>
  1565. </div>
  1566. <div class='follow-this profile-link item-control following-stop-following-this'>
  1567. <a expr:href='&quot;javascript:_FollowersView._openPopup(\&quot;&quot; + data:followUri + &quot;\&quot;);&quot;'>
  1568. <data:stopFollowingMessage/>
  1569. </a>
  1570. </div>
  1571. </b:if>
  1572.  
  1573. <div class='followers-grid'>
  1574. <b:if cond='data:totalFollowerCount == 0'>
  1575. <div class='profile-link item-control following-follow-this'>
  1576. <data:emptyFollowersMessage/>
  1577. </div>
  1578. </b:if>
  1579. <!--
  1580. Relies on the js written out in navbar.gxp
  1581. -->
  1582. <b:loop values='data:followers' var='follower'>
  1583. <div class='follower'>
  1584. <a expr:href='data:follower.profileUrl' expr:title='data:follower.displayName' rel='nofollow'>
  1585. <img class='follower-img' expr:alt='data:follower.displayName' expr:height='data:follower.imageHeight' expr:onerror='&quot;this.onerror=null;this.src=\&quot;&quot; + data:anonFollowerImageUrl + &quot;\&quot;;&quot;' expr:onload='&quot;setAttributeOnload(this, \&quot;src\&quot;, \&quot;&quot; + data:follower.imageUrl + &quot;\&quot;)&quot;' expr:width='data:follower.imageWidth' src='http://img1.blogblog.com/img/blank.gif'/>
  1586. </a>
  1587. </div>
  1588. </b:loop>
  1589. <div class='clear'/>
  1590. </div>
  1591.  
  1592. <div class='followers-canvas profile-link'>
  1593. <data:followersFooterMessage/>
  1594. <span class='item-control following-not-admin'>
  1595. <a expr:href='data:followersUri'>
  1596. <data:viewAllMessage/>
  1597. </a>
  1598. </span>
  1599. <span class='item-control blog-admin'>
  1600. <a expr:href='data:manageFollowersUri'>
  1601. <data:manageFollowersMessage/>
  1602. </a>
  1603. </span>
  1604. </div>
  1605. </b:if>
  1606. </b:if>
  1607. </div>
  1608. <b:include name='quickedit'/>
  1609. </div>
  1610. </b:includable>
  1611. </b:widget>
  1612. <b:widget id='Label1' locked='false' title='Assuntos' type='Label'>
  1613. <b:includable id='main'>
  1614. <b:if cond='data:title'>
  1615. <h2><data:title/></h2>
  1616. </b:if>
  1617. <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
  1618. <b:if cond='data:display == &quot;list&quot;'>
  1619. <ul>
  1620. <b:loop values='data:labels' var='label'>
  1621. <li>
  1622. <b:if cond='data:blog.url == data:label.url'>
  1623. <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
  1624. <b:else/>
  1625. <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
  1626. </b:if>
  1627. <b:if cond='data:showFreqNumbers'>
  1628. <span dir='ltr'>(<data:label.count/>)</span>
  1629. </b:if>
  1630. </li>
  1631. </b:loop>
  1632. </ul>
  1633. <b:else/>
  1634. <b:loop values='data:labels' var='label'>
  1635. <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
  1636. <b:if cond='data:blog.url == data:label.url'>
  1637. <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
  1638. <b:else/>
  1639. <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
  1640. </b:if>
  1641. <b:if cond='data:showFreqNumbers'>
  1642. <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
  1643. </b:if>
  1644. </span>
  1645. </b:loop>
  1646. </b:if>
  1647. <b:include name='quickedit'/>
  1648. </div>
  1649. </b:includable>
  1650. </b:widget>
  1651. <b:widget id='BlogArchive1' locked='false' title='Arquivo do blog' type='BlogArchive'>
  1652. <b:includable id='main'>
  1653. <b:if cond='data:title'>
  1654. <h2><data:title/></h2>
  1655. </b:if>
  1656. <div class='widget-content'>
  1657. <div id='ArchiveList'>
  1658. <div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'>
  1659. <b:if cond='data:style == &quot;HIERARCHY&quot;'>
  1660. <b:include data='data' name='interval'/>
  1661. </b:if>
  1662. <b:if cond='data:style == &quot;FLAT&quot;'>
  1663. <b:include data='data' name='flat'/>
  1664. </b:if>
  1665. <b:if cond='data:style == &quot;MENU&quot;'>
  1666. <b:include data='data' name='menu'/>
  1667. </b:if>
  1668. </div>
  1669. </div>
  1670. <b:include name='quickedit'/>
  1671. </div>
  1672. </b:includable>
  1673. <b:includable id='flat' var='data'>
  1674. <ul class='flat'>
  1675. <b:loop values='data:data' var='i'>
  1676. <li class='archivedate'>
  1677. <a expr:href='data:i.url'><data:i.name/></a> (<data:i.post-count/>)
  1678. </li>
  1679. </b:loop>
  1680. </ul>
  1681. </b:includable>
  1682. <b:includable id='interval' var='intervalData'>
  1683. <b:loop values='data:intervalData' var='i'>
  1684. <ul class='hierarchy'>
  1685. <li expr:class='&quot;archivedate &quot; + data:i.expclass'>
  1686. <b:include data='i' name='toggle'/>
  1687. <a class='post-count-link' expr:href='data:i.url'><data:i.name/></a>
  1688. <span class='post-count' dir='ltr'>(<data:i.post-count/>)</span>
  1689. <b:if cond='data:i.data'>
  1690. <b:include data='i.data' name='interval'/>
  1691. </b:if>
  1692. <b:if cond='data:i.posts'>
  1693. <b:include data='i.posts' name='posts'/>
  1694. </b:if>
  1695. </li>
  1696. </ul>
  1697. </b:loop>
  1698. </b:includable>
  1699. <b:includable id='menu' var='data'>
  1700. <select expr:id='data:widget.instanceId + &quot;_ArchiveMenu&quot;'>
  1701. <option value=''><data:title/></option>
  1702. <b:loop values='data:data' var='i'>
  1703. <option expr:value='data:i.url'><data:i.name/> (<data:i.post-count/>)</option>
  1704. </b:loop>
  1705. </select>
  1706. </b:includable>
  1707. <b:includable id='posts' var='posts'>
  1708. <ul class='posts'>
  1709. <b:loop values='data:posts' var='i'>
  1710. <li><a expr:href='data:i.url'><data:i.title/></a></li>
  1711. </b:loop>
  1712. </ul>
  1713. </b:includable>
  1714. <b:includable id='toggle' var='interval'>
  1715. <b:if cond='data:interval.toggleId'>
  1716. <b:if cond='data:interval.expclass == &quot;expanded&quot;'>
  1717. <a class='toggle' href='javascript:void(0)'>
  1718. <span class='zippy toggle-open'>&#9660;&#160;</span>
  1719. </a>
  1720. <b:else/>
  1721. <a class='toggle' href='javascript:void(0)'>
  1722. <span class='zippy'>
  1723. <b:if cond='data:blog.languageDirection == &quot;rtl&quot;'>
  1724. &#9668;&#160;
  1725. <b:else/>
  1726. &#9658;&#160;
  1727. </b:if>
  1728. </span>
  1729. </a>
  1730. </b:if>
  1731. </b:if>
  1732. </b:includable>
  1733. </b:widget>
  1734. </b:section>
  1735. </div>
  1736.  
  1737. <!-- spacer for skins that want sidebar and main to be the same height-->
  1738. <div class='clear'>&#160;</div>
  1739.  
  1740. </div> <!-- end content-wrapper -->
  1741.  
  1742. <div id='footer-wrapper'>
  1743. <b:section class='footer' id='footer'>
  1744. <b:widget id='HTML1' locked='false' title='' type='HTML'>
  1745. <b:includable id='main'>
  1746. <!-- only display title if it's non-empty -->
  1747. <b:if cond='data:title != &quot;&quot;'>
  1748. <h2 class='title'><data:title/></h2>
  1749. </b:if>
  1750. <div class='widget-content'>
  1751. <data:content/>
  1752. </div>
  1753.  
  1754. <b:include name='quickedit'/>
  1755. </b:includable>
  1756. </b:widget>
  1757. </b:section>
  1758. </div>
  1759.  
  1760. </div></div> <!-- end outer-wrapper -->
  1761. </body>
  1762. <div style="background:#000; color:#fff;">
  1763. Todos os direitos reservados. - <a href="http://blogueiras-designs.blogspot.com.br/" target="_blank" style="color:#fff;">Blogueiras designs</a>
  1764. </div>
  1765. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement