Advertisement
iyan_squid

elessa-thme-blogger

Sep 10th, 2013
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 75.45 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.  
  6. <b:include data='blog' name='all-head-content'/>
  7.  
  8. <b:if cond='data:blog.pageType == &quot;index&quot;'>
  9. <title><data:blog.pageTitle/></title>
  10. <b:else/>
  11. <title><data:blog.pageName/> ~ <data:blog.title/></title>
  12. </b:if>
  13.  
  14. <b:skin><![CDATA[/*
  15. -----------------------------------------------
  16. Template Name  : Elessa
  17. Author         : NewBloggerThemes.com
  18. Author URL     : http://newbloggerthemes.com/
  19. Theme URL      : http://newbloggerthemes.com/elessa-blogger-template/
  20. Created Date   : Sunday, September 30, 2012
  21. License        : This template is free for both personal and commercial use, But to satisfy the 'attribution' clause of the license, you are required to keep the footer links intact which provides due credit to its authors.For more information about this license, please use this link :http://creativecommons.org/licenses/by/3.0/
  22. ----------------------------------------------- */
  23.  
  24. body#layout ul{list-style-type:none;list-style:none}
  25. body#layout ul li{list-style-type:none;list-style:none}
  26.  
  27. /* Variable definitions
  28.   ====================
  29.  
  30. */
  31.  
  32. /* Use this with templates/template-twocol.html */
  33.  
  34. *{
  35.     margin: 0px;
  36.     padding: 0px;
  37. }
  38.  
  39. body {
  40.     margin:0 auto;
  41.     padding:0px 0px 0px 0px;
  42.     background:#212121  url(http://2.bp.blogspot.com/-JbDQlnDRmD0/UGURHndf9mI/AAAAAAAAGtc/BvPZenzpNsY/s1600/body.png);
  43.     font-family: Arial, verdana,Tahoma,Century gothic,  sans-serif;
  44.     font-size:12px;
  45.     }
  46. img {
  47.     border:0;
  48.     margin: 0 0;
  49.     }
  50.    
  51. a {
  52.     color: #A5E12A;
  53.     text-decoration: none;
  54.     outline:none;
  55.     }
  56. a:visited {
  57.     color: #A5E12A;
  58.     }
  59. a:hover, a:active {
  60.     color: #fff;
  61.     text-decoration: none;
  62.     }
  63.  
  64. h1,h2, h3, h4, h5, h6 {
  65.     line-height:125%;
  66.     font-weight: bold;
  67.     }
  68.  
  69. table {
  70.     border: 1px solid #5F5D59;
  71.     margin: 0 -1px 24px 0;
  72.     text-align: left;
  73.     width: 100%;
  74. }
  75. tr th,
  76. thead th {
  77.     color: #888;
  78.     font-size: 12px;
  79.     font-weight: bold;
  80.     line-height: 18px;
  81.     padding: 9px 24px;
  82.         border: 1px solid #111;
  83.         background:#2F2F2F;
  84. }
  85. tr td {
  86.     border: 1px solid #5F5D59;
  87.     padding: 6px 24px;
  88. }
  89. tr.odd td {
  90.     background: #f2f7fc;
  91. }
  92.  
  93. ul {
  94.     list-style: square;
  95.     }
  96.  
  97. blockquote {
  98.     font-style: italic;
  99.     color: #E2DECC;
  100.     padding:10px;
  101.     }
  102. blockquote blockquote {
  103.     color: #E2DECC;
  104.     }
  105. blockquote em {
  106.     font-style: normal;
  107.     }
  108.  
  109. pre {
  110.     padding: 9px;
  111.     background: #5F5D59;
  112.     border: 1px solid #6F6D68;
  113.     }
  114. code {
  115.     padding: 0 3px;
  116.     background: #eee;
  117.     }
  118. pre code {
  119.     background: transparent;
  120.     }
  121.  
  122. .clear {
  123.     clear:both;
  124.     }
  125.    
  126. .rounded{
  127.     border-radius: 5px;
  128.     -moz-border-radius: 5px;
  129.     -webkit-border-radius: 5px;
  130. }
  131.  
  132. .insetshadow{
  133.     box-shadow:inset 0 0 5px #ddd;
  134.     -moz-box-shadow:inset 0 0 5px #ddd;
  135.     -webkit-box-shadow:inset 0 0 5px #ddd;
  136. }  
  137.  
  138. .boxshadow{
  139.    -moz-box-shadow: 0px 0px 3px #000000;
  140.    -webkit-box-shadow: 0px 0px 3px #000000;
  141.    box-shadow: 0px 0px 3px #000000;
  142. }  
  143.  
  144. /* The Outer cover */
  145. .masthead{
  146.     height:175px;
  147.     background:url(http://2.bp.blogspot.com/-WADnFPwHFuw/UGURTC4gZ9I/AAAAAAAAGuU/r6-9HbFdzb8/s1600/masthead.png) repeat-x;
  148. }
  149.  
  150. #wrapper {
  151.     margin:0px auto;
  152.     position:relative;
  153.     padding:0px 0px;
  154.     }
  155.  
  156. #casing {
  157.     padding:0px 0px ;
  158.     width:900px;
  159.     margin:30px auto;
  160.     background:url(images/casing.png) repeat-y;
  161.     }
  162.    
  163. /* The Header */
  164.  
  165. #top {
  166.     height:92px;
  167.     margin:auto;
  168.     position:relative;
  169.     }
  170.    
  171. .head{
  172.     width:900px;
  173.     margin:0px auto;
  174. }
  175.  
  176. .blogname {
  177.     width:400px;
  178.     margin:15px 0 0 10px;
  179.     height:70px;
  180.     text-align:left;
  181.     float:left;
  182.     font-family: Georgia,Arial ,Tahoma, Helvetica, sans-serif;
  183.  
  184.     }
  185. .blogname h1  {
  186.     font-size:36px;
  187.     padding:0px 0px 0px 0px;
  188.     font-weight:normal;
  189.     text-shadow:1px 1px 0px #172527;
  190.     }
  191. .blogname h1  a:link, .blogname h1  a:visited{
  192.     color: #fff;
  193.     display:block;
  194.     margin:0px 0 0 0px;
  195.     }
  196.    
  197. .blogname h1  a:hover {
  198.     color: #fff;
  199.     }
  200. .blogname h2 {
  201.     margin:0px 0px 0px 0px;
  202.     font-size:16px;
  203.     font-weight:normal;
  204.     color: #BFB3A7;
  205.     text-shadow:1px 1px 0px #172527;
  206.  
  207.     }
  208.  
  209. .soxbox{
  210.     background:#7c7868;
  211.     width:400px;
  212.     border:1px solid #b2ad9a;
  213.     -moz-border-radius: 5px;
  214.     -webkit-border-radius: 5px;
  215.     border-radius: 5px;
  216.     float:right;
  217.     margin-top:30px;
  218. }
  219. .feedlist{
  220.     height:35px;
  221.     float:left;
  222.     width:145px;
  223. }
  224. .feedlist ul {
  225.     list-style:none;
  226.     margin-left:5px;
  227. }
  228.  
  229. .feedlist ul li{
  230.     float:left;
  231.     margin:2px 0px 0px 0px ;
  232.  
  233. }
  234.  
  235. /* The Search */
  236. #search {
  237.     width:245px;
  238.     padding:0px 0px ;
  239.     margin:0px 0px 0px 0px;
  240.     float:left;
  241.     height:30px;
  242.  
  243.     display:inline;
  244. }
  245. #search form {
  246.     margin: 0px 0px 0px 0px;
  247.     padding: 0;
  248. }
  249.  
  250. #search fieldset {
  251.     margin: 0;
  252.     padding: 0;
  253.     border: none;
  254. }
  255.  
  256. #search p {
  257.     margin: 0;
  258.     font-size: 85%;
  259. }
  260.  
  261. #s {
  262.     width:200px;
  263.     background:#56544d;
  264.     margin:5px 0px 0px 0px;
  265.     padding: 4px 5px;
  266.     height:15px;
  267.     border:1px solid #484742;
  268.     font: normal 100% "Tahoma", Arial, Helvetica, sans-serif;
  269.     color:#fff;
  270.     float:left;
  271.     display:inline;
  272. -moz-border-radius: 5px;
  273. -webkit-border-radius: 5px;
  274.  border-radius: 5px;   
  275. }
  276.  
  277. #searchsubmit{
  278.     background:url(http://4.bp.blogspot.com/-a4n99RCfDLg/UGURYnkIFUI/AAAAAAAAGu0/rArRy-HySIg/s1600/sbg.png);
  279.     border:none;
  280.     color:#fff;
  281.     display:block;
  282.     margin:4px 0px 0px 5px;
  283.     width:27px;
  284.     height:25px;
  285.     float:left;
  286.     cursor:pointer;
  287. }  
  288.  
  289. #searchpage{
  290.     background:#fff;
  291.     border:1px solid #DBDBDB;
  292.     margin:15px 15px 0px 15px;
  293. }
  294.  
  295. #sform{
  296.     width:450px;
  297.     border:none;
  298.     padding:4px 5px;
  299. }
  300.  
  301. #formsubmit{
  302.     float:right;
  303.     background:#91A31D ;
  304.     border-left:1px solid #DBDBDB!important;
  305.     color:#fff;
  306.     border:none;
  307.     padding:3px 5px;
  308. }
  309. .sboxs{
  310.     padding:10px 25px;
  311.  
  312. }
  313.  
  314. .sboxs p{
  315.     color:#AFABA4!important;
  316. }
  317.  
  318. .shead{
  319.     margin-bottom:10px;
  320.     padding:0px 10px;
  321. }
  322. .shead p{
  323.     margin-left:15px;
  324.     margin-bottom:10px;
  325.     color:#DDD9C4;
  326.     padding:5px 0px;
  327. }
  328.  
  329. h2.stitle{
  330.     font-weight:normal;
  331. }
  332.  
  333. h2.stitle a{
  334.     color:#000;
  335.     text-shadow:-1px -1px 0px #52504E;
  336. }
  337.  
  338. .searchmeta{
  339.     margin-top:5px;
  340.     color:#DFC08B;
  341. }
  342.  
  343. .scover{
  344.     background:#434240 url(http://2.bp.blogspot.com/-o2cIKssFyCY/UGURVgVOSGI/AAAAAAAAGuk/QdqMnXmSNno/s1600/post.png) top right no-repeat;
  345.     border:1px solid #52504E;
  346. }
  347.  
  348. /*Primary menu*/
  349.  
  350. #foxmenucontainer{
  351.     height:37px;
  352.     display:block;
  353.     margin:0px auto;
  354.     }
  355.    
  356. #menu{
  357.     margin:0px auto;
  358.     padding: 0px;
  359.     height:37px;
  360.     overflow:hidden;
  361.     width:900px;
  362.     }
  363.    
  364. #menu ul {
  365.     float: left;
  366.     list-style: none;
  367.     margin: 0px;
  368.     padding: 0px;
  369.     }
  370.    
  371. #menu li {
  372.     float: left;
  373.     list-style: none;
  374.     margin: 0px;
  375.     padding: 0px;
  376.     line-height:37px;
  377.     color:#a09b86;
  378.     }
  379.    
  380. #menu li a, #menu li a:link, #menu li a:visited {
  381.     color:#a09b86;
  382.     display: block;
  383.     margin: 0px;
  384.     padding: 0px 10px ;
  385.     line-height:37px;
  386.     text-shadow:0px 1px 0px #ffffff;
  387.     }
  388.  
  389. #menu li a:hover, #menu li a:active {
  390.     color: #3e4411;
  391.    margin: 0px;
  392.     padding: 0px 10px ;
  393.     line-height:37px;
  394.     text-decoration: none;
  395.     }
  396.    
  397. #menu li li a, #menu li li a:link, #menu li li a:visited {
  398.     background:#fff;
  399.     width: 150px;
  400.     color:#7F7867;
  401.     font-weight: normal;
  402.     float: none;
  403.     margin: 0px;
  404.     padding: 0px 10px ;
  405.     line-height:32px;
  406.     border-bottom: 1px solid #E4E0CF;
  407.  
  408.     }
  409.    
  410. #menu li li a:hover, #menu li li a:active {
  411.     color: #111;
  412.     background:#FCFCFA;
  413.     padding: 0px 10px ;
  414.     line-height:32px;
  415.     }
  416.  
  417. #menu li ul {
  418.     z-index: 9999;
  419.     position: absolute;
  420.     left: -999em;
  421.     height: auto;
  422.     width: 170px;
  423.     margin: 0px;
  424.     }
  425.  
  426. #menu li li {
  427.     }
  428.  
  429. #menu li ul a {
  430.     width: 140px;
  431.     }
  432.  
  433. #menu li ul a:hover, #menu li ul a:active {
  434.     }
  435.  
  436. #menu li ul ul {
  437.     margin: -33px 0 0 170px;
  438.     }
  439.  
  440. #menu li:hover ul ul, #menu li:hover ul ul ul,
  441. #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
  442.     left: -999em;
  443.     }
  444.  
  445. #menu li:hover ul, #menu li li:hover ul,
  446. #menu li li li:hover ul, #menu li.sfhover ul,
  447. #menu li li.sfhover ul, #menu li li li.sfhover ul {
  448.     left: auto;
  449.     }
  450.  
  451. #menu li:hover, #menu li.sfhover {
  452.     position: static;
  453.     }
  454.    
  455. /* Secondary menu    */
  456.    
  457. #catmenucontainer{
  458.     height:46px;
  459.     display:block;
  460.     padding:0px 0 0px 0px;
  461.     }
  462.        
  463. #catmenu{
  464.     margin:0px auto;
  465.     padding: 0px 0px;
  466.     height:46px;
  467.     overflow:hidden;
  468.     width:900px;
  469.     background:url(http://2.bp.blogspot.com/-8EAKwCO5in8/UGURKlOqRcI/AAAAAAAAGts/2R_PG_sDzBc/s1600/catmenu.png);
  470.         }
  471.    
  472. #catmenu ul {
  473.     float: left;
  474.     list-style: none;
  475.     margin: 0px;
  476.     padding: 0px 10px;
  477.     }
  478.    
  479. #catmenu li {
  480.     float: left;
  481.     list-style: none;
  482.     margin: 0px;
  483.     padding: 0px;
  484.     line-height:46px;
  485.     color:#555;
  486.     text-shadow:1px 1px 0px #fff;
  487.     }
  488.    
  489. #catmenu li a, #catmenu li a:link, #catmenu li a:visited {
  490.     color:#555;
  491.     display: block;
  492.     margin: 0px;
  493.     padding: 0px 10px ;
  494.     line-height:46px;
  495.     }
  496.  
  497. #catmenu li a:hover, #catmenu li a:active {
  498.     color: #312720;
  499.    margin: 0px;
  500.     padding: 0px 10px ;
  501.     line-height:46px;
  502.     text-decoration: none;
  503.  
  504.     }
  505.    
  506. #catmenu li li a, #catmenu li li a:link, #catmenu li li a:visited {
  507.     background:#FCFCFA;
  508.     width: 150px;
  509.     color: #0D081C;
  510.     font-weight: normal;
  511.     float: none;
  512.     margin: 0px;
  513.     padding: 0px 10px ;
  514.     line-height:32px;
  515.     border-bottom: 1px solid #EDEADE;
  516.     }
  517.    
  518. #catmenu li li a:hover, #catmenu li li a:active {
  519.     background:#F8F7F3;
  520.     color: #555;
  521.     padding: 0px 10px ;
  522.     line-height:32px;
  523.     }
  524.  
  525. #catmenu li ul {
  526.     z-index: 9999;
  527.     position: absolute;
  528.     left: -999em;
  529.     height: auto;
  530.     width: 170px;
  531.     margin: 0px;
  532.     background:#E9E9E9;
  533.     }
  534.  
  535. #catmenu li li {
  536.     }
  537.  
  538. #catmenu li ul a {
  539.     width: 140px;
  540.     }
  541.  
  542. #catmenu li ul a:hover, #catmenu li ul a:active {
  543.     }
  544.  
  545. #catmenu li ul ul {
  546.     margin: -33px 0 0 170px;
  547.     }
  548.  
  549. #catmenu li:hover ul ul, #catmenu li:hover ul ul ul,
  550. #catmenu li.sfhover ul ul, #catmenu li.sfhover ul ul ul {
  551.     left: -999em;
  552.     }
  553.  
  554. #catmenu li:hover ul, #catmenu li li:hover ul,
  555. #catmenu li li li:hover ul, #catmenu li.sfhover ul,
  556. #catmenu li li.sfhover ul, #catmenu li li li.sfhover ul {
  557.     left: auto;
  558.     }
  559.  
  560. #catmenu li:hover, #catmenu li.sfhover {
  561.     position: static;
  562.     }  
  563.        
  564. /* Main Content*/  
  565.  
  566. #content {
  567.     float:left;
  568.     width: 600px;
  569.     height:100%;
  570.     padding:0px 0px ;
  571.     margin:0px 0px 30px 0px;
  572.     display:inline;
  573.     overflow:hidden;
  574.     word-wrap:break-word;
  575.     }  
  576.    
  577. .tbx{
  578.     background:url(images/twb.png) no-repeat;
  579.     width:600px;
  580.     height:157px;
  581.     position:relative;
  582. }
  583. #topbox{
  584.     width:550px;
  585.     height:61px;
  586.     margin:0px 25px 0px 25px;
  587.  
  588.     }
  589.  
  590. .facebox,.feedbox,.twbox{
  591.     height:61px;
  592.     float:left;
  593.     margin-top:10px;
  594.     }
  595.  
  596. .twitbox{
  597.     width:450px;
  598.     float:right;
  599.     margin:10px 10px 0px 0px;
  600.     height:70px;
  601. }
  602.    
  603. .twitbox p{
  604.  
  605.     color:#787C75;
  606. }
  607.    
  608. p.twitter-message{
  609.     color:#555;
  610.     font-size:12px;
  611.     padding:10px 10px;
  612.     border-bottom:1px solid #eee;
  613. }
  614.  
  615. a.twitter-link{
  616.     color:#DF4400;
  617. }
  618.  
  619. a.twitter-user{
  620.     color:#DF4400;
  621. }
  622.  
  623. img.thumbim{
  624.     float:left;
  625.     margin:0px 10px 0px 0px;
  626.     width:70px;
  627.     height:70px;
  628. }
  629.  
  630. img.postimg{
  631.     float:left;
  632.     width:550px;
  633.     height:300px;
  634. }
  635.  
  636. .post {
  637.     background:#434240 url(http://2.bp.blogspot.com/-o2cIKssFyCY/UGURVgVOSGI/AAAAAAAAGuk/QdqMnXmSNno/s1600/post.png) top right no-repeat;
  638.     height:100%;
  639.     color:#d7d5cc;
  640.     padding:0px 0px 10px 0px;
  641.     margin:0px 0px 15px 0px;
  642.     position:relative;
  643.     border:1px solid #51504d;
  644.     display:inline-block;
  645.     }
  646.    
  647. .single{
  648.     padding:10px;
  649. }
  650.  
  651. .leftbox{
  652.     float:left;
  653.     position:relative;
  654.     width:550px;
  655. }
  656. .rightbox{
  657.     float:left;
  658.     position:relative;
  659.     width:340px;
  660.     margin-left:5px;
  661. }
  662. .bposttitle{
  663.     margin:0px;
  664.     padding:5px 10px 0px 10px;
  665. }  
  666.    
  667. .bposttitle  h2 {
  668.     margin: 0px 0 0px 0;
  669.     padding: 5px 5px 5px 0px;
  670.     font-size: 26px;
  671.     font-weight:bold;
  672.     overflow:hidden;
  673.     text-shadow:-1px -1px 0px #52514e;
  674.     line-height:26px;
  675.     }
  676.  
  677. .bposttitle  h2 a, .bposttitle  h2 a:link, .bposttitle  h2 a:visited  {
  678.     color:#1d1c1b;
  679.     background-color: transparent;
  680.     }
  681.    
  682. .bposttitle  h2 a:hover  {
  683.     color: #000;
  684.     background-color: transparent;
  685.     }
  686.  
  687. .bposttitle  h1 {
  688.     margin: 0px 0 0px 0;
  689.     padding: 5px 5px 5px 0px;
  690.     font-size: 30px;
  691.     font-weight:bold;
  692.     overflow:hidden;
  693.     text-shadow:-1px -1px 0px #52514e;
  694.         }
  695.  
  696. .bposttitle  h1 a, .bposttitle  h1 a:link, .bposttitle  h1 a:visited  {
  697.     color:#1d1c1b;
  698.     background-color: transparent;
  699.     }
  700.    
  701. .bposttitle  h1 a:hover  {
  702.     color: #000;
  703.     background-color: transparent;
  704.     }  
  705. .boxmeta{
  706.     position:absolute;
  707.     bottom:0px;
  708.     left:0px;
  709.     width:530px;
  710.     background:url(http://2.bp.blogspot.com/-J_tWzZEL3KE/UGURa9RxBJI/AAAAAAAAGu8/RkqzvXcUy30/s1600/trans.png);
  711.     display:inline-block;
  712.     color:#fff;
  713.     text-transform:uppercase;
  714.     font-size:11px;
  715.     padding:10px 10px;
  716.     border-top:1px solid #000;
  717. }
  718.  
  719. .postmeta{
  720.     padding:5px 5px;
  721.     margin:5px 0px;
  722.  
  723.     color:#ACA792;
  724.     text-transform:uppercase;
  725.     font-size:11px;
  726.     background:#2F2F2F;
  727. }
  728.  
  729. .author{
  730.     font-size:10px;
  731.     text-transform:uppercase;
  732. }
  733.  
  734. .clock{
  735.     font-size:10px;
  736.     text-transform:uppercase;
  737. }  
  738.  
  739. .comm{
  740.     font-size:10px;
  741.     text-transform:uppercase;
  742. }
  743.  
  744. .comm a:link,
  745. .comm a:visited {
  746.     color:#fff;
  747.    
  748. }
  749. .comm a:hover{
  750.     color:#FF726F;
  751. }
  752.  
  753. .singim{
  754.     padding:10px;
  755.     background:#C8D935;
  756.     width:580px;
  757.     height:200px;
  758. }
  759.  
  760. .readmore{
  761.     width:550px;
  762.     height:34px;
  763.     display:inline-block;
  764.  
  765. }
  766. .read{
  767.     float:right;
  768.     height:34px;
  769.     font-size:12px;
  770.     line-height:34px;
  771.     text-align:center;
  772.     text-transform:uppercase;
  773.     font-weight:bold;
  774.    
  775. }
  776. .read a:link,
  777. .read a:visited {
  778.     color:#4b67a1;
  779.    
  780. }
  781. .read a:hover{
  782.     color:#000;
  783.  
  784. }
  785. .cats{
  786.     padding:0px 0px 0px 10px;
  787. }
  788. .categorys{
  789.     color:#000;
  790.     padding:5px 5px 5px 5px;
  791.     font-size:11px;
  792. }
  793.  
  794. .categorys a:link,.categorys a:visited{
  795.     color:#9C9782 !important;
  796.     display:block;
  797.     background:#1F1E1D !important;
  798.     padding:3px 10px;
  799.     float:left;
  800.     margin-right:5px;
  801.     border-radius: 5px;
  802.     -moz-border-radius: 5px;
  803.     -webkit-border-radius: 5px;
  804.     line-height:16px !important;
  805.     text-shadow:none !important;
  806.     }
  807.    
  808. .categorys a:hover{
  809.     color:#eee !important;
  810.     }
  811.  
  812. .entry {
  813.     margin:0 0;
  814.     padding: 0px 10px 5px 10px;
  815.     font-size:13px;
  816.     text-shadow:1px 1px 0px #3d3c39;
  817.     line-height:24px;
  818.     }  
  819.    
  820. .entry a:link,
  821. .entry a:visited {
  822.     color: #A5E12A;
  823.     background-color: transparent;
  824. }
  825. .entry a:hover {
  826.     color:#fff;
  827.     background-color: transparent;
  828.     text-decoration: none;
  829. }
  830.  
  831. .entry ul, .entry ol{
  832.  margin: .4em 0 1em;
  833.  line-height: 150%;
  834. }
  835.  
  836. .entry ul li, .entry ol li{
  837.  list-style-position:outside;
  838.  margin-left: 1.6em;
  839. }
  840.  
  841. .entry p{
  842.     margin:5px 0px;
  843.     padding:5px 0px;
  844.     line-height:24px;
  845. }
  846.  
  847. .endcont{
  848.     background:url(images/endcont.png) bottom no-repeat;
  849.     height:40px;
  850. }
  851. /* right column */
  852. .right{
  853.     float:right;
  854.     width:290px;
  855.     padding:0px 0px 0px 0;
  856.     display:inline;
  857.     overflow:hidden;
  858.     word-wrap:break-word;
  859. }
  860.  
  861. /* The Sidebar */
  862.  
  863. .sidebar {
  864.  float: left;
  865.  color: #52514E;
  866. }
  867.  
  868. .sidebar a {
  869.  text-decoration: none;
  870.  color: #52514E;
  871. }
  872.  
  873. .sidebar a:hover {
  874.  text-decoration: none;
  875.  color: #1F1E1D;
  876. }
  877.  
  878. .sidebar .widget {
  879.  margin: 0 0 10px 0;
  880.  background: #ACA792;
  881.  width: 290px;
  882. }
  883.  
  884. .sidebar .widget h2 {
  885.  color: #CFCAB5;
  886.  padding: 10px 10px;
  887.  background: #434240;
  888.  font-size: 16px;
  889.  font-weight: bold;
  890.  font-weight: bold;
  891.  text-transform: uppercase;
  892.  border-top: 1px solid #52514E;
  893.  border-left: 1px solid #52514E;
  894.  border-right: 1px solid #52514E;
  895. }
  896.  
  897. .sidebar .widget-content {
  898.  padding: 5px 10px 5px 10px;
  899.  line-height: 18px;
  900. }
  901.  
  902. .sidebar ul {
  903.  list-style-type: none;
  904.  list-style: none;
  905.  margin: 0;
  906.  padding: 0;
  907. }
  908.  
  909. .sidebar ul li {
  910.  padding: 5px 0 5px 0;
  911.  margin: 0 0 0 0;
  912. }
  913.    
  914. /* --- FOOTER --- */
  915.    
  916. #footer {
  917.     padding:10px 0 10px 0px;
  918.     color:#BFB3A7;
  919.     font-size:12px;
  920.     margin:0px auto;
  921.     background:url(http://1.bp.blogspot.com/-R62zc2Rgbbc/UGURQSrx7LI/AAAAAAAAGuE/YMJeDxxKa6A/s1600/foot.png);
  922.     }
  923.  
  924. #footer a:link , #footer a:visited{
  925.         color:#BFB3A7;
  926.     }
  927.  
  928. #footer a:hover {
  929.     color:#BFB3A7;
  930.     }
  931.  
  932. .fcred{
  933.     text-align:center;
  934.     margin:10px 0px 10px 10px;
  935.     line-height:16px;
  936.     text-shadow:0px 1px 0px #000000;
  937. }
  938.  
  939. /* The Page Title */
  940.  
  941. h2.pagetitle {
  942.     height:35px;
  943.     color:#AAA590;
  944.     font-size:18px;
  945.     padding:10px 0px;
  946.     font-weight:bold;
  947.     text-align:center;
  948.     }
  949.    
  950. h2.pagetitle a {
  951.     color:#507409;
  952.  } 
  953.  
  954. /* Footer widgets */
  955. .botop{
  956.     height:22px;
  957.     background:url(http://3.bp.blogspot.com/-FqaaG4a6pSM/UGURJODAtLI/AAAAAAAAGtk/jSGhle6DEF4/s1600/botop.png) repeat-x;
  958. }
  959.    
  960. #bottom{
  961.     margin:0px auto;
  962.     width:900px;
  963. }
  964.  
  965. .bottomcover{
  966.     background:url(http://1.bp.blogspot.com/-R62zc2Rgbbc/UGURQSrx7LI/AAAAAAAAGuE/YMJeDxxKa6A/s1600/foot.png);
  967.     margin:0px auto;
  968. }
  969.  
  970. .botwid .widget h2{
  971.     height:25px;
  972.     font-size:18px;
  973.     padding:10px 0px 10px 5px;
  974.     color:#ACA792;
  975.     text-shadow:1px 1px 0px #172C2F;   
  976. }
  977.  
  978. .botwid{
  979.     float:left;
  980.     width:200px;
  981.     padding-bottom:30px;
  982.     font-size:12px;
  983.     margin:20px 0px 0px 20px;
  984.     color:#ddd;
  985.     }
  986.    
  987. .botwid ul {
  988.     list-style-type: none;
  989.     margin:  0px;
  990.     padding: 0px 0px 0px 0px ;
  991.     }
  992.    
  993. .botwid li{
  994.     list-style-type: none;
  995.     margin: 0 ;
  996.     padding: 0;
  997.     }
  998.    
  999. .botwid ul ul  {
  1000.     list-style-type: none;
  1001.     margin: 0;
  1002.     padding: 0px 0px 0px 0px;
  1003.     background-repeat:no-repeat;
  1004.     }
  1005.  
  1006. .botwid ul ul ul{
  1007.     list-style-type: none;
  1008.     margin: 0;
  1009.     padding: 0;
  1010.     border:0;
  1011.     }
  1012.  
  1013. .botwid ul ul ul ul{
  1014.     list-style-type: none;
  1015.     margin: 0;
  1016.     padding: 0;
  1017.     border:0;
  1018.     }
  1019.  
  1020. .botwid ul li {
  1021.     height:100%;
  1022.     line-height:18px;
  1023.     clear: left;   
  1024.     width: 200px;
  1025.     list-style-type: none;
  1026.     }
  1027.    
  1028. .botwid ul li a:link, .botwid ul li a:visited  {
  1029.     color: #6F645A;
  1030.     text-decoration: none;
  1031.     padding: 5px 0px 5px 5px;
  1032.     display:block;
  1033.     border-bottom:1px solid #353535;
  1034.     }
  1035.  
  1036. .botwid ul li a:hover{
  1037.     color: #fff;
  1038.     }
  1039.  
  1040. .botwid p{
  1041.     padding: 7px 10px;
  1042.     margin:0;
  1043.     }
  1044.  
  1045. .botwid table {
  1046.     width:100%;
  1047.     text-align:center;
  1048.     color:#787d7f;
  1049.     }
  1050.  
  1051. h2.date-header {
  1052.  margin: 1.5em 0 .5em;
  1053.  display: none;
  1054. }
  1055.  
  1056. .main .widget {
  1057.  margin: 0 0 5px;
  1058.  padding: 0 0 2px;
  1059. }
  1060.  
  1061. .main .Blog {
  1062.  border-bottom-width: 0;
  1063. }
  1064.  
  1065. #header .description {
  1066.  color:#ffffff;
  1067.  font-size:14px;
  1068.  text-shadow:0px 1px 0px #000000;
  1069. }
  1070.  
  1071. /* Comments----------------------------------------------- */
  1072. #comments {
  1073.     background:#434240 url(http://2.bp.blogspot.com/-o2cIKssFyCY/UGURVgVOSGI/AAAAAAAAGuk/QdqMnXmSNno/s1600/post.png) top right no-repeat;
  1074.     height:100%;
  1075.     color:#d7d5cc;
  1076.     padding:10px;
  1077.     margin:0px 0px 10px 0px;
  1078.     position:relative;
  1079.     border:1px solid #51504d;
  1080. }
  1081.  
  1082. #comment-name-url {
  1083.  width: 365px;
  1084.  float: left;
  1085. }
  1086.  
  1087. #comment-date {
  1088.  width: 365px;
  1089.  float: left;
  1090.  margin-top: 5px;
  1091.  font-size: 10px;
  1092. }
  1093.  
  1094. #comment-header {
  1095.  float: left;
  1096.  padding: 5px 0 40px 10px;
  1097.  margin: 5px 0 15px 0;
  1098.  position: relative;
  1099.  background-color: #ffffff;
  1100.  border: 1px dashed #eeeeee;
  1101. }
  1102.  
  1103. .avatar-image-container {
  1104.  background: url(http: //4.bp.blogspot.com/_4HKUHirY_2U/TLlJUqSaolI/AAAAAAAAEq4/qpgAHAOe9x0/s1600/comment-avatar.jpg);
  1105.  width: 32px;
  1106.  height: 32px;
  1107.  float: right;
  1108.  margin: 5px 10px 5px 5px;
  1109.  border: 1px solid #dddddd;
  1110. }
  1111.  
  1112. .avatar-image-container img {
  1113.  width: 32px;
  1114.  height: 32px;
  1115. }
  1116.  
  1117. a.comments-autor-name {
  1118.  color: #000000;
  1119.  font: normal bold 14px Arial, Tahoma, Verdana;
  1120. }
  1121.  
  1122. a.says {
  1123.  color: #000000;
  1124.  font: normal 14px Arial, Tahoma, Verdana;
  1125. }
  1126.  
  1127. .says a:hover {
  1128.  text-decoration: none;
  1129. }
  1130.  
  1131. .deleted-comment {
  1132.  font-style: italic;
  1133.  color: gray;
  1134. }
  1135.  
  1136. #blog-pager-newer-link {
  1137.  float: left;
  1138. }
  1139.  
  1140. #blog-pager-older-link {
  1141.  float: right;
  1142. }
  1143.  
  1144. #blog-pager {
  1145.  text-align: center;
  1146.  font: 12px Georgia,Arial,Tahoma,Helvetica,sans-serif;
  1147. }
  1148.  
  1149. .feed-links {
  1150.  clear: both;
  1151.  font: 12px/2.5em Georgia,Arial,Tahoma,Helvetica,sans-serif;
  1152.  color:#ffffff;
  1153. }
  1154.  
  1155. /* Profile ----------------------------------------------- */
  1156. .profile-img {
  1157.  float: left;
  1158.  margin-top: 0;
  1159.  margin-right: 5px;
  1160.  margin-bottom: 5px;
  1161.  margin-left: 0;
  1162.  padding: 4px;
  1163.  border: 1px solid #eeeeee;
  1164. }
  1165.  
  1166. .profile-data {
  1167.  margin: 0;
  1168.  text-transform: uppercase;
  1169.  letter-spacing: .1em;
  1170.  color: #000000;
  1171.  font-weight: bold;
  1172.  line-height: 1.6em;
  1173. }
  1174.  
  1175. .profile-datablock {
  1176.  margin: .5em 0 .5em;
  1177. }
  1178.  
  1179. .profile-textblock {
  1180.  margin: 0.5em 0;
  1181.  line-height: 1.6em;
  1182. }
  1183.  
  1184. .avatar-image-container {
  1185.  background: url(http://4.bp.blogspot.com/_4HKUHirY_2U/TLlJUqSaolI/AAAAAAAAEq4/qpgAHAOe9x0/s1600/comment-avatar.jpg);
  1186.  width: 32px;
  1187.  height: 32px;
  1188.  float: right;
  1189.  margin: 5px 10px 5px 5px;
  1190.  border: 1px solid #dddddd;
  1191. }
  1192.  
  1193. .avatar-image-container img {
  1194.  width: 32px;
  1195.  height: 32px;
  1196. }
  1197.  
  1198. .profile-link {
  1199.  text-transform: uppercase;
  1200.  letter-spacing: .1em;
  1201. }
  1202.  
  1203. .comment-form {
  1204.  max-width: 600px;
  1205. }
  1206.  
  1207. #navbar-iframe {
  1208.  height: 0;
  1209.  visibility: hidden;
  1210.  display: none;
  1211. }
  1212.  
  1213. .cover {
  1214.  float: left;
  1215.  width: 100%;
  1216. }
  1217.  
  1218. ]]></b:skin>
  1219.  
  1220. <script type='text/javascript'>
  1221. //<![CDATA[
  1222.  
  1223. function showrecentcomments(json){for(var i=0;i<a_rc;i++){var b_rc=json.feed.entry[i];var c_rc;if(i==json.feed.entry.length)break;for(var k=0;k<b_rc.link.length;k++){if(b_rc.link[k].rel=='alternate'){c_rc=b_rc.link[k].href;break;}}c_rc=c_rc.replace("#","#comment-");var d_rc=c_rc.split("#");d_rc=d_rc[0];var e_rc=d_rc.split("/");e_rc=e_rc[5];e_rc=e_rc.split(".html");e_rc=e_rc[0];var f_rc=e_rc.replace(/-/g," ");f_rc=f_rc.link(d_rc);var g_rc=b_rc.published.$t;var h_rc=g_rc.substring(0,4);var i_rc=g_rc.substring(5,7);var j_rc=g_rc.substring(8,10);var k_rc=new Array();k_rc[1]="Jan";k_rc[2]="Feb";k_rc[3]="Mar";k_rc[4]="Apr";k_rc[5]="May";k_rc[6]="Jun";k_rc[7]="Jul";k_rc[8]="Aug";k_rc[9]="Sep";k_rc[10]="Oct";k_rc[11]="Nov";k_rc[12]="Dec";if("content" in b_rc){var l_rc=b_rc.content.$t;}else if("summary" in b_rc){var l_rc=b_rc.summary.$t;}else var l_rc="";var re=/<\S[^>]*>/g;l_rc=l_rc.replace(re,"");if(m_rc==true)document.write('On '+k_rc[parseInt(i_rc,10)]+' '+j_rc+' ');document.write('<a href="'+c_rc+'">'+b_rc.author[0].name.$t+'</a> commented');if(n_rc==true)document.write(' on '+f_rc);document.write(': ');if(l_rc.length<o_rc){document.write('<i>&#8220;');document.write(l_rc);document.write('&#8221;</i><br/><br/>');}else{document.write('<i>&#8220;');l_rc=l_rc.substring(0,o_rc);var p_rc=l_rc.lastIndexOf(" ");l_rc=l_rc.substring(0,p_rc);document.write(l_rc+'&hellip;&#8221;</i>');document.write('<br/><br/>');}}}
  1224.  
  1225. function rp(json){document.write('<ul>');for(var i=0;i<numposts;i++){document.write('<li>');var entry=json.feed.entry[i];var posttitle=entry.title.$t;var posturl;if(i==json.feed.entry.length)break;for(var k=0;k<entry.link.length;k++){if(entry.link[k].rel=='alternate'){posturl=entry.link[k].href;break}}posttitle=posttitle.link(posturl);var readmorelink="(more)";readmorelink=readmorelink.link(posturl);var postdate=entry.published.$t;var cdyear=postdate.substring(0,4);var cdmonth=postdate.substring(5,7);var cdday=postdate.substring(8,10);var monthnames=new Array();monthnames[1]="Jan";monthnames[2]="Feb";monthnames[3]="Mar";monthnames[4]="Apr";monthnames[5]="May";monthnames[6]="Jun";monthnames[7]="Jul";monthnames[8]="Aug";monthnames[9]="Sep";monthnames[10]="Oct";monthnames[11]="Nov";monthnames[12]="Dec";if("content"in entry){var postcontent=entry.content.$t}else if("summary"in entry){var postcontent=entry.summary.$t}else var postcontent="";var re=/<\S[^>]*>/g;postcontent=postcontent.replace(re,"");document.write(posttitle);if(showpostdate==true)document.write(' - '+monthnames[parseInt(cdmonth,10)]+' '+cdday);if(showpostsummary==true){if(postcontent.length<numchars){document.write(postcontent)}else{postcontent=postcontent.substring(0,numchars);var quoteEnd=postcontent.lastIndexOf(" ");postcontent=postcontent.substring(0,quoteEnd);document.write(postcontent+'...'+readmorelink)}}document.write('</li>')}document.write('</ul>')}
  1226.  
  1227. //]]>
  1228. </script>
  1229.  
  1230. <script type='text/javascript'>
  1231. summary_noimg = 400;
  1232. summary_img = 310;
  1233. img_thumb_height = 150;
  1234. img_thumb_width = 200;
  1235. </script>
  1236. <script type='text/javascript'>
  1237. //<![CDATA[
  1238.  
  1239. function removeHtmlTag(strx,chop){
  1240.     if(strx.indexOf("<")!=-1)
  1241.     {
  1242.         var s = strx.split("<");
  1243.         for(var i=0;i<s.length;i++){
  1244.             if(s[i].indexOf(">")!=-1){
  1245.                 s[i] = s[i].substring(s[i].indexOf(">")+1,s[i].length);
  1246.             }
  1247.         }
  1248.         strx =  s.join("");
  1249.     }
  1250.     chop = (chop < strx.length-1) ? chop : strx.length-2;
  1251.     while(strx.charAt(chop-1)!=' ' && strx.indexOf(' ',chop)!=-1) chop++;
  1252.     strx = strx.substring(0,chop-1);
  1253.     return strx+'...';
  1254. }
  1255.  
  1256. function createSummaryAndThumb(pID){
  1257.     var div = document.getElementById(pID);
  1258.     var imgtag = "";
  1259.     var img = div.getElementsByTagName("img");
  1260.     var summ = summary_noimg;
  1261.     if(img.length>=1) {
  1262.         imgtag = '<span style="float:left; padding:0px 10px 5px 0px;"><img src="'+img[0].src+'" width="'+img_thumb_width+'px" height="'+img_thumb_height+'px"/></span>';
  1263.         summ = summary_img;
  1264.     }
  1265.    
  1266.     var summary = imgtag + '<div>' + removeHtmlTag(div.innerHTML,summ) + '</div>';
  1267.     div.innerHTML = summary;
  1268. }
  1269.  
  1270. //]]>
  1271. </script>
  1272.  
  1273. </head>
  1274.  
  1275. <body>
  1276.  
  1277. <div class='masthead'>
  1278.  
  1279. <div id='foxmenucontainer'>
  1280. <div class='menu-primary-container' id='menu'>
  1281. <ul class='menu' id='menu-primary'>
  1282. <li><a href='ins-cyber.blogspot.com'>Home</a></li>
  1283. <li><a href='#'>About</a></li>
  1284. <li><a href='http://ins-cyber.blogspot.com/p/partner-link_7.html'>Partner Link</a>
  1285.  
  1286. </li>
  1287. <li><a href='#'>Page 1</a></li>
  1288. <li><a href='#'>Page 2</a></li>
  1289. <li><a href='#'>Full wide</a></li>
  1290. <li><a href='#'>Blog</a></li>
  1291. <li><a href='#'>Featured</a></li>
  1292. </ul>
  1293. </div> 
  1294. </div>
  1295.  
  1296. <div id='top'>
  1297. <div class='head'>
  1298.  
  1299. <div class='blogname'>
  1300. <b:section class='header' id='header' maxwidgets='1' showaddelement='no'>
  1301.   <b:widget id='Header1' locked='true' title=':: Catatan kecil Squid :: (Header)' type='Header'>
  1302.     <b:includable id='main'>
  1303.  
  1304.   <b:if cond='data:useImage'>
  1305.     <b:if cond='data:imagePlacement == &quot;REPLACE&quot;'>
  1306.       <!--Show just the image, no text-->
  1307.       <div id='header-inner'>
  1308.         <a expr:href='data:blog.homepageUrl' style='display: block'>
  1309.           <img expr:alt='data:title' expr:height='data:height' expr:id='data:widget.instanceId + &quot;_headerimg&quot;' expr:src='data:sourceUrl' expr:width='data:width' style='display: block;padding-left:0px;padding-top:0px;'/>
  1310.         </a>
  1311.       </div>
  1312.     <b:else/>
  1313.       <!--
  1314.      Show image as background to text. You can't really calculate the width
  1315.      reliably in JS because margins are not taken into account by any of
  1316.      clientWidth, offsetWidth or scrollWidth, so we don't force a minimum
  1317.      width if the user is using shrink to fit.
  1318.      This results in a margin-width's worth of pixels being cropped. If the
  1319.      user is not using shrink to fit then we expand the header.
  1320.      -->
  1321.       <div expr:style='&quot;background-image: url(\&quot;&quot; + data:sourceUrl + &quot;\&quot;); &quot;                      + &quot;background-position: &quot;                      + data:backgroundPositionStyleStr + &quot;; &quot;                      + data:widthStyleStr                      + &quot;min-height: &quot; + data:height + &quot;px;&quot;                      + &quot;_height: &quot; + data:height + &quot;px;&quot;                      + &quot;background-repeat: no-repeat; &quot;' id='header-inner'>
  1322.         <div class='titlewrapper' style='background: transparent'>
  1323.           <h1 class='title' style='background: transparent; border-width: 0px'>
  1324.             <b:include name='title'/>
  1325.           </h1>
  1326.         </div>
  1327.         <b:include name='description'/>
  1328.       </div>
  1329.     </b:if>
  1330.   <b:else/>
  1331.     <!--No header image -->
  1332.     <div id='header-inner'>
  1333.       <div class='titlewrapper'>
  1334.         <h1 class='title'>
  1335.           <b:include name='title'/>
  1336.         </h1>
  1337.       </div>
  1338.       <b:include name='description'/>
  1339.     </div>
  1340.   </b:if>
  1341. </b:includable>
  1342.     <b:includable id='description'>
  1343.   <div class='descriptionwrapper'>
  1344.     <p class='description'><span><data:description/></span></p>
  1345.   </div>
  1346. </b:includable>
  1347.     <b:includable id='title'>
  1348. <a expr:href='data:blog.homepageUrl'><data:title/></a>
  1349. </b:includable>
  1350.   </b:widget>
  1351. </b:section>
  1352. </div>
  1353.  
  1354. <div class='soxbox'>
  1355.  
  1356. <div class='feedlist'>
  1357. <ul>
  1358.     <li><a expr:href='data:blog.homepageUrl + &quot;feeds/posts/default&quot;' rel='nofollow' target='_blank'><img alt='RSS' src='http://2.bp.blogspot.com/-bgHm3CklO3k/UGURXOZkoiI/AAAAAAAAGus/8Hpg4oVIfD8/s1600/rss.png' title='subscribe'/></a></li>
  1359.     <li><a href='https://www.facebook.com/Iyan.cyber' rel='nofollow' target='_blank'><img alt='Facebook' src='http://1.bp.blogspot.com/-VlgOHOZRzAc/UGUROuBH8fI/AAAAAAAAGt8/0Mmndd6CPzc/s1600/facebook.png' title='Facebook'/></a></li>
  1360.     <li><a href='https://twitter.com/iyan_squid' rel='nofollow' target='_blank'><img alt='Twitter' src='http://2.bp.blogspot.com/-OSU1m3J-nvI/UGURb1KTGXI/AAAAAAAAGvE/32vTyT7hnBM/s1600/twitter.png' title='Twitter'/></a></li>
  1361.     <li><a href='http://www.linkedin.com/' rel='nofollow' target='_blank'><img alt='Linkedin' src='http://4.bp.blogspot.com/-7Uf_Vm41V0k/UGURRgRnp5I/AAAAAAAAGuM/Kc26yH2tZjE/s1600/linkedin.png' title='Linkedin'/></a></li>
  1362. </ul>
  1363. </div>
  1364.  
  1365. <div id='search'>
  1366. <form action='/search' id='searchform' method='get'>
  1367. <input id='s' name='q' onblur='if (this.value == &apos;&apos;){this.value = &apos;Search my site...&apos;;}' onfocus='if (this.value == &apos;Search my site...&apos;){this.value = &apos;&apos;;}' type='text' value='Search my site...'/>
  1368. <input id='searchsubmit' type='submit' value=''/>
  1369. </form>
  1370. </div>
  1371.  
  1372. </div>
  1373.  
  1374. </div>
  1375. </div>
  1376.  
  1377. <div id='catmenucontainer'>
  1378. <div id='catmenu'>
  1379. <b:section class='nbttopmenu' id='nbttopmenu' showaddelement='no'>
  1380.   <b:widget id='LinkList1' locked='true' title='Edit This Menu' type='LinkList'>
  1381.     <b:includable id='main'>
  1382.  <div class='widget-content'>
  1383.    <ul>
  1384.      <b:loop values='data:links' var='link'>
  1385.        <li><a expr:href='data:link.target'><data:link.name/></a></li>
  1386.      </b:loop>
  1387.    </ul>
  1388.    <b:include name='quickedit'/>
  1389.  </div>
  1390. </b:includable>
  1391.   </b:widget>
  1392. </b:section>
  1393. </div>
  1394. </div>
  1395.  
  1396. </div>
  1397.  
  1398. <div id='wrapper'>
  1399. <div id='casing'>
  1400.  
  1401. <div id='content'>
  1402.  
  1403. <b:section class='mainblog' id='mainblog' showaddelement='no'>
  1404.   <b:widget id='Blog1' locked='true' title='Posting Blog' type='Blog'>
  1405.     <b:includable id='main' var='top'>
  1406.   <b:if cond='data:mobile == &quot;false&quot;'>
  1407.  
  1408.     <!-- posts -->
  1409.     <div class='blog-posts hfeed'>
  1410.  
  1411.       <b:include data='top' name='status-message'/>
  1412.  
  1413.       <data:defaultAdStart/>
  1414.       <b:loop values='data:posts' var='post'>
  1415.         <b:if cond='data:post.isDateStart'>
  1416.           <b:if cond='data:post.isFirstPost == &quot;false&quot;'>
  1417.             &lt;/div&gt;&lt;/div&gt;
  1418.           </b:if>
  1419.         </b:if>
  1420.         <b:if cond='data:post.isDateStart'>
  1421.           &lt;div class=&quot;date-outer&quot;&gt;
  1422.         </b:if>
  1423.         <b:if cond='data:post.dateHeader'>
  1424.           <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
  1425.         </b:if>
  1426.         <b:if cond='data:post.isDateStart'>
  1427.           &lt;div class=&quot;date-posts&quot;&gt;
  1428.         </b:if>
  1429.         <div class='post-outer'>
  1430.         <b:include data='post' name='post'/>
  1431.         <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  1432.           <b:if cond='data:post.showThreadedComments'>
  1433.             <b:include data='post' name='threaded_comments'/>
  1434.           <b:else/>
  1435.             <b:include data='post' name='comments'/>
  1436.           </b:if>
  1437.         </b:if>
  1438.         <b:if cond='data:blog.pageType == &quot;item&quot;'>
  1439.           <b:if cond='data:post.showThreadedComments'>
  1440.             <b:include data='post' name='threaded_comments'/>
  1441.           <b:else/>
  1442.             <b:include data='post' name='comments'/>
  1443.           </b:if>
  1444.         </b:if>
  1445.         </div>
  1446.         <b:if cond='data:post.includeAd'>
  1447.           <b:if cond='data:post.isFirstPost'>
  1448.             <data:defaultAdEnd/>
  1449.           <b:else/>
  1450.             <data:adEnd/>
  1451.           </b:if>
  1452.           <div class='inline-ad'>
  1453.             <data:adCode/>
  1454.           </div>
  1455.           <data:adStart/>
  1456.         </b:if>
  1457.       </b:loop>
  1458.       <b:if cond='data:numPosts != 0'>
  1459.         &lt;/div&gt;&lt;/div&gt;
  1460.       </b:if>
  1461.       <data:adEnd/>
  1462.     </div>
  1463.  
  1464. <div style='clear: both;'/>
  1465. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  1466. <!-- navigation -->
  1467. <b:include name='nextprev'/>
  1468. </b:if>
  1469.  
  1470.     <!-- feed links -->
  1471.     <b:include name='feedLinks'/>
  1472.  
  1473.     <b:if cond='data:top.showStars'>
  1474.       <script src='//www.google.com/jsapi' type='text/javascript'/>
  1475.       <script type='text/javascript'>
  1476.         google.load(&quot;annotations&quot;, &quot;1&quot;, {&quot;locale&quot;: &quot;<data:top.languageCode/>&quot;});
  1477.         function initialize() {
  1478.           google.annotations.setApplicationId(<data:top.blogspotReviews/>);
  1479.           google.annotations.createAll();
  1480.           google.annotations.fetch();
  1481.         }
  1482.         google.setOnLoadCallback(initialize);
  1483.       </script>
  1484.     </b:if>
  1485.  
  1486.   <b:else/>
  1487.     <b:include name='mobile-main'/>
  1488.   </b:if>
  1489.  
  1490.   <b:if cond='data:top.showDummy'>
  1491.     <data:top.dummyBootstrap/>
  1492.   </b:if>
  1493.  
  1494. </b:includable>
  1495.     <b:includable id='backlinkDeleteIcon' var='backlink'>
  1496.   <span expr:class='&quot;item-control &quot; + data:backlink.adminClass'>
  1497.     <a expr:href='data:backlink.deleteUrl' expr:title='data:top.deleteBacklinkMsg'>
  1498.       <img src='//www.blogger.com/img/icon_delete13.gif'/>
  1499.     </a>
  1500.   </span>
  1501. </b:includable>
  1502.     <b:includable id='backlinks' var='post'>
  1503.   <a name='links'/><h4><data:post.backlinksLabel/></h4>
  1504.   <b:if cond='data:post.numBacklinks != 0'>
  1505.     <dl class='comments-block' id='comments-block'>
  1506.       <b:loop values='data:post.backlinks' var='backlink'>
  1507.         <div class='collapsed-backlink backlink-control'>
  1508.           <dt class='comment-title'>
  1509.             <span class='backlink-toggle-zippy'>&#160;</span>
  1510.             <a expr:href='data:backlink.url' rel='nofollow'><data:backlink.title/></a>
  1511.             <b:include data='backlink' name='backlinkDeleteIcon'/>
  1512.           </dt>
  1513.           <dd class='comment-body collapseable'>
  1514.             <data:backlink.snippet/>
  1515.           </dd>
  1516.           <dd class='comment-footer collapseable'>
  1517.             <span class='comment-author'><data:post.authorLabel/> <data:backlink.author/></span>
  1518.             <span class='comment-timestamp'><data:post.timestampLabel/> <data:backlink.timestamp/></span>
  1519.           </dd>
  1520.         </div>
  1521.       </b:loop>
  1522.     </dl>
  1523.   </b:if>
  1524.   <p class='comment-footer'>
  1525.     <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>
  1526.   </p>
  1527. </b:includable>
  1528.     <b:includable id='comment-form' var='post'>
  1529.   <div class='comment-form'>
  1530.     <a name='comment-form'/>
  1531.     <b:if cond='data:mobile'>
  1532.       <h4 id='comment-post-message'>
  1533.         <a expr:id='data:widget.instanceId + &quot;_comment-editor-toggle-link&quot;' href='javascript:void(0)'><data:postCommentMsg/></a></h4>
  1534.       <p><data:blogCommentMessage/></p>
  1535.       <data:blogTeamBlogMessage/>
  1536.       <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1537.       <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%'/>
  1538.     <b:else/>
  1539.       <h4 id='comment-post-message'><data:postCommentMsg/></h4>
  1540.       <p><data:blogCommentMessage/></p>
  1541.       <data:blogTeamBlogMessage/>
  1542.       <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  1543.       <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  1544.     </b:if>
  1545.     <data:post.friendConnectJs/>
  1546.     <data:post.cmtfpIframe/>
  1547.     <script type='text/javascript'>
  1548.       BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
  1549.     </script>
  1550.   </div>
  1551. </b:includable>
  1552.     <b:includable id='commentDeleteIcon' var='comment'>
  1553.   <span expr:class='&quot;item-control &quot; + data:comment.adminClass'>
  1554.     <b:if cond='data:showCmtPopup'>
  1555.       <div class='goog-toggle-button'>
  1556.         <div class='goog-inline-block comment-action-icon'/>
  1557.       </div>
  1558.     <b:else/>
  1559.       <a class='comment-delete' expr:href='data:comment.deleteUrl' expr:title='data:top.deleteCommentMsg'>
  1560.         <img src='//www.blogger.com/img/icon_delete13.gif'/>
  1561.       </a>
  1562.     </b:if>
  1563.   </span>
  1564. </b:includable>
  1565.     <b:includable id='comment_count_picker' var='post'>
  1566.   <b:if cond='data:post.commentSource == 1'>
  1567.     <span class='cmt_count_iframe_holder' expr:data-count='data:post.numComments' expr:data-onclick='data:post.addCommentOnclick' expr:data-post-url='data:post.url' expr:data-url='data:post.canonicalUrl'>
  1568.     </span>
  1569.   <b:else/>
  1570.     <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'>
  1571.       <data:post.commentLabelFull/>:
  1572.     </a>
  1573.   </b:if>
  1574. </b:includable>
  1575.     <b:includable id='comment_picker' var='post'>
  1576.   <b:if cond='data:post.commentSource == 1'>
  1577.     <b:include data='post' name='iframe_comments'/>
  1578.   <b:else/>
  1579.     <b:if cond='data:post.showThreadedComments'>
  1580.       <b:include data='post' name='threaded_comments'/>
  1581.     <b:else/>
  1582.       <b:include data='post' name='comments'/>
  1583.     </b:if>
  1584.   </b:if>
  1585. </b:includable>
  1586.     <b:includable id='comments' var='post'>
  1587.   <div class='comments' id='comments'>
  1588.     <a name='comments'/>
  1589.     <b:if cond='data:post.allowComments'>
  1590.       <h4>
  1591.         <b:if cond='data:post.numComments == 1'>
  1592.           1 <data:commentLabel/>:
  1593.         <b:else/>
  1594.           <data:post.numComments/> <data:commentLabelPlural/>:
  1595.         </b:if>
  1596.       </h4>
  1597.  
  1598.       <b:if cond='data:post.commentPagingRequired'>
  1599.         <span class='paging-control-container'>
  1600.           <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'><data:post.oldestLinkText/></a>
  1601.           &#160;
  1602.           <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'><data:post.olderLinkText/></a>
  1603.           &#160;
  1604.           <data:post.commentRangeText/>
  1605.           &#160;
  1606.           <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'><data:post.newerLinkText/></a>
  1607.           &#160;
  1608.           <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'><data:post.newestLinkText/></a>
  1609.         </span>
  1610.       </b:if>
  1611.  
  1612.       <div expr:id='data:widget.instanceId + &quot;_comments-block-wrapper&quot;'>
  1613.         <dl expr:class='data:post.avatarIndentClass' id='comments-block'>
  1614.           <b:loop values='data:post.comments' var='comment'>
  1615.             <dt expr:class='&quot;comment-author &quot; + data:comment.authorClass' expr:id='data:comment.anchorName'>
  1616.               <b:if cond='data:comment.favicon'>
  1617.                 <img expr:src='data:comment.favicon' height='16px' style='margin-bottom:-2px;' width='16px'/>
  1618.               </b:if>
  1619.               <a expr:name='data:comment.anchorName'/>
  1620.               <b:if cond='data:blog.enabledCommentProfileImages'>
  1621.                 <data:comment.authorAvatarImage/>
  1622.               </b:if>
  1623.               <b:if cond='data:comment.authorUrl'>
  1624.                 <a expr:href='data:comment.authorUrl' rel='nofollow'><data:comment.author/></a>
  1625.               <b:else/>
  1626.                 <data:comment.author/>
  1627.               </b:if>
  1628.               <data:commentPostedByMsg/>
  1629.             </dt>
  1630.             <dd class='comment-body' expr:id='data:widget.instanceId + data:comment.cmtBodyIdPostfix'>
  1631.               <b:if cond='data:comment.isDeleted'>
  1632.                 <span class='deleted-comment'><data:comment.body/></span>
  1633.               <b:else/>
  1634.                 <p>
  1635.                   <data:comment.body/>
  1636.                 </p>
  1637.               </b:if>
  1638.             </dd>
  1639.             <dd class='comment-footer'>
  1640.               <span class='comment-timestamp'>
  1641.                 <a expr:href='data:comment.url' title='comment permalink'>
  1642.                   <data:comment.timestamp/>
  1643.                 </a>
  1644.                 <b:include data='comment' name='commentDeleteIcon'/>
  1645.               </span>
  1646.             </dd>
  1647.           </b:loop>
  1648.         </dl>
  1649.       </div>
  1650.  
  1651.       <b:if cond='data:post.commentPagingRequired'>
  1652.         <span class='paging-control-container'>
  1653.           <a expr:class='data:post.oldLinkClass' expr:href='data:post.oldestLinkUrl'>
  1654.             <data:post.oldestLinkText/>
  1655.           </a>
  1656.           <a expr:class='data:post.oldLinkClass' expr:href='data:post.olderLinkUrl'>
  1657.             <data:post.olderLinkText/>
  1658.           </a>
  1659.           &#160;
  1660.           <data:post.commentRangeText/>
  1661.           &#160;
  1662.           <a expr:class='data:post.newLinkClass' expr:href='data:post.newerLinkUrl'>
  1663.             <data:post.newerLinkText/>
  1664.           </a>
  1665.           <a expr:class='data:post.newLinkClass' expr:href='data:post.newestLinkUrl'>
  1666.             <data:post.newestLinkText/>
  1667.           </a>
  1668.         </span>
  1669.       </b:if>
  1670.  
  1671.       <p class='comment-footer'>
  1672.         <b:if cond='data:post.embedCommentForm'>
  1673.           <b:if cond='data:post.allowNewComments'>
  1674.             <b:include data='post' name='comment-form'/>
  1675.           <b:else/>
  1676.             <data:post.noNewCommentsText/>
  1677.           </b:if>
  1678.         <b:else/>
  1679.           <b:if cond='data:post.allowComments'>
  1680.             <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  1681.           </b:if>
  1682.         </b:if>
  1683.  
  1684.       </p>
  1685.     </b:if>
  1686.     <b:if cond='data:showCmtPopup'>
  1687.       <div id='comment-popup'>
  1688.         <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  1689.         </iframe>
  1690.       </div>
  1691.     </b:if>
  1692.  
  1693.     <div id='backlinks-container'>
  1694.     <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  1695.        <b:if cond='data:post.showBacklinks'>
  1696.          <b:include data='post' name='backlinks'/>
  1697.        </b:if>
  1698.     </div>
  1699.     </div>
  1700.   </div>
  1701. </b:includable>
  1702.     <b:includable id='feedLinks'>
  1703.   <b:if cond='data:blog.pageType != &quot;item&quot;'> <!-- Blog feed links -->
  1704.     <b:if cond='data:feedLinks'>
  1705.       <div class='blog-feeds'>
  1706.         <b:include data='feedLinks' name='feedLinksBody'/>
  1707.       </div>
  1708.     </b:if>
  1709.  
  1710.     <b:else/> <!--Post feed links -->
  1711.     <div class='post-feeds'>
  1712.       <b:loop values='data:posts' var='post'>
  1713.         <b:if cond='data:post.allowComments'>
  1714.           <b:if cond='data:post.feedLinks'>
  1715.             <b:include data='post.feedLinks' name='feedLinksBody'/>
  1716.           </b:if>
  1717.         </b:if>
  1718.       </b:loop>
  1719.     </div>
  1720.   </b:if>
  1721. </b:includable>
  1722.     <b:includable id='feedLinksBody' var='links'>
  1723.   <div class='feed-links'>
  1724.   <data:feedLinksMsg/>
  1725.   <b:loop values='data:links' var='f'>
  1726.      <a class='feed-link' expr:href='data:f.url' expr:type='data:f.mimeType' target='_blank'><data:f.name/> (<data:f.feedType/>)</a>
  1727.   </b:loop>
  1728.   </div>
  1729. </b:includable>
  1730.     <b:includable id='iframe_comments' var='post'>
  1731.  
  1732.   <b:if cond='data:post.allowIframeComments'>
  1733.     <script expr:src='data:post.iframeCommentSrc' type='text/javascript'/>
  1734.     <div class='cmt_iframe_holder' expr:data-href='data:post.canonicalUrl' expr:data-viewtype='data:post.viewType'/>
  1735.  
  1736.     <b:if cond='data:post.embedCommentForm == &quot;false&quot;'>
  1737.       <a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><data:postCommentMsg/></a>
  1738.     </b:if>
  1739.   </b:if>
  1740. </b:includable>
  1741.     <b:includable id='mobile-index-post' var='post'>
  1742.   <div class='mobile-date-outer date-outer'>
  1743.     <b:if cond='data:post.dateHeader'>
  1744.       <div class='date-header'>
  1745.         <span><data:post.dateHeader/></span>
  1746.       </div>
  1747.     </b:if>
  1748.  
  1749.     <div class='mobile-post-outer'>
  1750.       <a expr:href='data:post.url'>
  1751.         <h3 class='mobile-index-title entry-title'>
  1752.           <data:post.title/>
  1753.         </h3>
  1754.  
  1755.         <div class='mobile-index-arrow'>&amp;rsaquo;</div>
  1756.  
  1757.         <div class='mobile-index-contents'>
  1758.           <b:if cond='data:post.thumbnailUrl'>
  1759.             <div class='mobile-index-thumbnail'>
  1760.               <div class='Image'>
  1761.                 <img expr:src='data:post.thumbnailUrl'/>
  1762.               </div>
  1763.             </div>
  1764.           </b:if>
  1765.  
  1766.           <div class='post-body'>
  1767.             <b:if cond='data:post.snippet'><data:post.snippet/></b:if>
  1768.           </div>
  1769.         </div>
  1770.  
  1771.         <div style='clear: both;'/>
  1772.       </a>
  1773.  
  1774.       <div class='mobile-index-comment'>
  1775.         <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  1776.           <b:if cond='data:post.allowComments'>
  1777.             <b:if cond='data:post.numComments != 0'>
  1778.               <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
  1779.             </b:if>
  1780.           </b:if>
  1781.         </b:if>
  1782.       </div>
  1783.     </div>
  1784.   </div>
  1785. </b:includable>
  1786.     <b:includable id='mobile-main' var='top'>
  1787.     <!-- posts -->
  1788.     <div class='blog-posts hfeed'>
  1789.  
  1790.       <b:include data='top' name='status-message'/>
  1791.  
  1792.       <b:if cond='data:blog.pageType == &quot;index&quot;'>
  1793.         <b:loop values='data:posts' var='post'>
  1794.           <b:include data='post' name='mobile-index-post'/>
  1795.         </b:loop>
  1796.       <b:else/>
  1797.         <b:loop values='data:posts' var='post'>
  1798.           <b:include data='post' name='mobile-post'/>
  1799.         </b:loop>
  1800.       </b:if>
  1801.     </div>
  1802.  
  1803.    <b:include name='mobile-nextprev'/>
  1804. </b:includable>
  1805.     <b:includable id='mobile-nextprev'>
  1806.   <div class='blog-pager' id='blog-pager'>
  1807.     <b:if cond='data:newerPageUrl'>
  1808.       <div class='mobile-link-button' id='blog-pager-newer-link'>
  1809.       <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>
  1810.       </div>
  1811.     </b:if>
  1812.  
  1813.     <b:if cond='data:olderPageUrl'>
  1814.       <div class='mobile-link-button' id='blog-pager-older-link'>
  1815.       <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>
  1816.       </div>
  1817.     </b:if>
  1818.  
  1819.     <div class='mobile-link-button' id='blog-pager-home-link'>
  1820.     <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  1821.     </div>
  1822.  
  1823.     <div class='mobile-desktop-link'>
  1824.       <a class='home-link' expr:href='data:desktopLinkUrl'><data:desktopLinkMsg/></a>
  1825.     </div>
  1826.  
  1827.   </div>
  1828.   <div class='clear'/>
  1829. </b:includable>
  1830.     <b:includable id='mobile-post' var='post'>
  1831.   <div class='date-outer'>
  1832.     <b:if cond='data:post.dateHeader'>
  1833.       <h2 class='date-header'><span><data:post.dateHeader/></span></h2>
  1834.     </b:if>
  1835.     <div class='date-posts'>
  1836.       <div class='post-outer'>
  1837.  
  1838.         <div class='post hentry uncustomized-post-template'>
  1839.           <a expr:name='data:post.id'/>
  1840.           <b:if cond='data:post.title'>
  1841.             <h3 class='post-title entry-title'>
  1842.               <b:if cond='data:post.link'>
  1843.                 <a expr:href='data:post.link'><data:post.title/></a>
  1844.               <b:else/>
  1845.                 <b:if cond='data:post.url'>
  1846.                   <b:if cond='data:blog.url != data:post.url'>
  1847.                     <a expr:href='data:post.url'><data:post.title/></a>
  1848.                   <b:else/>
  1849.                     <data:post.title/>
  1850.                   </b:if>
  1851.                 <b:else/>
  1852.                   <data:post.title/>
  1853.                 </b:if>
  1854.               </b:if>
  1855.             </h3>
  1856.           </b:if>
  1857.  
  1858.           <div class='post-header'>
  1859.             <div class='post-header-line-1'/>
  1860.           </div>
  1861.  
  1862.           <div class='post-body entry-content' expr:id='&quot;post-body-&quot; + data:post.id'>
  1863.             <data:post.body/>
  1864.             <div style='clear: both;'/> <!-- clear for photos floats -->
  1865.           </div>
  1866.  
  1867.           <div class='post-footer'>
  1868.             <div class='post-footer-line post-footer-line-1'>
  1869.               <span class='post-author vcard'>
  1870.                 <b:if cond='data:top.showAuthor'>
  1871.                   <b:if cond='data:post.authorProfileUrl'>
  1872.                     <span class='fn'>
  1873.                       <a expr:href='data:post.authorProfileUrl' rel='author' title='author profile'>
  1874.                         <data:post.author/>
  1875.                       </a>
  1876.                     </span>
  1877.                   <b:else/>
  1878.                     <span class='fn'><data:post.author/></span>
  1879.                   </b:if>
  1880.                 </b:if>
  1881.               </span>
  1882.  
  1883.               <span class='post-timestamp'>
  1884.                 <b:if cond='data:top.showTimestamp'>
  1885.                   <data:top.timestampLabel/>
  1886.                   <b:if cond='data:post.url'>
  1887.                     <a class='timestamp-link' expr:href='data:post.url' rel='bookmark' title='permanent link'><abbr class='published' expr:title='data:post.timestampISO8601'><data:post.timestamp/></abbr></a>
  1888.                   </b:if>
  1889.                 </b:if>
  1890.               </span>
  1891.  
  1892.               <span class='post-comment-link'>
  1893.                 <b:if cond='data:blog.pageType != &quot;item&quot;'>
  1894.                   <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  1895.                     <b:if cond='data:post.allowComments'>
  1896.                       <a class='comment-link' expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 1'>1 <data:top.commentLabel/><b:else/><data:post.numComments/> <data:top.commentLabelPlural/></b:if></a>
  1897.                     </b:if>
  1898.                   </b:if>
  1899.                 </b:if>
  1900.               </span>
  1901.             </div>
  1902.  
  1903.             <div class='post-footer-line post-footer-line-2'>
  1904.               <b:if cond='data:top.showMobileShare'>
  1905.                 <div class='mobile-link-button goog-inline-block' id='mobile-share-button'>
  1906.                   <a href='javascript:void(0);'><data:shareMsg/></a>
  1907.                 </div>
  1908.               </b:if>
  1909.               <b:if cond='data:top.showDummy'>
  1910.                 <div class='goog-inline-block dummy-container'><data:post.dummyTag/></div>
  1911.               </b:if>
  1912.             </div>
  1913.  
  1914.           </div>
  1915.         </div>
  1916.  
  1917.         <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  1918.           <b:if cond='data:post.showThreadedComments'>
  1919.             <b:include data='post' name='threaded_comments'/>
  1920.           <b:else/>
  1921.             <b:include data='post' name='comments'/>
  1922.           </b:if>
  1923.         </b:if>
  1924.         <b:if cond='data:blog.pageType == &quot;item&quot;'>
  1925.           <b:if cond='data:post.showThreadedComments'>
  1926.             <b:include data='post' name='threaded_comments'/>
  1927.           <b:else/>
  1928.             <b:include data='post' name='comments'/>
  1929.           </b:if>
  1930.         </b:if>
  1931.       </div>
  1932.     </div>
  1933.   </div>
  1934. </b:includable>
  1935.     <b:includable id='nextprev'>
  1936.   <div class='blog-pager' id='blog-pager'>
  1937.     <b:if cond='data:newerPageUrl'>
  1938.       <span id='blog-pager-newer-link'>
  1939.       <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>
  1940.       </span>
  1941.     </b:if>
  1942.  
  1943.     <b:if cond='data:olderPageUrl'>
  1944.       <span id='blog-pager-older-link'>
  1945.       <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>
  1946.       </span>
  1947.     </b:if>
  1948.  
  1949.     <a class='home-link' expr:href='data:blog.homepageUrl'><data:homeMsg/></a>
  1950.  
  1951.     <b:if cond='data:mobileLinkUrl'>
  1952.       <div class='blog-mobile-link'>
  1953.         <a expr:href='data:mobileLinkUrl'><data:mobileLinkMsg/></a>
  1954.       </div>
  1955.     </b:if>
  1956.  
  1957.   </div>
  1958.   <div class='clear'/>
  1959. </b:includable>
  1960.     <b:includable id='post' var='post'>
  1961. <div class='post hentry'>
  1962. <div class='post-cover'>
  1963. <a expr:name='data:post.id'/>
  1964.    
  1965. <div class='bposttitle'>
  1966.       <h2 class='post-title entry-title'>
  1967.      <b:if cond='data:post.link'>
  1968.        <a expr:href='data:post.link'><data:post.title/></a>
  1969.      <b:else/>
  1970.         <b:if cond='data:post.url'>
  1971.           <a expr:href='data:post.url'><data:post.title/></a>
  1972.         <b:else/>
  1973.           <data:post.title/>
  1974.         </b:if>
  1975.      </b:if>
  1976.       </h2>
  1977. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  1978. <div class='postmeta'>Posted by <data:post.author/> on <data:post.timestamp/> with <b:if cond='data:post.allowComments'><a expr:href='data:post.addCommentUrl' expr:onclick='data:post.addCommentOnclick'><b:if cond='data:post.numComments == 0'>No comments</b:if><b:if cond='data:post.numComments == 1'>1 comment</b:if><b:if cond='data:post.numComments &gt;= 2'><data:post.numComments/> comments</b:if></a></b:if></div>
  1979. </b:if>
  1980. </div>
  1981.  
  1982. <div class='post-header-line-1'/>
  1983.  
  1984. <div class='entry'>
  1985. <div class='post-body entry-content'>
  1986.  
  1987. <b:if cond='data:blog.pageType != &quot;static_page&quot;'>
  1988. <b:if cond='data:blog.pageType != &quot;item&quot;'>
  1989. <div expr:id='&quot;summary&quot; + data:post.id'><data:post.body/></div>
  1990. <script type='text/javascript'>createSummaryAndThumb(&quot;summary<data:post.id/>&quot;);</script>
  1991. </b:if>
  1992. </b:if>
  1993. <b:if cond='data:blog.pageType == &quot;item&quot;'><data:post.body/></b:if>
  1994.  
  1995. <b:if cond='data:blog.pageType == &quot;static_page&quot;'><data:post.body/></b:if>
  1996.  
  1997. <div class='cats'>
  1998. <span class='categorys'><b:if cond='data:post.labels'><b:loop values='data:post.labels' var='label'><a expr:href='data:label.url' rel='tag'><data:label.name/></a><b:if cond='data:label.isLast != &quot;true&quot;'> </b:if></b:loop></b:if></span>
  1999. </div>
  2000. <div style='clear: both;'/>
  2001.  
  2002. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  2003. <div style='clear:both;'/>
  2004. <div class='post-share-buttons'>
  2005. <b:include data='post' name='shareButtons'/>
  2006. </div>
  2007. <span class='reaction-buttons'>
  2008. <b:if cond='data:top.showReactions'>
  2009. <table border='0' cellpadding='0' width='100%'><tr>
  2010. <td style='font-size:12px;padding-top:2px;' valign='top'><span class='reactions-label'><data:top.reactionsLabel/></span></td>
  2011. <td><iframe allowtransparency='true' class='reactions-iframe' expr:src='data:post.reactionsUrl' frameborder='0' name='reactions' scrolling='no'/></td>
  2012. </tr></table>
  2013. </b:if>
  2014. </span>
  2015. </b:if>
  2016.  
  2017. <div style='clear: both;'/> <!-- clear for photos floats -->
  2018. </div>
  2019. </div>
  2020.    
  2021.     <div class='post-footer'>
  2022.  
  2023. <div class='post-footer-line post-footer-line-1'/>
  2024. <div class='post-footer-line post-footer-line-2'/>
  2025. <div class='post-footer-line post-footer-line-3'/></div>
  2026. </div>
  2027. </div>
  2028. <div style='clear: both;'/>
  2029.  
  2030. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  2031. <!-- navigation -->
  2032. <b:include name='nextprev'/>
  2033. </b:if>
  2034.  
  2035. </b:includable>
  2036.     <b:includable id='postQuickEdit' var='post'>
  2037.   <b:if cond='data:post.editUrl'>
  2038.     <span expr:class='&quot;item-control &quot; + data:post.adminClass'>
  2039.       <a expr:href='data:post.editUrl' expr:title='data:top.editPostMsg'>
  2040.         <img alt='' class='icon-action' height='18' src='http://img2.blogblog.com/img/icon18_edit_allbkg.gif' width='18'/>
  2041.       </a>
  2042.     </span>
  2043.   </b:if>
  2044. </b:includable>
  2045.     <b:includable id='shareButtons' var='post'>
  2046.   <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>
  2047. </b:includable>
  2048.     <b:includable id='status-message'>
  2049.   <b:if cond='data:navMessage'>
  2050.   <div class='status-msg-wrap'>
  2051.     <div class='status-msg-body'>
  2052.       <data:navMessage/>
  2053.     </div>
  2054.     <div class='status-msg-border'>
  2055.       <div class='status-msg-bg'>
  2056.         <div class='status-msg-hidden'><data:navMessage/></div>
  2057.       </div>
  2058.     </div>
  2059.   </div>
  2060.   <div style='clear: both;'/>
  2061.   </b:if>
  2062. </b:includable>
  2063.     <b:includable id='threaded-comment-form' var='post'>
  2064.   <div class='comment-form'>
  2065.     <a name='comment-form'/>
  2066.     <b:if cond='data:mobile'>
  2067.       <p><data:blogCommentMessage/></p>
  2068.       <data:blogTeamBlogMessage/>
  2069.       <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  2070.       <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%'/>
  2071.     <b:else/>
  2072.       <p><data:blogCommentMessage/></p>
  2073.       <data:blogTeamBlogMessage/>
  2074.       <a expr:href='data:post.commentFormIframeSrc' id='comment-editor-src'/>
  2075.       <iframe allowtransparency='true' class='blogger-iframe-colorize blogger-comment-from-post' frameborder='0' height='410' id='comment-editor' name='comment-editor' src='' width='100%'/>
  2076.     </b:if>
  2077.     <data:post.friendConnectJs/>
  2078.     <data:post.cmtfpIframe/>
  2079.     <script type='text/javascript'>
  2080.       BLOG_CMT_createIframe(&#39;<data:post.appRpcRelayPath/>&#39;, &#39;<data:post.communityId/>&#39;);
  2081.     </script>
  2082.   </div>
  2083. </b:includable>
  2084.     <b:includable id='threaded_comment_js' var='post'>
  2085.   <script async='async' expr:src='data:post.commentSrc' type='text/javascript'/>
  2086.  
  2087.   <script type='text/javascript'>
  2088.     (function() {
  2089.       var items = <data:post.commentJso/>;
  2090.       var msgs = <data:post.commentMsgs/>;
  2091.       var config = <data:post.commentConfig/>;
  2092.  
  2093. // <![CDATA[
  2094.      var cursor = null;
  2095.      if (items && items.length > 0) {
  2096.        cursor = parseInt(items[items.length - 1].timestamp) + 1;
  2097.      }
  2098.  
  2099.      var bodyFromEntry = function(entry) {
  2100.        if (entry.gd$extendedProperty) {
  2101.          for (var k in entry.gd$extendedProperty) {
  2102.            if (entry.gd$extendedProperty[k].name == 'blogger.contentRemoved') {
  2103.              return '<span class="deleted-comment">' + entry.content.$t + '</span>';
  2104.            }
  2105.          }
  2106.        }
  2107.        return entry.content.$t;
  2108.      }
  2109.  
  2110.      var parse = function(data) {
  2111.        cursor = null;
  2112.        var comments = [];
  2113.        if (data && data.feed && data.feed.entry) {
  2114.          for (var i = 0, entry; entry = data.feed.entry[i]; i++) {
  2115.            var comment = {};
  2116.            // comment ID, parsed out of the original id format
  2117.            var id = /blog-(\d+).post-(\d+)/.exec(entry.id.$t);
  2118.            comment.id = id ? id[2] : null;
  2119.            comment.body = bodyFromEntry(entry);
  2120.            comment.timestamp = Date.parse(entry.published.$t) + '';
  2121.            if (entry.author && entry.author.constructor === Array) {
  2122.              var auth = entry.author[0];
  2123.              if (auth) {
  2124.                comment.author = {
  2125.                  name: (auth.name ? auth.name.$t : undefined),
  2126.                  profileUrl: (auth.uri ? auth.uri.$t : undefined),
  2127.                  avatarUrl: (auth.gd$image ? auth.gd$image.src : undefined)
  2128.                };
  2129.              }
  2130.            }
  2131.            if (entry.link) {
  2132.              if (entry.link[2]) {
  2133.                comment.link = comment.permalink = entry.link[2].href;
  2134.              }
  2135.              if (entry.link[3]) {
  2136.                var pid = /.*comments\/default\/(\d+)\?.*/.exec(entry.link[3].href);
  2137.                if (pid && pid[1]) {
  2138.                  comment.parentId = pid[1];
  2139.                }
  2140.              }
  2141.            }
  2142.            comment.deleteclass = 'item-control blog-admin';
  2143.            if (entry.gd$extendedProperty) {
  2144.              for (var k in entry.gd$extendedProperty) {
  2145.                if (entry.gd$extendedProperty[k].name == 'blogger.itemClass') {
  2146.                  comment.deleteclass += ' ' + entry.gd$extendedProperty[k].value;
  2147.                }
  2148.              }
  2149.            }
  2150.            comments.push(comment);
  2151.          }
  2152.        }
  2153.        return comments;
  2154.      };
  2155.  
  2156.      var paginator = function(callback) {
  2157.        if (hasMore()) {
  2158.          var url = config.feed + '?alt=json&v=2&orderby=published&reverse=false&max-results=50';
  2159.          if (cursor) {
  2160.            url += '&published-min=' + new Date(cursor).toISOString();
  2161.          }
  2162.          window.bloggercomments = function(data) {
  2163.            var parsed = parse(data);
  2164.            cursor = parsed.length < 50 ? null
  2165.                : parseInt(parsed[parsed.length - 1].timestamp) + 1
  2166.            callback(parsed);
  2167.            window.bloggercomments = null;
  2168.          }
  2169.          url += '&callback=bloggercomments';
  2170.          var script = document.createElement('script');
  2171.          script.type = 'text/javascript';
  2172.          script.src = url;
  2173.          document.getElementsByTagName('head')[0].appendChild(script);
  2174.        }
  2175.      };
  2176.      var hasMore = function() {
  2177.        return !!cursor;
  2178.      };
  2179.      var getMeta = function(key, comment) {
  2180.        if ('iswriter' == key) {
  2181.          var matches = !!comment.author
  2182.              && comment.author.name == config.authorName
  2183.              && comment.author.profileUrl == config.authorUrl;
  2184.          return matches ? 'true' : '';
  2185.        } else if ('deletelink' == key) {
  2186.          return config.baseUri + '/delete-comment.g?blogID='
  2187.               + config.blogId + '&postID=' + comment.id;
  2188.        } else if ('deleteclass' == key) {
  2189.          return comment.deleteclass;
  2190.        }
  2191.        return '';
  2192.      };
  2193.  
  2194.      var replybox = null;
  2195.      var replyUrlParts = null;
  2196.      var replyParent = undefined;
  2197.  
  2198.      var onReply = function(commentId, domId) {
  2199.        if (replybox == null) {
  2200.          // lazily cache replybox, and adjust to suit this style:
  2201.          replybox = document.getElementById('comment-editor');
  2202.          if (replybox != null) {
  2203.            replybox.height = '250px';
  2204.            replybox.style.display = 'block';
  2205.            replyUrlParts = replybox.src.split('#');
  2206.          }
  2207.        }
  2208.        if (replybox && (commentId !== replyParent)) {
  2209.          document.getElementById(domId).insertBefore(replybox, null);
  2210.          replybox.src = replyUrlParts[0]
  2211.              + (commentId ? '&parentID=' + commentId : '')
  2212.              + '#' + replyUrlParts[1];
  2213.          replyParent = commentId;
  2214.        }
  2215.      };
  2216.  
  2217.      var hash = (window.location.hash || '#').substring(1);
  2218.      var startThread, targetComment;
  2219.      if (/^comment-form_/.test(hash)) {
  2220.        startThread = hash.substring('comment-form_'.length);
  2221.      } else if (/^c[0-9]+$/.test(hash)) {
  2222.        targetComment = hash.substring(1);
  2223.      }
  2224.  
  2225.      // Configure commenting API:
  2226.      var configJso = {
  2227.        'maxDepth': config.maxThreadDepth
  2228.      };
  2229.      var provider = {
  2230.        'id': config.postId,
  2231.        'data': items,
  2232.        'loadNext': paginator,
  2233.        'hasMore': hasMore,
  2234.        'getMeta': getMeta,
  2235.        'onReply': onReply,
  2236.        'rendered': true,
  2237.        'initComment': targetComment,
  2238.        'initReplyThread': startThread,
  2239.        'config': configJso,
  2240.        'messages': msgs
  2241.      };
  2242.  
  2243.      var render = function() {
  2244.        if (window.goog && window.goog.comments) {
  2245.          var holder = document.getElementById('comment-holder');
  2246.          window.goog.comments.render(holder, provider);
  2247.        }
  2248.      };
  2249.  
  2250.      // render now, or queue to render when library loads:
  2251.      if (window.goog && window.goog.comments) {
  2252.        render();
  2253.      } else {
  2254.        window.goog = window.goog || {};
  2255.        window.goog.comments = window.goog.comments || {};
  2256.        window.goog.comments.loadQueue = window.goog.comments.loadQueue || [];
  2257.        window.goog.comments.loadQueue.push(render);
  2258.      }
  2259.    })();
  2260. // ]]>
  2261.   </script>
  2262. </b:includable>
  2263.     <b:includable id='threaded_comments' var='post'>
  2264.   <div class='comments' id='comments'>
  2265.     <a name='comments'/>
  2266.     <h4><data:post.commentLabelFull/>:</h4>
  2267.  
  2268.     <div class='comments-content'>
  2269.       <b:if cond='data:post.embedCommentForm'>
  2270.         <b:include data='post' name='threaded_comment_js'/>
  2271.       </b:if>
  2272.       <div id='comment-holder'>
  2273.          <data:post.commentHtml/>
  2274.       </div>
  2275.     </div>
  2276.  
  2277.     <p class='comment-footer'>
  2278.       <b:if cond='data:post.allowNewComments'>
  2279.         <b:include data='post' name='threaded-comment-form'/>
  2280.       <b:else/>
  2281.         <data:post.noNewCommentsText/>
  2282.       </b:if>
  2283.     </p>
  2284.  
  2285.     <b:if cond='data:showCmtPopup'>
  2286.       <div id='comment-popup'>
  2287.         <iframe allowtransparency='true' frameborder='0' id='comment-actions' name='comment-actions' scrolling='no'>
  2288.         </iframe>
  2289.       </div>
  2290.     </b:if>
  2291.  
  2292.     <div id='backlinks-container'>
  2293.     <div expr:id='data:widget.instanceId + &quot;_backlinks-container&quot;'>
  2294.        <b:if cond='data:post.showBacklinks'>
  2295.          <b:include data='post' name='backlinks'/>
  2296.        </b:if>
  2297.     </div>
  2298.     </div>
  2299.   </div>
  2300. </b:includable>
  2301.   </b:widget>
  2302. </b:section>
  2303.  
  2304. <div class='clear'/>
  2305. </div>
  2306.  
  2307. <div class='right'>
  2308. <div class='sidebar'>
  2309. <b:section class='sidebartop' id='sidebartop' preferred='yes'>
  2310.   <b:widget id='Feed2' locked='false' title='Exploit-DB updates' type='Feed'>
  2311.     <b:includable id='main'>
  2312.     <h2><data:title/></h2>
  2313.     <div class='widget-content' expr:id='data:widget.instanceId + &quot;_feedItemListDisplay&quot;'>
  2314.       <span style='filter: alpha(25); opacity: 0.25;'>
  2315.         <a expr:href='data:feedUrl'><data:loadingMsg/></a>
  2316.       </span>
  2317.     </div>
  2318.     <b:include name='quickedit'/>
  2319.   </b:includable>
  2320.   </b:widget>
  2321.   <b:widget id='Feed1' locked='false' title='Backtrack 5: Activity' type='Feed'>
  2322.     <b:includable id='main'>
  2323.     <h2><data:title/></h2>
  2324.     <div class='widget-content' expr:id='data:widget.instanceId + &quot;_feedItemListDisplay&quot;'>
  2325.       <span style='filter: alpha(25); opacity: 0.25;'>
  2326.         <a expr:href='data:feedUrl'><data:loadingMsg/></a>
  2327.       </span>
  2328.     </div>
  2329.     <b:include name='quickedit'/>
  2330.   </b:includable>
  2331.   </b:widget>
  2332.   <b:widget id='HTML2' locked='false' title='Recent Posts' type='HTML'>
  2333.     <b:includable id='main'>
  2334.   <!-- only display title if it's non-empty -->
  2335.   <b:if cond='data:title != &quot;&quot;'>
  2336.     <h2 class='title'><data:title/></h2>
  2337.   </b:if>
  2338.   <div class='widget-content'>
  2339.     <data:content/>
  2340.   </div>
  2341.  
  2342.   <b:include name='quickedit'/>
  2343. </b:includable>
  2344.   </b:widget>
  2345.   <b:widget id='HTML1' locked='false' title='' type='HTML'>
  2346.     <b:includable id='main'>
  2347.   <!-- only display title if it's non-empty -->
  2348.   <b:if cond='data:title != &quot;&quot;'>
  2349.     <h2 class='title'><data:title/></h2>
  2350.   </b:if>
  2351.   <div class='widget-content'>
  2352.     <data:content/>
  2353.   </div>
  2354.  
  2355.   <b:include name='quickedit'/>
  2356. </b:includable>
  2357.   </b:widget>
  2358.   <b:widget id='Label1' locked='false' title='Categories' type='Label'>
  2359.     <b:includable id='main'>
  2360.   <b:if cond='data:title'>
  2361.     <h2><data:title/></h2>
  2362.   </b:if>
  2363.   <div expr:class='&quot;widget-content &quot; + data:display + &quot;-label-widget-content&quot;'>
  2364.     <b:if cond='data:display == &quot;list&quot;'>
  2365.       <ul>
  2366.       <b:loop values='data:labels' var='label'>
  2367.         <li>
  2368.           <b:if cond='data:blog.url == data:label.url'>
  2369.             <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
  2370.           <b:else/>
  2371.             <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
  2372.           </b:if>
  2373.           <b:if cond='data:showFreqNumbers'>
  2374.             <span dir='ltr'>(<data:label.count/>)</span>
  2375.           </b:if>
  2376.         </li>
  2377.       </b:loop>
  2378.       </ul>
  2379.     <b:else/>
  2380.       <b:loop values='data:labels' var='label'>
  2381.         <span expr:class='&quot;label-size label-size-&quot; + data:label.cssSize'>
  2382.           <b:if cond='data:blog.url == data:label.url'>
  2383.             <span expr:dir='data:blog.languageDirection'><data:label.name/></span>
  2384.           <b:else/>
  2385.             <a expr:dir='data:blog.languageDirection' expr:href='data:label.url'><data:label.name/></a>
  2386.           </b:if>
  2387.           <b:if cond='data:showFreqNumbers'>
  2388.             <span class='label-count' dir='ltr'>(<data:label.count/>)</span>
  2389.           </b:if>
  2390.         </span>
  2391.       </b:loop>
  2392.     </b:if>
  2393.     <b:include name='quickedit'/>
  2394.   </div>
  2395. </b:includable>
  2396.   </b:widget>
  2397.   <b:widget id='BlogArchive1' locked='false' title='Blog Archive' type='BlogArchive'>
  2398.     <b:includable id='main'>
  2399.   <b:if cond='data:title'>
  2400.     <h2><data:title/></h2>
  2401.   </b:if>
  2402.   <div class='widget-content'>
  2403.   <div id='ArchiveList'>
  2404.   <div expr:id='data:widget.instanceId + &quot;_ArchiveList&quot;'>
  2405.     <b:if cond='data:style == &quot;HIERARCHY&quot;'>
  2406.      <b:include data='data' name='interval'/>
  2407.     </b:if>
  2408.     <b:if cond='data:style == &quot;FLAT&quot;'>
  2409.       <b:include data='data' name='flat'/>
  2410.     </b:if>
  2411.     <b:if cond='data:style == &quot;MENU&quot;'>
  2412.       <b:include data='data' name='menu'/>
  2413.     </b:if>
  2414.   </div>
  2415.   </div>
  2416.   <b:include name='quickedit'/>
  2417.   </div>
  2418. </b:includable>
  2419.     <b:includable id='flat' var='data'>
  2420.   <ul class='flat'>
  2421.     <b:loop values='data:data' var='i'>
  2422.       <li class='archivedate'>
  2423.         <a expr:href='data:i.url'><data:i.name/></a> (<data:i.post-count/>)
  2424.       </li>
  2425.     </b:loop>
  2426.   </ul>
  2427. </b:includable>
  2428.     <b:includable id='interval' var='intervalData'>
  2429.   <b:loop values='data:intervalData' var='i'>
  2430.       <ul class='hierarchy'>
  2431.         <li expr:class='&quot;archivedate &quot; + data:i.expclass'>
  2432.           <b:include data='i' name='toggle'/>
  2433.           <a class='post-count-link' expr:href='data:i.url'><data:i.name/></a>
  2434.             <span class='post-count' dir='ltr'>(<data:i.post-count/>)</span>
  2435.           <b:if cond='data:i.data'>
  2436.             <b:include data='i.data' name='interval'/>
  2437.           </b:if>
  2438.           <b:if cond='data:i.posts'>
  2439.             <b:include data='i.posts' name='posts'/>
  2440.           </b:if>
  2441.         </li>
  2442.       </ul>
  2443.   </b:loop>
  2444. </b:includable>
  2445.     <b:includable id='menu' var='data'>
  2446.   <select expr:id='data:widget.instanceId + &quot;_ArchiveMenu&quot;'>
  2447.     <option value=''><data:title/></option>
  2448.     <b:loop values='data:data' var='i'>
  2449.       <option expr:value='data:i.url'><data:i.name/> (<data:i.post-count/>)</option>
  2450.     </b:loop>
  2451.   </select>
  2452. </b:includable>
  2453.     <b:includable id='posts' var='posts'>
  2454.   <ul class='posts'>
  2455.     <b:loop values='data:posts' var='i'>
  2456.       <li><a expr:href='data:i.url'><data:i.title/></a></li>
  2457.     </b:loop>
  2458.   </ul>
  2459. </b:includable>
  2460.     <b:includable id='toggle' var='interval'>
  2461.   <b:if cond='data:interval.toggleId'>
  2462.   <b:if cond='data:interval.expclass == &quot;expanded&quot;'>
  2463.     <a class='toggle' href='javascript:void(0)'>
  2464.       <span class='zippy toggle-open'>&#9660;&#160;</span>
  2465.     </a>
  2466.   <b:else/>
  2467.     <a class='toggle' href='javascript:void(0)'>
  2468.       <span class='zippy'>
  2469.         <b:if cond='data:blog.languageDirection == &quot;rtl&quot;'>
  2470.           &#9668;&#160;
  2471.         <b:else/>
  2472.           &#9658;&#160;
  2473.         </b:if>
  2474.       </span>
  2475.     </a>
  2476.   </b:if>
  2477.  </b:if>
  2478. </b:includable>
  2479.   </b:widget>
  2480.   <b:widget id='Followers1' locked='false' title='Follow' type='Followers'>
  2481.     <b:includable id='main'>
  2482.   <b:if cond='data:title != &quot;&quot;'>
  2483.     <b:if cond='data:codeSnippet != &quot;&quot;'>
  2484.       <h2 class='title'><data:title/></h2>
  2485.     <b:else/>
  2486.       <b:if cond='data:totalFollowerCount != &quot;&quot;'>
  2487.         <h2 class='title'><data:title/> (<data:totalFollowerCount/>)</h2>
  2488.       </b:if>
  2489.     </b:if>  
  2490.   </b:if>
  2491.   <div class='widget-content'>
  2492.     <div expr:id='data:widget.instanceId + &quot;-wrapper&quot;'>
  2493.       <b:if cond='data:codeSnippet != &quot;&quot;'>
  2494.         <div style='margin-right:2px;'>
  2495.           <data:codeSnippet/>
  2496.         </div>
  2497.       <b:else/>
  2498.         <b:if cond='data:totalFollowerCount == &quot;&quot;'>
  2499.           <span class='item-control following-not-admin'>
  2500.             <b><data:failureSnippet/></b>
  2501.           </span>
  2502.           <span class='item-control blog-admin'>
  2503.             <b><data:adminFailureSnippet/></b>
  2504.           </span>
  2505.         <b:else/>
  2506.           <b:if cond='data:followingLinkPresent'>
  2507.             <div class='follow-this profile-link item-control following-follow-this'>
  2508.               <a expr:href='&quot;javascript:_FollowersView._openPopup(\&quot;&quot; + data:followUri + &quot;\&quot;);&quot;'>
  2509.                 <data:followThisMessage/>
  2510.               </a>
  2511.             </div>
  2512.             <div class='follow-this profile-link item-control following-stop-following-this'>
  2513.               <a expr:href='&quot;javascript:_FollowersView._openPopup(\&quot;&quot; + data:followUri + &quot;\&quot;);&quot;'>
  2514.                 <data:stopFollowingMessage/>
  2515.               </a>
  2516.             </div>
  2517.           </b:if>
  2518.  
  2519.           <div class='followers-grid'>
  2520.             <b:if cond='data:totalFollowerCount == 0'>
  2521.               <div class='profile-link item-control following-follow-this'>
  2522.                 <data:emptyFollowersMessage/>
  2523.               </div>
  2524.             </b:if>
  2525.             <!--
  2526.            Relies on the js written out in navbar.gxp
  2527.            -->
  2528.             <b:loop values='data:followers' var='follower'>
  2529.               <div class='follower'>
  2530.                 <a expr:href='data:follower.profileUrl' expr:title='data:follower.displayName' rel='nofollow'>
  2531.                 <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'/>
  2532.                 </a>
  2533.               </div>
  2534.             </b:loop>
  2535.             <div class='clear'/>
  2536.           </div>
  2537.  
  2538.           <div class='followers-canvas profile-link'>
  2539.             <data:followersFooterMessage/>
  2540.             <span class='item-control following-not-admin'>
  2541.               <a expr:href='data:followersUri'>
  2542.                 <data:viewAllMessage/>
  2543.               </a>
  2544.             </span>
  2545.             <span class='item-control blog-admin'>
  2546.               <a expr:href='data:manageFollowersUri'>
  2547.                 <data:manageFollowersMessage/>
  2548.               </a>
  2549.             </span>
  2550.           </div>
  2551.           </b:if>
  2552.       </b:if>
  2553.     </div>
  2554.     <b:include name='quickedit'/>
  2555.   </div>
  2556. </b:includable>
  2557.   </b:widget>
  2558. </b:section>
  2559. </div>
  2560. </div>
  2561.  
  2562. </div>
  2563. <div class='clear'/>
  2564.  
  2565. <div class='botop'/>
  2566.  
  2567. <div class='bottomcover '>
  2568. <div id='bottom'>
  2569. <ul>
  2570.  
  2571. </ul>
  2572. <div class='clear'> </div>
  2573. </div>
  2574. </div>
  2575.  
  2576. <div id='footer'>      
  2577. <div class='fcred'>
  2578. Copyright &#169; 2012 <a expr:href='data:blog.homepageUrl'><data:blog.title/></a> | Powered by <a href='http://www.blogger.com/'>Blogger</a>
  2579. <br/>Design by <a href='http://www.web2feel.com/' target='_blank'>Web2feel</a> | Blogger Template by <a href='http://ins-cyber.blogspot.com/' target='_blank' title='Catatan Kecil Squid'>ins-cyber.blogspot.com</a>
  2580. </div> 
  2581. </div>
  2582.  
  2583. </div>
  2584.  
  2585. </body>
  2586. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement