Advertisement
JammerLea

This worked

Aug 15th, 2011
1,516
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.80 KB | None | 0 0
  1. {block:Posts}
  2.  
  3. {block:Text}
  4. <div class="post">
  5. {block:IndexPage}
  6. {block:Title}
  7. <h3><a href="{Permalink}">{Title}</a></h3>
  8. {/block:Title}
  9. <div class="bodytype">
  10. {Body}
  11. </div>
  12. <div class="timestamp"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} - <a href="{Permalink}"><img src="http://static.tumblr.com/fkm6sn6/vYolbws6r/heart_fill_8x7.png"> {NoteCount}</a>{/block:NoteCount} {block:ifDisqusShortname} - <a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</div>
  13. <div class="clear"></div>
  14. {/block:IndexPage}
  15.  
  16. {block:PermalinkPage}
  17. <div class="centre">
  18. {block:Title}<h3><a href="{Permalink}">{Title}</a></h3>{/block:Title}
  19. </div>
  20. <div class="bodytype">
  21. {Body}
  22. </div>
  23. <div class="centre">
  24. <div class="timestamp">{TimeAgo}</div>
  25. </div>
  26. {block:PostNotes}{PostNotes}{/block:PostNotes}
  27. {block:IfDisqusShortname}
  28. <div id="disqus_thread"></div>
  29. <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  30. <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  31. {/block:IfDisqusShortname}
  32. {/block:PermalinkPage}
  33. {block:HasTags}
  34. {block:Tags}
  35. <a href="{TagURL}">{Tag}</a>
  36. {/block:Tags}
  37. {/block:HasTags}
  38. </div>
  39.  
  40. {/block:Text} <!-- end NORMAL TEXT POST -->
  41.  
  42. {block:Quote}
  43. {block:IndexPage}
  44. <div class="post quote {length}">
  45. <h3 class="quote"><a href="{Permalink}">{Quote}</a></h3>
  46. {block:Source}<p style="text-align:right;">{Source}</p>{/block:Source}
  47. <div class="timestamp_right">
  48. <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} - <a href="{Permalink}"><img src="http://static.tumblr.com/fkm6sn6/vYolbws6r/heart_fill_8x7.png"> {NoteCount}</a>{/block:NoteCount}</a> {block:ifDisqusShortname} - <a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}
  49. </div>
  50. </div>
  51. {block:IndexPage}
  52.  
  53. {block:PermalinkPage}
  54. <div class="post permalink">
  55. <h3>{Quote}</h3>
  56. {block:Source}<p class="centre">{Source}</p>{/block:Source}
  57. <div class="timestamp centre"><a href="{Permalink}">Posted {TimeAgo}</a></div>
  58. {block:PostNotes} {PostNotes}{/block:PostNotes}
  59. {block:IfDisqusShortname}
  60. <div id="disqus_thread"></div>
  61. <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  62. <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  63. {/block:IfDisqusShortname}
  64. {block:HasTags}
  65. {block:Tags}
  66. <a href="{TagURL}">{Tag}</a>
  67. {/block:Tags}
  68. {/block:HasTags}
  69. </div>
  70. {/block:PermalinkPage}
  71.  
  72. {/block:Quote} <!-- end QUOTE -->
  73.  
  74. {block:Photo}
  75. <div class="post">
  76. {block:IndexPage}
  77. <div class="photo">
  78. {block:IfNotSingleColumn}
  79. <img src="{PhotoURL-250}" alt="{PhotoAlt}"/>
  80. {/block:IfNotSingleColumn}
  81. {block:IfSingleColumn}
  82. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  83. {/block:IfSingleColumn}
  84. {block:Caption}
  85. {Caption}
  86. {/block:Caption}
  87. </div>
  88.  
  89. <div class="timestamp" style="margin-top:10px;"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} - <a href="{Permalink}"><img src="http://static.tumblr.com/fkm6sn6/vYolbws6r/heart_fill_8x7.png"> {NoteCount}</a>{/block:NoteCount}{block:ifDisqusShortname} - <a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</div>
  90.  
  91. {/block:IndexPage}
  92.  
  93. {block:PermalinkPage}
  94. <div class="centre photopage">
  95. <p>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</p>
  96. {block:Caption}
  97. {Caption}
  98. {/block:Caption}
  99. <p class="timestamp" style="margin-top:10px;"><a href="{Permalink}">{TimeAgo}</a></p>
  100. {block:PostNotes} {PostNotes}{/block:PostNotes}
  101. {block:IfDisqusShortname}
  102. <div id="disqus_thread"></div>
  103. <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  104. <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  105. {/block:IfDisqusShortname}
  106. </div>
  107. {/block:PermalinkPage}
  108. {block:HasTags}
  109. {block:Tags}
  110. <a href="{TagURL}">{Tag}</a>
  111. {/block:Tags}
  112. {/block:HasTags}
  113. </div>
  114.  
  115. {/block:Photo} <!-- end PHOTO POST -->
  116.  
  117. {block:Photoset}
  118. <div class="post">
  119. {block:IndexPage}
  120. <div class="photo">
  121. {block:IfNotSingleColumn}
  122. {Photoset-250}
  123. {/block:IfNotSingleColumn}
  124. {block:IfSingleColumn}
  125. {Photoset-500}
  126. {/block:IfSingleColumn}
  127. {block:Caption}
  128. {Caption}
  129. {/block:Caption}
  130. </div>
  131. <div class="timestamp" style="margin-top:10px;"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} - <a href="{Permalink}"><img src="http://static.tumblr.com/fkm6sn6/vYolbws6r/heart_fill_8x7.png"> {NoteCount}</a>{/block:NoteCount}{block:ifDisqusShortname} - <a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</div>
  132.  
  133. {/block:IndexPage}
  134.  
  135. {block:PermalinkPage}
  136. <div class="centre photopage">
  137. <p>{Photoset-500}</p>
  138. {block:Caption}
  139. {Caption}
  140. {/block:Caption}
  141. <p class="timestamp" style="margin-top:10px;"><a href="{Permalink}">{TimeAgo}</a></p>
  142. {block:PostNotes} {PostNotes}{/block:PostNotes}
  143. {block:IfDisqusShortname}
  144. <div id="disqus_thread"></div>
  145. <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  146. <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  147. {/block:IfDisqusShortname}
  148. </div>
  149. {/block:PermalinkPage}
  150. {block:HasTags}
  151. {block:Tags}
  152. <a href="{TagURL}">{Tag}</a>
  153. {/block:Tags}
  154. {/block:HasTags}
  155. </div>
  156.  
  157. {/block:Photoset} <!-- end PHOTOSET POST -->
  158.  
  159. {block:Video}
  160. <div class="post">
  161. {block:IndexPage}
  162. <div class="video">
  163. {block:IfNotSingleColumn}
  164. {Video-250}
  165. {/block:IfNotSingleColumn}
  166. {block:IfSingleColumn}
  167. {Video-500}
  168. {/block:IfSingleColumn}
  169. {block:Caption}
  170. {Caption}
  171. {/block:Caption}
  172. <div class="timestamp" style="margin-top:10px;"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} - <a href="{Permalink}"><img src="http://static.tumblr.com/fkm6sn6/vYolbws6r/heart_fill_8x7.png"> {NoteCount}</a>{/block:NoteCount} {block:ifDisqusShortname} - <a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</div>
  173. </div>
  174. {/block:IndexPage}
  175.  
  176. {block:PermalinkPage}
  177. <div class="centre">
  178. <p>{Video-500}</p>
  179. {block:Caption}
  180. {Caption}
  181. {/block:Caption}
  182. <p class="timestamp" style="margin-top:10px;"><a href="{Permalink}">{TimeAgo}</a></p>
  183. </div>
  184. {/block:PermalinkPage}
  185. {block:HasTags}
  186. {block:Tags}
  187. <a href="{TagURL}">{Tag}</a>
  188. {/block:Tags}
  189. {/block:HasTags}
  190. </div>
  191.  
  192. {/block:Video} <!-- end VIDEO POST -->
  193.  
  194. {block:Audio}
  195. <div class="post">
  196. {block:IndexPage}
  197. <div class="audio">
  198. <div class="player">{AudioPlayerWhite}</div>
  199. {block:Caption}{Caption}{/block:Caption}
  200. <div class="timestamp">{TimeAgo}{block:NoteCount} - <a href="{Permalink}"><img src="http://static.tumblr.com/fkm6sn6/vYolbws6r/heart_fill_8x7.png"> {NoteCount}</a>{/block:NoteCount} {block:ifDisqusShortname} - <a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</div>
  201. </div>
  202. {/block:IndexPage}
  203.  
  204. {block:PermalinkPage}
  205. <div class="centre">
  206. <div class="player">{AudioPlayerWhite}</div>
  207. {block:Caption}{Caption}{/block:Caption}
  208. <span class="timestamp"><a href="{Permalink}">{TimeAgo}</a></span>
  209. </div>
  210. {/block:PermalinkPage}
  211. {block:HasTags}
  212. {block:Tags}
  213. <a href="{TagURL}">{Tag}</a>
  214. {/block:Tags}
  215. {/block:HasTags}
  216. </div>
  217.  
  218. {/block:Audio} <!-- end AUDIO POST -->
  219.  
  220. {block:Chat}
  221. <div class="post">
  222. <div class="chat">
  223. {block:IndexPage}
  224. <table cellspacing="0">
  225. {block:Lines}
  226. <tr class="user{UserNumber}">
  227. <th>{block:Label}{Label}{/block:Label}</th>
  228. <td>{Line}</td>
  229. </tr>
  230. {/block:Lines}
  231. </table>
  232. <div class="timestamp"><a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} - <a href="{Permalink}"><img src="http://static.tumblr.com/fkm6sn6/vYolbws6r/heart_fill_8x7.png"> {NoteCount}</a>{/block:NoteCount}{block:ifDisqusShortname} - <a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname}</div>
  233. {/block:IndexPage}
  234.  
  235. {block:PermalinkPage}
  236. <table cellspacing="0" width="610px">
  237. {block:Lines}
  238. <tr class="user{UserNumber}">
  239. <th>{block:Label}{Label}{/block:Label}</th>
  240. <td>{Line}</td>
  241. </tr>
  242. {/block:Lines}
  243. </table>
  244. <div class="centre">
  245. <span class="timestamp"><a href="{Permalink}">{TimeAgo}</a></span>
  246. </div>
  247. {/block:PermalinkPage}
  248. </div>
  249. {block:HasTags}
  250. {block:Tags}
  251. <a href="{TagURL}">{Tag}</a>
  252. {/block:Tags}
  253. {/block:HasTags}
  254. </div>
  255.  
  256. {/block:Chat} <!-- end CHAT POST -->
  257.  
  258. {block:Link}
  259. <div class="post">
  260. {block:IndexPage}
  261. <h3><a href="{URL}" {Target}>{Name}</a></h3>
  262. {block:Description}
  263. {Description}
  264. {/block:Description}
  265. <div class="timestamp">{TimeAgo}{block:NoteCount} - <a href="{Permalink}"><img src="http://static.tumblr.com/fkm6sn6/vYolbws6r/heart_fill_8x7.png"> {NoteCount}</a>{/block:NoteCount}{block:ifDisqusShortname} - <a class="dsq-comment-count" href="{Permalink}#disqus_thread">{lang:Comments}</a>{/block:IfDisqusShortname} </div>
  266. {/block:IndexPage}
  267.  
  268. {block:PermalinkPage}
  269. <h3 class="centre"><a href="{URL}" {Target}>{Name}</a></h3>
  270. {block:Description}
  271. {Description}
  272. {/block:Description}
  273. <div class="centre">
  274. <span class="timestamp"><a href="{Permalink}">{TimeAgo}</a></span>
  275. </div>
  276. {block:PostNotes} {PostNotes}{/block:PostNotes}
  277. {block:IfDisqusShortname}
  278. <div id="disqus_thread"></div>
  279. <script type="text/javascript" src="http://disqus.com/forums/{text:Disqus Shortname}/embed.js"></script>
  280. <noscript><a href="http://{text:Disqus Shortname}.disqus.com/?url=ref">{lang:View the discussion thread}</a></noscript>
  281. {/block:IfDisqusShortname}
  282. {/block:PermalinkPage}
  283. {block:HasTags}
  284. {block:Tags}
  285. <a href="{TagURL}">{Tag}</a>
  286. {/block:Tags}
  287. {/block:HasTags}
  288. </div>
  289.  
  290. {/block:Link} <!-- end LINK POST -->
  291.  
  292. {/block:Posts}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement