Advertisement
Guest User

Código base por Sylvia Stewart

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