Advertisement
Guest User

Untitled

a guest
Jun 17th, 2014
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.74 KB | None | 0 0
  1. <b:widget id='PopularPosts1' locked='true' title='Popular Mods' type='PopularPosts'>
  2. <b:includable id='main'>
  3. <b:if cond='data:title'><h2><data:title/></h2></b:if>
  4. <div class='widget-content popular-posts'>
  5. <ul>
  6. <b:loop values='data:posts' var='post'>
  7. <li>
  8. <b:if cond='data:showThumbnails == &quot;true&quot;'>
  9. <b:if cond='data:showSnippets == &quot;false&quot;'>
  10. <!-- (1) No snippet/thumbnail -->
  11. <a expr:href='data:post.href'><data:post.title/></a>
  12. <b:else/>
  13. <!-- (2) Show only snippets -->
  14. <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
  15. <div class='item-snippet'><data:post.snippet/></div>
  16. </b:if>
  17. <b:else/>
  18. <b:if cond='data:showSnippets == &quot;false&quot;'>
  19. <!-- (3) Show only thumbnails -->
  20. <div class='item-thumbnail-only'>
  21. <b:if cond='data:post.thumbnail'>
  22. <div class='item-thumbnail'>
  23. <a expr:href='data:post.href' target='_blank'>
  24. <img alt='' border='0' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/>
  25. </a>
  26. </div>
  27. </b:if>
  28. <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
  29. </div>
  30. <div style='clear: both;'/>
  31. <b:else/>
  32. <!-- (4) Show snippets and thumbnails -->
  33. <div class='item-content'>
  34. <b:if cond='data:post.thumbnail'>
  35. <div class='item-thumbnail'>
  36. <a expr:href='data:post.href' target='_blank'>
  37. <img alt='' border='0' expr:height='data:thumbnailSize' expr:src='data:post.thumbnail' expr:width='data:thumbnailSize'/>
  38. </a>
  39. </div>
  40. </b:if>
  41. <div class='item-title'><a expr:href='data:post.href'><data:post.title/></a></div>
  42. <div class='item-snippet'><data:post.snippet/></div>
  43. </div>
  44. <div style='clear: both;'/>
  45. </b:if>
  46. </b:if>
  47. </li>
  48. </b:loop>
  49. </ul>
  50. <b:include name='quickedit'/>
  51. </div>
  52. </b:includable>
  53. </b:widget>
  54. </b:section>
  55. <div id='casing'>
  56. <div class='main-wrapper'>
  57. <div id='content'>
  58. <b:section class='main' id='main' maxwidgets='2' showaddelement='yes'>
  59. <b:widget id='Blog1' locked='true' title='Blog Posts' type='Blog'>
  60. <b:includable id='main' var='top'>
  61. <!-- posts -->
  62. <div class='blog-posts hfeed'>
  63.  
  64. <b:include data='top' name='status-message'/>
  65.  
  66. <data:defaultAdStart/>
  67. <b:loop values='data:posts' var='post'>
  68. <b:if cond='data:post.isDateStart'>
  69. <b:if cond='data:post.isFirstPost == &quot;false&quot;'>
  70. &lt;/div&gt;&lt;/div&gt;
  71. </b:if>
  72. </b:if>
  73. <b:if cond='data:post.isDateStart'>
  74. &lt;div class=&quot;date-outer&quot;&gt;
  75. </b:if>
  76. <b:if cond='data:post.isDateStart'>
  77. &lt;div class=&quot;date-posts&quot;&gt;
  78. </b:if>
  79. <div class='post-outer'>
  80. <b:include data='post' name='post'/>
  81. <b:if cond='data:blog.pageType == &quot;static_page&quot;'>
  82. <b:if cond='data:post.showThreadedComments'>
  83. <b:include data='post' name='threaded_comments'/>
  84. <b:else/>
  85. <b:include data='post' name='comments'/>
  86. </b:if>
  87. </b:if>
  88. <b:if cond='data:blog.pageType == &quot;item&quot;'>
  89. <b:if cond='data:post.showThreadedComments'>
  90. <b:include data='post' name='threaded_comments'/>
  91. <b:else/>
  92. <b:include data='post' name='comments'/>
  93. </b:if>
  94. </b:if>
  95. </div>
  96. <b:if cond='data:post.includeAd'>
  97. <b:if cond='data:post.isFirstPost'>
  98. <data:defaultAdEnd/>
  99. <b:else/>
  100. <data:adEnd/>
  101. </b:if>
  102. <div class='inline-ad'>
  103. <data:adCode/>
  104. </div>
  105. <data:adStart/>
  106. </b:if>
  107. <b:if cond='data:post.trackLatency'>
  108. <data:post.latencyJs/>
  109. </b:if>
  110. </b:loop>
  111. <b:if cond='data:numPosts != 0'>
  112. &lt;/div&gt;&lt;/div&gt;
  113. </b:if>
  114. <data:adEnd/>
  115. </div>
  116.  
  117. <div class='clear'/>
  118.  
  119. <b:include name='nextprev'/>
  120.  
  121.  
  122. <b:if cond='data:top.showStars'>
  123. <script src='//www.google.com/jsapi' type='text/javascript'/>
  124. <script type='text/javascript'>
  125. google.load(&quot;annotations&quot;, &quot;1&quot;, {&quot;locale&quot;: &quot;<data:top.languageCode/>&quot;});
  126. function initialize() {
  127. google.annotations.setApplicationId(<data:top.blogspotReviews/>);
  128. google.annotations.createAll();
  129. google.annotations.fetch();
  130. }
  131. google.setOnLoadCallback(initialize);
  132. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement