FSDD

Código Base - Luiz Felipe²

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