Don't like ads? PRO users don't see any ads ;-)
Guest

Venus Theme

By: a guest on Mar 15th, 2012  |  syntax: None  |  size: 16.40 KB  |  hits: 7,223  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <html>
  5. <head>
  6. <title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}
  10. <meta name="description" content="{MetaDescription}" />
  11. {/block:Description}
  12. <meta name="font:title" content="Garamond"/>
  13. <meta name="font:post title" content="Arial"/>
  14. <meta name="font:body" content="Arial"/>
  15. <meta name="font:navigation links" content="Georgia"/>
  16. <meta name="font:description" content="Georgia"/>
  17. <meta name="font:quotes" content="Georgia"/>
  18. <meta name="font:pagination" content="Georgia"/>
  19. <meta name="text:title size" content="16px"/>
  20. <meta name="text:font size" content="11px"/>
  21. <meta name="text:post title size" content="12px"/>
  22. <meta name="text:description size" content="10px"/>
  23. <meta name="text:navigation text size" content="9px"/>
  24. <meta name="text:quote text size" content="10px"/>
  25. <meta name="text:line height" content="15px"/>
  26. <meta name="text:space between posts" content="80px"/>
  27. <meta name="color:background" content="#fff"/>
  28. <meta name="color:quote background" content="#F8F8F8"/>
  29. <meta name="color:border color" content="#EEEEEE"/>
  30. <meta name="color:text" content="#222"/>
  31. <meta name="color:link" content="#222"/>
  32. <meta name="color:captions" content="#F8F8F8"/>
  33. <meta name="color:link hover" content="#a8a8a8"/>
  34. <meta name="if:images fade" content="1"/>
  35. <meta name="if:show captions" content="1"/>
  36. <meta name="if:show description" content="1"/>
  37. <meta name="if:show description" content="1"/>
  38. <meta name="if:endless scrolling" content="0"/>
  39. <meta name="text:link 1 text" content="link 1" />
  40. <meta name="text:link 1" content="http://" />
  41. <meta name="text:link 2 text" content="link 2" />
  42. <meta name="text:link 2" content="http://" />
  43.  
  44.  
  45. <style type="text/css">
  46.  
  47. /* Venus theme provided by narc8tics.tumblr.com. Do NOT remove the credit. */
  48.  
  49. body {
  50. background: {color:background};
  51. margin:0px auto;
  52. font-family: {font:body};
  53. font-size: {text:font size};
  54. line-height: {text:line height};
  55. text-align: justify;
  56. color: {color:text};
  57. }
  58.  
  59. .wrap {
  60. margin: 0px auto;
  61. width: 350px;
  62. margin-top: 40px;
  63. margin-bottom: 50px;
  64. }
  65.  
  66. .posts {
  67. }
  68.  
  69. .post {
  70. width: 350px;
  71. margin-bottom: {text:space between posts};
  72. }
  73.  
  74. #caption {
  75. font-size: 8px;
  76. text-transform: uppercase;
  77. }
  78.  
  79. #top {
  80. letter-spacing: 2px;
  81. padding-bottom: 20px;
  82. border-bottom: 1px solid {color:border color};
  83. margin-bottom: 40px;
  84. text-align: center;
  85. }
  86.  
  87.  
  88. .navigation {
  89. text-align: center;
  90. font-family: {font:navigation links};
  91. font-style: italic;
  92. font-size: 9px;
  93. }
  94.  
  95. .pagination {
  96. text-align: center;
  97. font-family: {font:pagination};
  98. font-style: italic;
  99. font-size: 9px;
  100. letter-spacing: 3px;
  101. }
  102.  
  103. #title {
  104. font-family: {font:title};
  105. font-size: {text:title size};
  106. font-weight: normal;
  107. margin-bottom: 10px;
  108. }
  109.  
  110. #desc {
  111. position:fixed;
  112. bottom: 50px;
  113. left: 50px;
  114. width: 200px;
  115. font-size: {text:description size};
  116. font-family: {font:description};
  117. text-align: justify;
  118.  
  119. }
  120.  
  121. .links {
  122. width: 50px;
  123. padding: 5px;
  124. background-color: #f8f8f8;
  125. margin-top: 1px;
  126. }
  127.  
  128. .asker {
  129. font-family: Georgia;
  130. font-size: 11px;
  131. text-decoration:none;
  132. font-weight: normal;
  133. font-style: italic;
  134. }
  135.  
  136. .question {
  137. background-color: {color:quote background};
  138. padding: 6px;
  139. border-radius: 3px;
  140. -moz-border-radius: 3px;
  141. -ms-border-radius: 3px;
  142. -webkit-border-radius: 3px;
  143. -khtml-border-radius: 3px;
  144. margin-top: 6px;
  145. }
  146.  
  147. .answer {
  148. font-style: italic;
  149. }
  150.  
  151. .albumcover {
  152. float: left;
  153. margin-right: 10px;
  154. }
  155.  
  156. .audioplayer {
  157. }
  158.  
  159. .player {
  160. width: 100%;
  161. }
  162.  
  163. .quote {
  164. text-align: justify;
  165. font-family: {font:quotes};
  166. font-size: {text:quote text size};
  167. margin-top: 6px;
  168. background-color: {color:quote background};
  169. padding: 6px;
  170. border-radius: 3px;
  171. -moz-border-radius: 3px;
  172. -ms-border-radius: 3px;
  173. -webkit-border-radius: 3px;
  174. -khtml-border-radius: 3px;
  175.  
  176. }
  177.  
  178. .source {
  179. text-align: right;
  180. font-family: {font:quotes};
  181. font-size: {text:quote text size};
  182. margin-top: 6px;
  183. }
  184.  
  185. h3{
  186. font-family: {font:post title};
  187. font-size: 12px;
  188. font-style: italic;
  189. font-weight: normal;
  190. letter-spacing: 1px;
  191. text-transform: lowercase;
  192. }
  193.  
  194. a {
  195. color: {color:link};
  196. text-decoration: none;
  197. -moz-transition: all 0.3s ease-out;
  198. -o-transition: all 0.3s ease-out;
  199. -webkit-transition: all 0.3s ease-out;
  200. transition: all 0.3s ease-out;
  201. }
  202.  
  203. a:hover {
  204. color: {color:link hover};
  205. text-decoration: none;
  206. -moz-transition: all 0.3s ease-out;
  207. -o-transition: all 0.3s ease-out;
  208. -webkit-transition: all 0.3s ease-out;
  209. transition: all 0.3s ease-out;
  210. }
  211.  
  212. .wrap img {
  213. max-width: 350px;
  214. -moz-transition: 0.2s ease-in;
  215. -webkit-transition: 0.2s ease-in;
  216. -o-transition: 0.2s ease-in;
  217. transition: 0.2s ease-in;
  218. }
  219.  
  220. {block:ifimagesfade}
  221. .wrap img:hover {
  222. opacity:0.90;
  223. -moz-transition: 0.2s ease-in;
  224. -webkit-transition: 0.2s ease-in;
  225. -o-transition: 0.2s ease-in;
  226. transition: 0.2s ease-in;
  227. }
  228. {/block:ifimagesfade}
  229.  
  230. .post #permalink{
  231. font-size: 8px;
  232. text-transform: uppercase;
  233. opacity: 0;
  234. -moz-transition: all 0.3s ease-out;
  235. -o-transition: all 0.3s ease-out;
  236. -webkit-transition: all 0.3s ease-out;
  237. transition: all 0.3s ease-out;
  238. }
  239.  
  240. .post:hover #permalink{
  241. font-size: 8px;
  242. text-transform: uppercase;
  243. opacity: .70;
  244. padding-left: 100px;
  245. -moz-transition: all 0.3s ease-out;
  246. -o-transition: all 0.3s ease-out;
  247. -webkit-transition: all 0.3s ease-out;
  248. transition: all 0.3s ease-out;
  249. }
  250.  
  251. .permainfo {
  252. font-size: 8px;
  253. text-transform: uppercase;
  254. padding: 6px;
  255. background-color: #f8f8f8;
  256. margin-top: 8px;
  257. }
  258.  
  259. .imgpermainfo {
  260. font-size: 8px;
  261. text-transform: uppercase;
  262. padding: 6px;
  263. background-color: #f8f8f8;
  264. }
  265.  
  266. ol.notes {
  267. padding: 0px;
  268. margin: 25px 0px;
  269. list-style-type: none;
  270. border-bottom: dotted 0px #ccc;
  271. }
  272.  
  273. ol.notes li.note {
  274. border-top: dotted 0px #ccc;
  275. padding: 3px;
  276. }
  277.  
  278. ol.notes li.note img.avatar {
  279. vertical-align: -4px;
  280. margin-right: 10px;
  281. width: 16px;
  282. height: 16px;
  283. }
  284.  
  285. ol.notes li.note span.action {
  286. font-weight: normal;
  287. }
  288.  
  289. ol.notes li.note .answer_content {
  290. font-weight: normal;
  291. }
  292.  
  293. ol.notes li.note blockquote {
  294. border-color: #eee;
  295. padding: 4px 10px;
  296. margin: 10px 0px 0px 25px;
  297. }
  298.  
  299. ol.notes li.note blockquote a {
  300. text-decoration: none;
  301. }
  302.  
  303. ul{
  304. margin-left:-40px!important;
  305. list-style:none;
  306. }
  307.  
  308. ::-webkit-scrollbar{width:7px;height:7px;}
  309.  
  310. ::-webkit-scrollbar-button:start:decrement
  311.  
  312. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  313.  
  314. ::-webkit-scrollbar-track-piece{background-color:{color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  315.  
  316. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: #eee;-webkit-border-radius:px;}
  317.  
  318. ::-webkit-scrollbar-thumb:horizontal{width:7px; background-color: #eee;-webkit-border-radius:px;}
  319.  
  320. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  321. #infscr-loading {display:none;}
  322.  
  323. {CustomCSS}
  324.  
  325. </style>
  326.  
  327. {block:IfEndlessScrolling}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEndlessScrolling}
  328.  
  329. <script type="text/javascript">
  330. $(document).ready(function()
  331. {
  332. $( '.wrap' ).fadeIn("slow");
  333. });
  334. </script>
  335.  
  336. <script type='text/javascript' src='http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js'></script>
  337.  
  338. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script>
  339. <script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script>
  340.  
  341. <script type="text/javascript" charset="utf-8">
  342. var $j = jQuery.noConflict();
  343. $j(function() {
  344. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  345. $j("img").lazyload({
  346. placeholder : "http://i.imgur.com/lpcBD.png",
  347. effect: "fadeIn",
  348. });
  349. });</script>
  350.  
  351. </head>
  352.  
  353. <body>
  354.  
  355. <div style="position:fixed; bottom:10px; right:10px;"><a href="http://narc8tics.tumblr.com" title="theme from narc8tics">theme</a></div>
  356.  
  357. {block:ifshowdescription}
  358. <div id="desc">
  359. {description}
  360. </div>
  361. {/block:ifshowdescription}
  362.  
  363. <div class="wrap">
  364.  
  365. <div id="top">
  366. <div id="title"><a href="/">{title}</a></div>
  367. <div class="navigation"><a href="/ask">mail</a>&nbsp;&nbsp;<a href="/archive">archive</a>&nbsp;&nbsp;<a href="/rss">rss</a>&nbsp;&nbsp;<a href="{text:link 1}">{text:link 1 text}</a>&nbsp;&nbsp;<a href="{text:link 2}">{text:link 2 text}</a></div>
  368. </div>
  369.  
  370. <div class="posts">
  371.  
  372.  
  373. {block:Posts}
  374.  
  375. <div class="autopagerize_page_element">
  376.  
  377.  
  378. {block:Text}
  379. <div class="post">
  380. <div id="textpost">
  381. {block:Title}
  382. <h3>{Title}</h3>
  383. {/block:Title}
  384. {Body}
  385. {block:IndexPage}
  386. <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></a></div>
  387. {/block:IndexPage}
  388. {block:PermalinkPage}
  389. <div class="permainfo">
  390. <strong>Tags:</strong>
  391. {block:HasTags}
  392. {block:Tags}
  393. <a href="{TagURL}">{Tag}</a>,&nbsp;
  394. {/block:Tags}
  395. {/block:HasTags}<br>
  396. <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  397. </div>
  398. <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  399. {/block:PermalinkPage}
  400. </div>
  401. </div>
  402. {/block:Text}
  403.  
  404.  
  405. {block:Photo}
  406. <div class="post">
  407. <div id="imgpost">
  408. <a href="{Permalink}">
  409. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  410. <img src="{block:IndexPage}{PhotoURL-500}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}" width="350px" class="border"/>
  411. </a>
  412. {block:ifshowcaptions}
  413. <div id="caption">
  414. {Caption}
  415. </div>
  416. {/block:ifshowcaptions}
  417. {block:PermalinkPage}
  418. <div class="imgpermainfo"><strong>Posted on:</strong> {Month} {DayOfMonth}, {Year} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  419. <br>
  420. {block:RebloggedFrom}
  421. <strong>Posted by:</strong> <a href="{ReblogRootURL}">{ReblogRootName}</a>
  422. <br>
  423. <strong>Reblogged from:</strong> <a href="{ReblogParentURL}">{ReblogParentName}</a>
  424. {/block:RebloggedFrom}
  425. </div>
  426. <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  427. {/block:PermalinkPage}
  428. </div>
  429. </div>
  430. {/block:Photo}
  431.  
  432.  
  433. {block:Photoset}
  434. <div class="post">
  435. <div class="photoset">
  436. <center>{Photoset-250}</center>
  437. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  438. </div>
  439. {block:IndexPage}
  440. <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></a></div>
  441. {/block:IndexPage}
  442. {block:PermalinkPage}
  443. <div class="permainfo">
  444. <strong>Tags:</strong>
  445. {block:HasTags}
  446. {block:Tags}
  447. <a href="{TagURL}">{Tag}</a>,&nbsp;
  448. {/block:Tags}
  449. {/block:HasTags}<br>
  450. <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  451. </div>
  452. <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  453. {/block:PermalinkPage}
  454. </div>
  455. {/block:Photoset}
  456.  
  457.  
  458. {block:Quote}
  459. <div class="post">
  460. <span class="permalink">
  461. <div class="quote">
  462. "<em>{Quote}</em>"
  463. </div>
  464. <div class="source">
  465. {block:Source}
  466. by {Source}
  467. {/block:Source}
  468. </div>
  469. {block:IndexPage}
  470. <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></div>
  471. {/block:IndexPage}
  472. {block:PermalinkPage}
  473. <div class="permainfo">
  474. <strong>Tags:</strong>
  475. {block:HasTags}
  476. {block:Tags}
  477. <a href="{TagURL}">{Tag}</a>,&nbsp;
  478. {/block:Tags}
  479. {/block:HasTags}<br>
  480. <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  481. </div>
  482. <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  483. {/block:PermalinkPage}
  484. </div>
  485. {/block:Quote}
  486.  
  487.  
  488. {block:link}
  489. <div class="post">
  490. <div class="linkpost"><a href="{URL}" class="linkpost" {Target}><h3>{Name}</h3></a>{block:Description}<div class="description">{Description}</div>{/block:Description}</div>
  491. {block:IndexPage}
  492. <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></a></div>
  493. {/block:IndexPage}
  494. {block:PermalinkPage}
  495. <div class="permainfo">
  496. <strong>Tags:</strong>
  497. {block:HasTags}
  498. {block:Tags}
  499. <a href="{TagURL}">{Tag}</a>,&nbsp;
  500. {/block:Tags}
  501. {/block:HasTags}<br>
  502. <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  503. </div>
  504. <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  505. {/block:PermalinkPage}
  506. </div>
  507. {/block:link}
  508.  
  509.  
  510. {block:Chat}
  511. <div class="post">
  512. <div class="chattitle">{block:Title}<b>{Title}</b>{/block:Title}</div>
  513. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}
  514. {block:IndexPage}
  515. <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></a></div>
  516. {/block:IndexPage}
  517. {block:PermalinkPage}
  518. <div class="permainfo">
  519. <strong>Tags:</strong>
  520. {block:HasTags}
  521. {block:Tags}
  522. <a href="{TagURL}">{Tag}</a>,&nbsp;
  523. {/block:Tags}
  524. {/block:HasTags}<br>
  525. <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  526. </div>
  527. <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  528. {/block:PermalinkPage}
  529. </div>
  530. {/block:Chat}
  531.  
  532.  
  533. {block:Video}
  534. <div class="post">
  535. <div class="video">
  536. <center>{Video-250}</center>
  537. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}</div>
  538. {block:IndexPage}
  539. <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></a></div>
  540. {/block:IndexPage}
  541. {block:PermalinkPage}
  542. <div class="permainfo">
  543. <strong>Tags:</strong>
  544. {block:HasTags}
  545. {block:Tags}
  546. <a href="{TagURL}">{Tag}</a>,&nbsp;
  547. {/block:Tags}
  548. {/block:HasTags}<br>
  549. <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  550. </div>
  551. <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  552. {/block:PermalinkPage}
  553. </div>
  554. {/block:Video}
  555.  
  556.  
  557. {block:Audio}
  558. <div class="post">
  559. <div class="albumcover">
  560. {block:AlbumArt}
  561. <img src="{AlbumArtURL}" width="100px"/>
  562. {/block:AlbumArt}
  563. </div>
  564. <div class="audioplayer">
  565. <div class="audio">{AudioPlayerBlack}</div>
  566. <div id="caption">
  567. <div>{PlayCountWithLabel}</div>
  568. {block:Caption}
  569. {Caption}
  570. {/block:Caption}
  571. </div>
  572. </div>
  573. {block:IndexPage}
  574. <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></a></div>
  575. {/block:IndexPage}
  576. {block:PermalinkPage}
  577. <div class="permainfo">
  578. <strong>Tags:</strong>
  579. {block:HasTags}
  580. {block:Tags}
  581. <a href="{TagURL}">{Tag}</a>,&nbsp;
  582. {/block:Tags}
  583. {/block:HasTags}<br>
  584. <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  585. </div>
  586. <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  587. {/block:PermalinkPage}
  588. </div>
  589. {/block:Audio}
  590.  
  591.  
  592. {block:Answer}
  593. <div class="post">
  594. <div class="asker">
  595. <strong>{Asker}</strong> asked:
  596. </div>
  597. <div class="question">
  598. {Question}
  599. </div>
  600. <div class="answer">
  601. {Answer}
  602. </div>
  603. {block:IndexPage}
  604. <div id="permalink"><a href="{Permalink}"><strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong></a></div>
  605. {/block:IndexPage}
  606. {block:PermalinkPage}
  607. <div class="permainfo">
  608. <strong>Tags:</strong>
  609. {block:HasTags}
  610. {block:Tags}
  611. <a href="{TagURL}">{Tag}</a>,&nbsp;
  612. {/block:Tags}
  613. {/block:HasTags}<br>
  614. <strong>Posted</strong> {TimeAgo} with <strong>{block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</strong>
  615. </div>
  616. <div>{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  617. {/block:PermalinkPage}
  618. </div>
  619. {/block:Answer}
  620.  
  621.  
  622. {/block:Posts}
  623.  
  624. </div>
  625.  
  626.  
  627.  
  628. </div>
  629.  
  630.  
  631. {block:IfNotEndlessScrolling}
  632. <div class="pagination">
  633. {block:Pagination}
  634. {block:PreviousPage}
  635. <a href="{PreviousPage}">{text:Previous Page} &nbsp;</a>
  636. {/block:PreviousPage}
  637.  
  638. {block:JumpPagination length="5"}
  639. {block:CurrentPage}
  640. <span class="current_page">{PageNumber}</span>
  641. {/block:CurrentPage}
  642.  
  643. {block:JumpPage}
  644. <a class="jump_page" href="{URL}">{PageNumber}</a>
  645. {/block:JumpPage}
  646. {/block:JumpPagination}
  647.  
  648. {block:NextPage}
  649. <a href="{NextPage}">&nbsp; {text:Next Page}</a>
  650. {/block:NextPage}
  651. {/block:Pagination}
  652. </div>
  653. {/block:IfNotEndlessScrolling}
  654.  
  655. </div>
  656. </body>
  657. </html>