Advertisement
rasperries

ivcors mix

Nov 10th, 2013
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.07 KB | None | 0 0
  1. <!--I only ask you keep the credit intact--DO NOT MOVE IT/HIDE IT. Other than that, edit it all ye want. If you have questions, trot on over to leepace.tumblr.com -->
  2.  
  3.  
  4. <!DOCTYPE html>
  5. <head>
  6.  
  7. <!--random shit you need-->
  8. <title>{Title}</title>
  9.  
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <!--Default Variables are here, folks-->
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#cccccc"/>
  17. <meta name="color:link" content="#a7a7a7"/>
  18. <meta name="color:title"content="#070707"/>
  19. <meta name="color:scrollbar" content="#d5d5d5" />
  20. <meta name="color:link hover" content="#8F8F8F"/>
  21.  
  22.  
  23.  
  24. <meta name="text:Link 1 URL" content="" />
  25. <meta name="text:Link 1" content="" />
  26. <meta name="text:Link 2 URL" content="" />
  27. <meta name="text:Link 2" content="" />
  28. <meta name="text:Link 3 URL" content="" />
  29. <meta name="text:Link 3" content="" />
  30.  
  31. <meta name="image:audio bg" content="http://static.tumblr.com/1fe0fb2eb9179fdba195906aa5c7bc29/ygd3n2x/TPHmil7fo/tumblr_static_diagonal_striped_brick.png">
  32. <meta name="if:Hide Tags" content="1">
  33.  
  34.  
  35.  
  36.  
  37. <!-- jquery -->
  38. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  39.  
  40. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  41.  
  42. <script>
  43.  
  44. (function($){
  45.  
  46. $(document).ready(function(){
  47.  
  48. $("a[title]").style_my_tooltips({
  49.  
  50. tip_follows_cursor:true,
  51.  
  52. tip_delay_time:30,
  53.  
  54. tip_fade_speed:300,
  55.  
  56. attribute:"title"
  57.  
  58. });
  59.  
  60. });
  61.  
  62. })(jQuery);
  63.  
  64. </script>
  65.  
  66. <!--pop up-->
  67. <script type="text/javascript"
  68. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  69. <script>
  70. $(document).ready(function() {
  71. //
  72. $('a.poplight[href^=#]').click(function() {
  73. var popID = $(this).attr('rel'); //Get Popup Name
  74. var popURL = $(this).attr('href'); //Get Popup href to define size
  75. var query= popURL.split('?');
  76. var dim= query[1].split('&');
  77. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  78. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  79. var popMargTop = ($('#' + popID).height()) / 2;
  80. var popMargLeft = ($('#' + popID).width()) / 2;
  81. //Apply Margin to Popup
  82. $('#' + popID).css({
  83. 'margin-top' : -popMargTop,
  84. 'margin-left' : -popMargLeft
  85. });
  86. $('body').append('<div id="fade"></div>');
  87. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  88. return false;
  89. });
  90. $('a.close, #fade').live('click', function() {
  91. $('#fade , .popup_block').fadeOut(function() {
  92. $('#fade, a.close').remove(); //fade them both out
  93. });
  94. return false;
  95. });
  96. });
  97. </script>
  98.  
  99.  
  100.  
  101.  
  102.  
  103.  
  104. <!--CSS time baby. This is where you change font size, color, etc. Just be careful, my dears. -->
  105.  
  106. <style type="text/css">
  107.  
  108. #s-m-t-tooltip {max-width:300px;
  109. padding:2px;
  110. margin:10px 0px 0px 10px;
  111. padding:3px 5px;
  112. background-color:#ffffff;
  113. text-transform:uppercase;
  114. font-size:7px;
  115. letter-spacing:1px;
  116. color:#747474;
  117. border-bottom:1px solid {color:text};
  118. z-index:999 }
  119.  
  120. /*pop up*/
  121. #fade { /*--Transparent background layer--*/
  122. display: none; /*--hidden by default--*/
  123. background: #000;
  124. position: fixed;
  125. left: 0;
  126. top: 0;
  127. width: 100%; height: 100%;
  128. opacity: .70;
  129. z-index: 9999;
  130. }
  131. .popup_block{
  132. display: none; /*--hidden by default--*/
  133. background-color:#fff;
  134. padding: 20px 0;
  135. position: fixed;
  136. width:400px;
  137. margin-left:-200px;
  138. top:50%;
  139. font-family:times;
  140. left:50%;
  141. z-index: 99999;
  142. }
  143.  
  144.  
  145.  
  146. /*--Making IE6 Understand Fixed Positioning--*/
  147. *html #fade {
  148. position: absolute;
  149. }
  150. *html .popup_block {
  151. position: absolute;
  152. }
  153.  
  154.  
  155. #t {
  156. }
  157.  
  158. #tt {font-size:12px;
  159. font-weight:bold;
  160. text-align:right;
  161. padding-right:20px;
  162. padding-bottom:5px;
  163. border-bottom:1px solid black}
  164.  
  165. #ts {font-size:12px;
  166. margin-top:30px;
  167. padding-left:30px;
  168. padding-bottom:20px;
  169. text-align:left;
  170. font-style:italic;
  171. line-height:130%}
  172.  
  173. /*scrollbar*/
  174. ::-webkit-scrollbar{height: 5px;
  175. width: 5px;
  176. -webkit-border-radius: 0px;
  177. background-color:{color:background}}
  178. ::-webkit-scrollbar-thumb{background-color:{color:scrollbar};}
  179. ::-webkit-scrollbar-track{background-color:{color:background};}
  180. iframe#tumblr_controls {
  181. position: fixed !important;
  182. z-index: 9999;
  183. opacity:.5;
  184. -webkit-transition:all 0.5s ease-in-out;
  185. -moz-transition:all 0.5s ease-in-out;
  186. transition:all 0.5s ease-in-out;}
  187. iframe#tumblr_controls:hover {
  188. opacity: 0.9;
  189. -webkit-transition:all 0.5s ease-in-out;
  190. -moz-transition:all 0.5s ease-in-out;
  191. transition:all 0.5s ease-in-out;}
  192. ::selection {
  193. background:black;
  194. color:white;
  195. }
  196.  
  197. ::-moz-selection {
  198. background:black;
  199. color:white;
  200. }
  201.  
  202. ::-webkit-selection {
  203. background:black;
  204. color:white;
  205. }
  206.  
  207. iframe#tumblr_controls {
  208. position: fixed !important;
  209. z-index: 9999;
  210. opacity:.5;
  211. -webkit-transition:all 0.5s ease-in-out;
  212. -moz-transition:all 0.5s ease-in-out;
  213. transition:all 0.5s ease-in-out;}
  214. iframe#tumblr_controls:hover {
  215. opacity: 0.9;
  216. -webkit-transition:all 0.5s ease-in-out;
  217. -moz-transition:all 0.5s ease-in-out;
  218. transition:all 0.5s ease-in-out;}
  219.  
  220.  
  221. #credit {position:fixed;
  222. float:right;
  223. opacity:0.7;
  224. bottom:5px;
  225. right:5px;
  226. text-align:center;
  227. padding:5px 5px;
  228. font-size:7px;
  229. font-family:helvetica}
  230. @font-face
  231. {
  232. font-family:'Inconsolata';
  233. src:url('http://static.tumblr.com/sas2ex2/3lgmqt637/inconsolata.otf');
  234. }
  235.  
  236.  
  237. /*main structure*/
  238. blockquote {
  239. max-width:400px!important;
  240. margin-left:0px;
  241. border-left:1px solid #f2f2f2;
  242. padding-left:10px;
  243. width:95%;}
  244.  
  245. h1 {
  246. font-size:11px;
  247. color:#555454;}
  248.  
  249. body {
  250. background-color:#ffffff;
  251. color:#747474;
  252. font-family: helvetica;
  253. font-size:9px;
  254. text-align:justify;
  255. line-height:13px;
  256. margin:0;
  257. line-height:120%;}
  258.  
  259.  
  260. a {
  261. color:#747474;
  262. text-decoration:none;}
  263.  
  264. a:hover {
  265. color:#020101}
  266.  
  267. img{
  268. opacity:1;
  269. border:none;
  270. text-decoration:none}
  271.  
  272.  
  273. b, strong {
  274. color:#3c3c3c}
  275. i, em {
  276. color:#161616}
  277. p {
  278. margin-top:5px;
  279. margin-bottom:5px}
  280. ol {
  281. list-style:normal;}
  282. ul {
  283. list-style:square;}
  284.  
  285. small {
  286. font-size:7px;}
  287.  
  288. big {
  289. font-size:11px;}
  290.  
  291.  
  292.  
  293.  
  294. .title{font-size:10px;
  295. font-weight:none;
  296. float:left;
  297. letter-spacing:1px;
  298. text-transform:uppercase;
  299. padding:10px 20px 5px 5px;
  300. color:#555454;} .title a:hover {text-decoration:underline;}
  301.  
  302.  
  303.  
  304.  
  305.  
  306. /*header*/
  307.  
  308.  
  309. #header {width:400px;
  310. text-align:center;
  311. margin-top:50px;
  312. }
  313.  
  314.  
  315. #blogt {
  316. line-height:120%;
  317. font-size:7px;
  318. text-align:left; letter-spacing:1px;
  319. text-transform:uppercase;
  320.  
  321. display:none;
  322.  
  323. }
  324.  
  325. #blogt a {color:#555454;}
  326. #blogt a:hover {
  327. text-decoration:none;
  328. color:#747474}
  329.  
  330. #standardlinks {
  331. font-size:7px;
  332. text-transform:uppercase;
  333. font-weight:normal;
  334. letter-spacing:1px;
  335. text-align:right;
  336. border-top:1px solid #ededed
  337. }
  338.  
  339.  
  340. #standardlinks a {
  341. line-height:25px;
  342. padding:0 10px;
  343. text-align:center;
  344. display:inline-block;
  345. } #standardlinks a:hover {color:#4A4A4A;}
  346.  
  347. #description {
  348. font-size:9px;
  349. line-height:130%;
  350. text-align:justify;
  351. padding:15px 25px;}
  352.  
  353. #description a {
  354. text-transform:uppercase;
  355. font-size:7px;
  356. letter-spacing:1px;}
  357.  
  358. /*#description a:hover {text-decoration:underline;}*/
  359.  
  360.  
  361. /*pagination*/
  362.  
  363. #pagination {
  364. width:400px;
  365. font-size:8px;
  366. padding:50px 0 50px 0;
  367. color:#3c3c3c;
  368. text-transform:uppercase;
  369. text-align:center;
  370. letter-spacing:1px;
  371. font-style:normal;
  372. word-spacing:15px;
  373. }
  374.  
  375. #pagination a {
  376. text-align:center;} #pagination a:hover {text-decoration:underline;}
  377.  
  378. .p {line-height:14px}
  379.  
  380. /*container*/
  381. #con {position:absolute;
  382. left:50%;
  383. margin-left:-200px;
  384. }
  385. /*posts*/
  386. #entries {position:absolute;
  387. width:400px;
  388. margin-top:110px;
  389.  
  390. }
  391.  
  392. #posts {
  393. margin-bottom:120px;
  394. overflow:hidden;
  395. width:400px;
  396. }
  397.  
  398. #posts a {font-size:7px; letter-spacing:1px; text-transform:uppercase;}
  399. /*#posts a:hover {text-decoration:underline;}*/
  400.  
  401. #posts img {max-width: 400px;
  402.  
  403. }
  404.  
  405.  
  406.  
  407.  
  408.  
  409. #titlequote{font-size:9px;
  410. color:#747474;
  411. text-align:justify; text-transform:; letter-spacing:px;
  412. padding:15px 0;
  413. border-bottom:1px solid #ededed
  414. }
  415.  
  416. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  417. .caption img{max-width:100%;}
  418. .caption {width:100%;
  419. text-align:justify;
  420. display: block;
  421. margin-top: 5px;
  422. text-transform:none;
  423. font-size:8px;
  424. border-top:1px solid #ededed;
  425. padding-top:5px
  426. } .caption a {font-size:7px; text-transform:uppercase;} .caption a:hover {text-decoration:underline;} .caption blockquote {padding:5px; margin-left:5px; border-left:1px solid #161616;}
  427.  
  428. #source {text-align:right;
  429. padding-top:5px;
  430. font-size:9px}
  431.  
  432.  
  433.  
  434.  
  435.  
  436. /*audio*/
  437. .audio {
  438. width:100%;
  439. background-color:{color:toplinkbackground};
  440. background-image: url('{image:audio bg}');
  441. background-attachment:repeat;
  442. }
  443.  
  444. .audioplayer{
  445. height:27px;
  446. width:6.5%;
  447. overflow:hidden;
  448. opacity: 1;
  449. }
  450.  
  451.  
  452.  
  453.  
  454.  
  455. /*asks*/
  456. #question {color:#161616}
  457. .as {text-align:right;
  458. padding-top:5px;
  459. text-transform:uppercase;
  460. font-size:7px; letter-spacing:1px;}
  461. .as a {#161616}
  462. .q {
  463. padding:15px 0;
  464. border-bottom:1px solid #ededed;
  465. color:#555454;
  466. text-align:right;
  467. }
  468. .a {color:#161616;
  469. margin-top:15px;
  470. text-align:justify}
  471.  
  472.  
  473.  
  474. .chat ol {
  475. padding:0;
  476. line-height:180%;
  477. list-style:none;
  478. }
  479.  
  480. .line.odd {
  481. background-color:#FAFAFA;
  482. padding:5px;
  483. }
  484.  
  485. .line.even {
  486. background-color:#ffffff;
  487. padding:5px;
  488. }
  489.  
  490. .label {
  491. padding-right:1px;
  492. text-transform:uppercase;font-size:7px; letter-spacing:1px;
  493. color:#161616;
  494. }
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502. /*permalink and notes*/
  503.  
  504. #posts:hover #permalink {opacity:1;
  505. -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition:all 0.5s ease-in-out}
  506.  
  507. #permalink {
  508. margin-left:410px!important;
  509. width:200px;
  510. position:absolute;
  511. z-index:99;
  512. text-align:left;
  513. margin-top:-21px;
  514. font-size:7px;letter-spacing:1px;
  515. text-transform:uppercase;
  516. padding:20px;
  517. opacity:0;
  518. -webkit-transition:all 0.4s ease-in-out; -moz-transition:all 0.4s ease-in-out; -o-transition:all 0.4s ease-in-out; -ms-transition: all 0.4s ease-in-out; transition:all 0.5s ease-in-out
  519. }
  520. #permalink a {text-decoration:none!important;}
  521.  
  522.  
  523. .tags {
  524. font-family:helvetica;
  525. margin-top:10px; line-height:200%;
  526. margin-bottom:10px; text-align:left;
  527. font-size:7px; letter-spacing:1px;
  528. text-transform:uppercase;
  529. width:400px;
  530. }
  531.  
  532. .tags a{
  533. letter-spacing:1px; padding:1px; background:#fafafa;
  534. padding:3px 4px;margin-right:5px; text-decoration:none!important;}
  535.  
  536.  
  537. .pagenotes {
  538.  
  539. display: none!important;
  540.  
  541.  
  542. text-align:left;
  543.  
  544. }
  545. .pagenotes img {
  546. display:none!important;}
  547. .pagenotes li {
  548. text-transform:uppercase;
  549. letter-spacing:1px; font-size:7px;
  550. list-style-type:none;
  551. padding:10px;
  552. text-align:left;
  553. margin:0 0 0 -40px;
  554. line-height:130%;
  555. }
  556. .pagenotes li:hover {background-color:#F5F5F5;}
  557.  
  558. #fade {
  559. display: none;
  560. background: #f2f2f2;
  561. position: fixed;
  562. left: 0;
  563. top: 0;
  564. width: 100%;
  565. height: 100%;
  566. opacity: .80;
  567. z-index: 9999;
  568. }
  569.  
  570. .popup_block{
  571. -webkit-border-radius: 0px;
  572. -moz-border-radius: 0px;
  573. border-radius: 0px;
  574. display: none;
  575. background: #FFFFFF;
  576. padding: 20px;
  577. float: left;
  578. position: fixed;
  579. top: 50%;
  580. left: 50%;
  581. z-index: 99999;
  582. }
  583.  
  584. img.btn_close {
  585. float: right; display:none;
  586. margin: -55px -55px 0 0;
  587. }
  588.  
  589. *html #fade {
  590. position: absolute;
  591. }
  592.  
  593. *html .popup_block {
  594. position: absolute;
  595. }
  596.  
  597.  
  598.  
  599. {CustomCSS}
  600.  
  601.  
  602. </style>
  603.  
  604.  
  605.  
  606.  
  607.  
  608. </head>
  609.  
  610. <body>
  611.  
  612.  
  613.  
  614. <div id="credit"><a title="credit" href="http://leepace.tumblr.com">LP</a></div>
  615.  
  616. <div id="con">
  617.  
  618. <div id="header">
  619.  
  620. <div id="blogt"><a href="/">{Title}</a></div>
  621. <div id="description">{Description}</div>
  622.  
  623. <div id="standardlinks">
  624. <a href="/">Home</a>
  625. <a href="/ask">ask</a>
  626. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a> {/block:ifLink1}
  627. {block:ifLink2}<a title="links" href="{text:Link 2 URL}">{text:Link 2}</a> {/block:ifLink2}
  628. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  629. <script language="JavaScript">
  630. var ref = (''+document.referrer+'');
  631. var w_h = window.screen.width + " x " + window.screen.height;
  632. document.write('<script src="http://freehostedscripts.net/ocounter.php?site=ID3539933&e1=&e2=&r=' + ref + '&wh=' + w_h + '"><\/script>');
  633. </script>
  634.  
  635. </div>
  636.  
  637.  
  638.  
  639.  
  640.  
  641. </div>
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648.  
  649. <div id="entries">
  650.  
  651. {block:Posts}
  652. <div id="posts">
  653.  
  654. {block:PermalinkPage}
  655. {block:Date}
  656. <div id="permalink">
  657. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  658. {block:NoteCount}<br><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  659. {block:ContentSource}
  660. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  661. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  662. {/block:SourceLogo}
  663. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  664. {/block:ContentSource}ยท
  665. {block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}&nbsp;ยท&nbsp;<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  666. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  667. </div>
  668. {/block:Date}
  669. {/block:PermalinkPage}
  670.  
  671. {block:IndexPage}
  672. {block:Date}
  673.  
  674.  
  675. <div id="permalink">
  676. <a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}</a>
  677. {block:NoteCount}<br><a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  678. {block:ContentSource}
  679. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  680. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  681. {/block:SourceLogo}
  682. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  683. {/block:ContentSource}
  684. {block:RebloggedFrom}<br><a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}&nbsp;ยท&nbsp;<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  685. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  686. </div>
  687. {/block:Date}
  688. {/block:Date}
  689.  
  690. {/block:IndexPage}
  691.  
  692. {block:Quote}
  693.  
  694.  
  695. <div id="titlequote">{Quote}</div>
  696. {block:Source}<div id="source">{Source}</div>{/block:Source}
  697. {/block:Quote}
  698.  
  699.  
  700.  
  701. {block:Text}
  702.  
  703. {block:Title}
  704. <div id="title">{Title}</div>{/block:Title}
  705. {Body}
  706.  
  707.  
  708. {/block:Text}
  709.  
  710. {block:Link}
  711.  
  712. <h1><a href="{URL}">โŸฉ {Name}</a></h1>{block:Description}{Description}{/block:Description}
  713.  
  714. {/block:Link}
  715.  
  716. {block:Chat}
  717. {block:Title}
  718. <h1>{Title}</h1>
  719. {/block:Title}
  720. <div class="chat">
  721. <ol>{block:Lines}
  722. <li class="line {Alt}">
  723. {block:Label}
  724. <span class="label">
  725. {Label}</span>
  726. {/block:Label}{Line}</li>
  727. {/block:Lines}
  728. </ol></div>
  729. {/block:Chat}
  730.  
  731. {block:Photo}
  732.  
  733. <center>{LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>
  734.  
  735.  
  736.  
  737. {/block:Photo}
  738.  
  739. {block:Photoset}
  740.  
  741. <center>{Photoset-400}</center>
  742.  
  743.  
  744.  
  745.  
  746. {/block:Photoset}
  747.  
  748. {block:Video}
  749.  
  750.  
  751. {Video-400}
  752. {/block:Video}
  753.  
  754.  
  755.  
  756. <div style="margin-bottom: -5px;">{block:Audio}
  757. <center><div style="border-top:1px solid #eee;"></div>
  758. <div class="audio"><div class="audioplayer">{AudioPlayerWhite}</div></div><div style="border-top:1px solid #eee;"></div></center><br>{block:Caption}{Caption}{/block:Caption}<br>
  759. {/block:Audio}</div>
  760.  
  761.  
  762.  
  763.  
  764.  
  765. {block:Answer}
  766. <div id="question">
  767. <div class="q">
  768. {Question}</div>
  769. <div class="as">{Asker}</div>
  770. <div class="a">{Answer}</div>
  771. </div>
  772.  
  773. {/block:Answer}
  774.  
  775.  
  776.  
  777.  
  778. {block:HasTags}<div class="tags">File Under:&nbsp;{block:Tags}<a href="{TagUrl}">{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  779. </div>
  780. <div class="pagenotes">
  781. <ol class="notes">
  782. {block:PostNotes}{PostNotes}{/block:PostNotes}
  783. {block:PermalinkPage}
  784. {/block:PermalinkPage}
  785.  
  786. </ol>
  787.  
  788.  
  789. </div>
  790. {/block:Posts}
  791.  
  792.  
  793. <div id="pagination">
  794.  
  795. {block:Pagination}
  796. {block:PreviousPage}
  797. <a href="{PreviousPage}">&larr; back&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>
  798. {/block:PreviousPage}
  799.  
  800. {block:NextPage}
  801. <a href="{NextPage}">next &rarr;</a>
  802. {/block:NextPage}
  803. {/block:Pagination}
  804. </div>
  805.  
  806. </div>
  807.  
  808. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement