Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <!---
- Theme 36 by Heidi @ladmilk
- Credit:
- Magicline - http://css-tricks.com/jquery-magicline-navigation/
- Inspiration:
- Yeoli - current theme
- Ninpen - current theme
- Ballerdollar - LTCP theme
- IOS7 ‘Music’ design
- ---->
- <head>
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <meta name="color:Background" content="#f8f8f8" />
- <meta name="color:Posts" content="#ffffff" />
- <meta name="color:Text" content="#666666" />
- <meta name="color:Links" content="#222222" />
- <meta name="color:Links Hover" content="#ffffff" />
- <meta name="color:Scroll" content="#ffffff" />
- <meta name="color:Scrollbar" content="#bbbbbb" />
- <meta name="color:Bold" content="#000000" />
- <meta name="color:Italic" content="#bbbbbb"/>
- <meta name="color:Banner Hover" content="#dddddd" />
- <meta name="color:Banner" content="#000000" />
- <meta name="color:Blockquote" content="#777777" />
- <meta name="color:Border" content="#e7e7e7" />
- <meta name="color:Title" content="#dddddd" />
- <meta name="color:Sidebar Background" content="#000000" />
- <meta name="color:Sidebar Text" content="#ffffff" />
- <meta name="color:Sidebar Hover" content="#dddddd" />
- <meta name="color:Nav" content="#bbbbbb" />
- <meta name="color:Nav Hover" content="#000000" />
- <meta name="color:Nav Border" content="#e7e7e7" />
- <meta name="color:Nav Triangle" content="#dddddd" />
- <meta name="color:Tags" content="#dddddd" />
- <meta name="color:Perma" content="#bbbbbb" />
- <meta name="if:ShowCaptions" content="1" />
- <meta name="if:ShowTags" content="1" />
- <meta name="if:InfiniteScroll" content="0" />
- <meta name="if:250px" content="0" />
- <meta name="if:400px" content="1" />
- <meta name="if:500px" content="0" />
- <meta name="text:Link" content=""/>
- <meta name="text:Link Title" content="" />
- <meta name="image:Background" content="" />
- <style type="text/css">
- @font-face {font-family: "aliquam";
- src: url('https://dl.dropboxusercontent.com/u/86451580/Aliquam.ttf'); format("truetype");}
- iframe#tumblr_controls {
- top:0%!important;
- right:0%!important;
- position:fixed!important;
- z-index:999999999!important;
- opacity:0.3;
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -o-filter:invert(100%);
- -ms-filter:invert(100%);
- filter:invert(100%);
- }
- ::-webkit-scrollbar {
- width:7px;
- height:7px;
- }
- ::-webkit-scrollbar-track-piece {
- background-color:{color:Scroll};
- }
- ::-webkit-scrollbar-thumb {
- background-color:{color:Scrollbar};
- border:2px solid {color:Scroll};
- }
- /*Body*/
- body {
- margin:0;
- padding:0;
- border:0;
- background:url('{image:Background}');
- background-attachment:fixed;
- background-repeat:repeat;
- background-color:{color:Background};
- color:{color:Text};
- font-family:arial;
- font-size:10px;
- line-height:12px;
- word-wrap:break-word;
- }
- a {
- color:{color:Links};
- text-decoration:none;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- a:hover{
- color:{color:Links Hover};
- }
- pre {
- width:95%;
- margin-left:auto;
- margin-right:auto;
- white-space:pre-wrap;
- word-wrap:break-word;
- background:#f4f4f4;
- padding:4px;
- }
- blockquote {
- width:90%;
- margin-left:auto;
- margin-right:auto;
- padding-left:10px;
- padding-top:2px;
- padding-bottom:2px;
- border-left:1px solid {color:Blockquote};
- }
- b, strong {
- color:{color:Bold};
- font-weight:bold;
- }
- i, em {
- color:{color:Italic};
- font-style:italic;
- }
- /* Center Wrapper */
- #wrapper{
- {block:if250px}
- width:270px;
- {/block:if250px}
- {block:if400px}
- width:420px;
- {/block:if400px}
- {block:if500px}
- width:520px;
- {/block:if500px}
- height:auto;
- margin-left:50px;
- margin-right:auto;
- margin-top:80px;
- margin-bottom:50px;
- padding:0;
- border:0;
- background:transparent;
- }
- /* Posts */
- .posts {
- {block:if250px}
- width:250px;
- {/block:if250px}
- {block:if400px}
- width:400px;
- {/block:if400px}
- {block:if500px}
- width:500px;
- {/block:if500px}
- height:auto;
- padding:10px;
- margin-left:-50px;
- margin-top:40px;
- margin-bottom:10px;
- position:relative;
- border-left:50px solid {color:Banner};
- background:transparent;
- color:{color:Text};
- font-family:arial;
- font-size:10px;
- line-height:12px;
- text-align:justify;
- word-wrap:break-word;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- {block:IndexPage}
- .posts:hover {
- border-left:50px solid {color:Banner Hover};
- background:{color:Posts};
- }
- {/block:IndexPage}
- .posts_title {
- color:{color:Text};
- font-family:helvetica;
- font-size:18px;
- font-weight:bold;
- letter-spacing:1px;
- line-height:20px;
- text-align:center;
- }
- .posts_break {
- width:255px;
- height:21px;
- margin-top:5px;
- margin-bottom:5px;
- margin-left:auto;
- margin-right:auto;
- opacity:.06;
- }
- .posts li {
- margin-left:-15px;
- list-style-image:url('http://static.tumblr.com/3yblkz0/XRFmtqmot/1335651657_arrow3_e.gif');
- }
- .posts img { max-width:100%; }
- #photo img { max-width:100%; display:block; }
- #pset, #vid { margin-bottom:-3px; }
- /* Black Border */
- .border {
- width:50px;
- height:100%;
- left:0px;
- top:0px;
- position:fixed;
- background:{color:Banner};
- }
- /* Title */
- .title {
- width:255px;
- padding-bottom:10px;
- margin-top:-10px;
- margin-bottom:60px;
- margin-left:auto;
- margin-right:auto;
- border-bottom:1px solid {color:Border};
- color:{color:Title};
- font-family:'aliquam';
- font-size:23px;
- line-height:20px;
- letter-spacing:4px;
- text-transform:uppercase;
- text-align:center;
- }
- /* Sidebar */
- .sidebar {
- width:120px;
- height:auto;
- margin-top:50px;
- {block:if250px}
- margin-left:320px;
- {/block:if250px}
- {block:if400px}
- margin-left:470px;
- {/block:if400px}
- {block:if500px}
- margin-left:570px;
- {/block:if500px}
- position:fixed;
- background:transparent;
- }
- .sidebar_desc {
- padding:10px;
- background:{color:Sidebar Background};
- color:{color:Sidebar Text};
- font-family:helvetica;
- font-size:9px;
- font-style:italic;
- letter-spacing:1px;
- text-align:center;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- .sidebar:hover .sidebar_desc {
- background:{color:Sidebar Hover};
- }
- .sidebar_desc a {
- color:{color:Sidebar Text};
- }
- .sidebar_desc a:hover {
- text-decoration:underline;
- }
- .sidebar_desc:first-letter {
- font-family:cambria;
- font-size:12px;
- font-weight:bold;
- }
- /* Navigation */
- .sidebar_nav {
- width:120px;
- margin-top:10px;
- border-top:1px solid {color:Nav Border};
- }
- #nav {
- margin:0;
- border:0;
- padding:0;
- list-style:none;
- position:relative;
- }
- #nav li {
- display:inline;
- }
- #nav li a {
- width:30px;
- padding-top:10px;
- padding-left:5px;
- padding-right:5px;
- display:block;
- float:left;
- color:{color:Nav};
- font-family:calibri;
- font-size:8px;
- text-align:center;
- text-transform:uppercase;
- }
- #nav li a:hover {
- border-bottom:1px solid {color:Sidebar Hover};
- color:{color:Nav Hover};
- }
- /* Triangle */
- .tri{
- top:0;
- left:0px;
- width:40px;
- border:0;
- padding:0;
- margin-top:-1px;
- position:absolute;
- background:transparent;
- }
- .tri:before, .tri:after {
- content:"";
- position:absolute;
- width:0;
- height:0;
- border-style:solid;
- border-color:transparent;
- border-bottom:0;
- }
- .tri:before {
- left:10px;
- border-top-color:{color:Nav Triangle};
- border-width:10px;
- }
- .tri:after {
- left:11px;
- border-top-color:{color:Background};
- border-width:9px;
- }
- /* Audio */
- #audio_art {
- width:60px;
- height:60px;
- background-image:url('http://static.tumblr.com/3yblkz0/qYHmtwc9v/artwork__22.png');
- background-position:center;
- background-repeat:no-repeat;
- background-color:{color:Posts};
- }
- #audio_art img {
- width:60px;
- height:60px;
- display:block;
- }
- #audio_info {
- {block:if250px}
- width:110px;
- {/block:if250px}
- {block:if400px}
- width:260px;
- {/block:if400px}
- {block:if500px}
- width:360px;
- {/block:if500px}
- height:45px;
- padding-left:10px;
- padding-top:10px;
- padding-bottom:5px;
- padding-right:10px;
- background:#ffffff;
- }
- #info_track {
- margin-bottom:5px;
- color:#000000;
- font-family:helvetica;
- font-weight:bold;
- letter-spacing:0px;
- text-align:left;
- {block:ifnot250px}
- font-size:14px;
- line-height:14px;
- {/block:ifnot250px}
- {block:if250px}
- font-size:11px;
- line-height:11px;
- {/block:if250px}
- }
- #info_artist {
- color:#555555;
- font-family:helvetica;
- margin-right:5px;
- {block:ifnot250px}
- font-size:12px;
- line-height:12px;
- {/block:ifnot250px}
- {block:if250px}
- font-size:9px;
- line-height:9px;
- {/block:if250px}
- }
- #info_album {
- color:#aaaaaa;
- font-family:helvetica;
- {block:ifnot250px}
- font-size:12px;
- line-height:12px;
- {/block:ifnot250px}
- {block:if250px}
- font-size:9px;
- line-height:9px;
- {/block:if250px}
- }
- #audio_player {
- width:25px;
- height:30px;
- border-left:17px solid #ffffff;
- border-top:15px solid #ffffff;
- border-right:18px solid #ffffff;
- border-bottom:15px solid #ffffff;
- overflow:hidden;
- background:#ffffff;
- opacity:0;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- #audio:hover #audio_player {
- opacity:1;
- }
- #audio_icon {
- width:14px;
- height:11px;
- border-left:23px solid #ffffff;
- border-top:25px solid #ffffff;
- border-right:23px solid #ffffff;
- border-bottom:24px solid #ffffff;
- position:absolute;
- background:#ffffff;
- }
- /* Quote */
- #quote {
- margin-bottom:5px;
- padding-left:50px;
- padding-right:50px;
- padding-top:10px;
- color:{color:Text};
- font-family:cambria;
- font-size:14px;
- font-style:italic;
- text-align:left;
- }
- #source {
- padding-right:25px;
- text-align:right;
- }
- /* Ask */
- #asker {
- margin-bottom:5px;
- color:#000;
- margin-left:auto;
- margin-right:auto;
- font-family:helvetica;
- font-size:12px;
- font-weight:bold;
- font-style:normal;
- line-height:12px;
- }
- #asker a {
- color:#000;
- }
- #question {
- padding-top:5px;
- padding-bottom:10px;
- padding-right:10px;
- padding-left:10px;
- font-style:italic;
- text-align:center;
- border-bottom:1px solid {color:Border};
- }
- /* Perma - Index Page */
- .perma_outside {
- width:100%;
- height:auto;
- margin-left:auto;
- margin-right:auto;
- margin-bottom:40px;
- }
- .perma_inside {
- width:125px;
- margin-left:auto;
- margin-right:auto;
- padding-top:4px;
- padding-bottom:4px;
- padding-left:5px;
- padding-right:5px;
- background:rgba(255,255,255,0.7);
- color:{color:Perma};
- font-family:calibri;
- font-size:8px;
- letter-spacing:0px;
- text-align:center;
- text-transform:uppercase;
- }
- .tags {
- margin-top:2px;
- color:{color:Tags};
- font-family:helvetica;
- font-family:calibri;
- font-size:8px;
- letter-spacing:2px;
- text-align:center;
- text-transform:uppercase;
- }
- .tags a {
- color:{color:Tags};
- }
- .perma_inside a{
- color:{color:Perma};
- }
- /* Perma - Permalink Page */
- .permapage {
- width:255px;
- margin-left:auto;
- margin-right:auto;
- margin-top:10px;
- color:#000;
- font-size:9px;
- line-height:14px;
- text-align:left;
- }
- ol.notes {
- padding:0px;
- margin:10px 0px;
- list-style-type: none;
- border-bottom:1px solid {color:Border};
- color:#aaa;
- font-family:calibri;
- font-size:8px;
- font-style:normal;
- letter-spacing:1px;
- text-transform:uppercase;
- text-align:left;
- }
- ol.notes a {
- color:#aaa;
- text-decoration:none;
- }
- ol.notes a:hover {
- color:{color:Links Hover};
- }
- li.note {
- padding:10px;
- border-top:1px solid {color:Border};
- }
- img.avatar {
- vertical-align: -4px;
- margin-right:10px;
- width:14px;
- height:14px;
- }
- /* Pagination */
- .pagi {
- width:255px;
- margin-left:auto;
- margin-right:auto;
- margin-top:25px;
- font-family:aliquam;
- font-size:13px;
- text-transform:uppercase;
- letter-spacing:2px;
- text-align:center;
- }
- .pagi a {
- color:#000;
- }
- #s-m-t-tooltip{
- max-width:300px;
- margin-top:25px;
- margin-left:15px;
- padding-left:5px;
- padding-right:5px;
- padding-top:1px;
- padding-bottom:1px;
- z-index:999999;
- border:1px solid {color:Border};
- background-color:{color:Posts};
- color:{color:Text};
- font-family:cambria;
- font-size:9px;
- letter-spacing:1px;
- text-transform:lowercase;
- line-height:13px;
- box-shadow:1px 1px 3px rgba(0,0,0,.1);
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- }
- </style>
- {block:IndexPage}
- {block:ifInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:ifInfiniteScroll}
- {/block:IndexPage}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title],a[title],img[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:250,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <script src='http://ajax.googleapis.com/ajax/libs/jquery/1.5.2/jquery.min.js'></script>
- <script>
- $(function() {
- var $el, leftPos, newWidth,
- $mainNav = $("#nav");
- $mainNav.append("<li class='tri'></li>");
- var $magicLine = $(".tri");
- $magicLine
- .width($(".current_item").width())
- .css("left", $(".current_item a").position().left)
- .data("origLeft", $magicLine.position().left);
- $("#nav li a").hover(function() {
- $el = $(this);
- leftPos = $el.position().left;
- newWidth = $el.parent().width();
- $magicLine.stop().animate({
- left: leftPos,
- });
- }, function() {
- $magicLine.stop().animate({
- left: $magicLine.data("origLeft"),
- });
- });
- });
- </script>
- </head>
- <body>
- <div class="border"></div>
- <div id="wrapper">
- <div class="title">{Title}</div>
- <div class="sidebar">
- <div class="sidebar_desc">{Description}
- <br><center>
- </center></div>
- <div class="sidebar_nav">
- <ul class="group" id="nav">
- <li class="current_item"><a href="/">一</a></li>
- <li><a href="/ask">二</a></li>
- <li><a href="/archive">三</a></li>
- {block:ifLink}<li><a href="{text:Link}">{text:Link title}</a></li>{/block:ifLink}
- </ul>
- </div>
- </div>
- <div class="autopagerize_page_element" >
- {block:Posts}
- <div class="posts">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Photo}
- {block:IndexPage}
- <div id="photo">
- <center>{LinkOpenTag}
- <img src="{PhotoURL-500}" alt='{PhotoAlt}'/>
- {LinkCloseTag}</center>
- </div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="photo">
- <center>{LinkOpenTag}
- <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
- {LinkCloseTag}</center>
- </div>
- {/block:PermalinkPage}
- {block:ifShowCaptions}
- {block:Indexpage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Indexpage}
- {/block:ifShowCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:if250px}
- <div id="pset">
- {Photoset-250}
- </div>
- {/block:if250px}
- {block:if400px}
- <div id="pset">
- {Photoset-400}
- </div>
- {/block:if400px}
- {block:if500px}
- <div id="pset">
- {Photoset-500}
- </div>
- {/block:if500px}
- {block:ifShowCaptions}
- {block:Indexpage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Indexpage}
- {/block:ifShowCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Video}
- {block:if250px}
- <div id="vid">
- <center>{Video-250}</center>
- </div>
- {/block:if250px}
- {block:if400px}
- <div id="vid">
- <center>{Video-400}</center>
- </div>
- {/block:if400px}
- {block:if500px}
- <div id="vid">
- <center>{Video-500}</center>
- </div>
- {/block:if500px}
- {block:ifShowCaptions}
- {block:Indexpage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Indexpage}
- {/block:ifShowCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:Video}
- {block:Audio}
- <table id="audio" border="0" cellpadding="0" cellspacing="0" width="100%" height="60px"><tr>
- <td id="audio_art" valign="top">
- {block:AlbumArt}
- <img width="60px" height="60px" src="{AlbumArtURL}"/>
- {/block:AlbumArt}
- </td>
- <td valign="top" >
- <div id="audio_info">
- <div id="info_track">{block:TrackName}{TrackName}{/block:TrackName}</div>
- <span id="info_artist">{block:Artist}{Artist}{/block:Artist}</span>
- <span id="info_album">{block:Album} {Album}{/block:Album}</span>
- </div>
- </td>
- <td valign="top" >
- <div id="audio_icon"><img src="http://static.tumblr.com/3yblkz0/FIzmtqmqw/music__6_.gif"></div>
- <div id="audio_player">{AudioPlayerWhite}</div>
- </td>
- </tr>
- </table>
- {block:ifShowCaptions}
- {block:Indexpage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Indexpage}
- {/block:ifShowCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Text}
- {block:Title}<div class="posts_title">{Title}</div>{/block:Title}
- {Body}
- {/block:Text}
- {block:Link}
- <div class="posts_title"><a href="{URL}" {Target}>{Name}</a></div>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Answer}
- <center><img style="padding:10px; background:#f8f8f8; border:1px solid {color:Border};"src="{AskerPortraitURL-30}"></center>
- <div id="question"><div id="asker">{Asker} asked</div> {Question}</div>
- {Answer}
- {/block:Answer}
- {block:Quote}
- <span style="
- margin-left:15px;
- margin-top:-5px;
- float:left;
- color:#ddd;
- font:45px times;
- font-style:italic;
- font-weight:bold;">“</span>
- <div id="quote">{Quote}</div>
- {block:Source}<div id="source"> — {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}<div class="posts_title">{Title}</div>{/block:Title}
- {block:Lines}<ul>
- {block:Label}
- <li style="margin-bottom:5px;"><b>{Label}</b></li>
- {/block:Label}
- {Line}</ul>
- {/block:Lines}
- {/block:Chat}
- </div>
- {block:IndexPage}
- <div class="perma_outside">
- <div class="tri2"></div>
- <div class="perma_inside">
- <a href="{Permalink}">{DayOfMonth} {Month}, {Year}</a> {block:NoteCount}• {NoteCountWithLabel}{/block:NoteCount}
- </div>
- {block:ifShowTags}
- {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}">{Tag};</a> {/block:Tags} </div>{/block:HasTags}{/block:ifShowTags}
- </div>
- {/block:IndexPage}
- <div class="posts_break"><img src="http://static.tumblr.com/3yblkz0/Wu3mtote2/pngg.png"></div>
- {block:PermalinkPage}
- <div class="permapage">
- {block:Date}
- {block:HighRes}
- <strong><a href="{PhotoURL-HighRes}">High-res »</a></strong><br>
- {/block:HighRes}
- <strong>Posted:</strong> {Month} {DayofMonth}, {Year} ({TimeAgo})
- {/block:Date}
- {block:RebloggedFrom}
- <br><strong>Reblogged from:</strong> <a href="{ReblogParentURL}">{ReblogParentName}</a></span>
- <br><strong>Originally by:</strong> <a href="{ReblogRootURL}">{ReblogRootName}</a></span>
- {/block:RebloggedFrom}
- {block:HasTags}
- <br><strong>Tagged:</strong> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}
- {/block:HasTags}
- {block:NoteCount}
- <br><strong>Notes:</strong> {NoteCount}
- {/block:NoteCount}
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- </div>
- {block:ifnotInfiniteScroll}{block:Pagination}
- <div class="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>
- {/block:PreviousPage}
- {block:JumpPagination length="4"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}{/block:ifnotInfiniteScroll}
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment