Advertisement
ramisaaaaa

Untitled

Jul 30th, 2014
473
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.57 KB | None | 0 0
  1. <!--
  2. theme by cyrusnigga if you remove credit then you diE.
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9.  
  10.  
  11. {block:Ifdisablerightclick}
  12. <script type="text/javascript">
  13. <!--
  14.  
  15. // Disable Right Click Script
  16.  
  17. function IE(e)
  18. {
  19. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  20. {
  21. return false;
  22. }
  23. }
  24. function NS(e)
  25. {
  26. if (document.layers || (document.getElementById && !document.all))
  27. {
  28. if (e.which == "2" || e.which == "3")
  29. {
  30. return false;
  31. }
  32. }
  33. }
  34. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  35.  
  36. //-->
  37. </script>
  38. {/block:Ifdisablerightclick}
  39.  
  40.  
  41. <script type="text/javascript"
  42. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  43. <!-- DEFAULT VARIABLES -->
  44.  
  45. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  46. <meta name="color:background" content="#000000"/>
  47. <meta name="color:link" content="#ffffff"/>
  48. <meta name="color:text" content="#ffffff"/>
  49. <meta name="color:hover" content="#fff"/>
  50. <meta name="image:sidebar" content=""/>
  51. <meta name="font:body" content="arial"/>
  52. <meta name="image:background" content="1"/>
  53. <meta name="text:link one" content="/" />
  54. <meta name="text:link one title" content="home" />
  55. <meta name="text:link two" content="/ask" />
  56. <meta name="text:link two title" content="ask" />
  57. <meta name="text:link three" content="/links" />
  58. <meta name="text:link three title" content="links" />
  59. <meta name="text:link four" content="" />
  60. <meta name="text:link four title" content="" />
  61. <meta name="text:link five" content="" />
  62. <meta name="text:link five title" content="" />
  63. <meta name="text:link six" content="" />
  64. <meta name="text:link six title" content="" />
  65. <meta name="if:disable right click" content="0"/>
  66. <meta name="text:symbol" content="-" />
  67. <meta name="if:shadows" content="1"/>
  68. <meta name="if:over link hover" content="1"/>
  69.  
  70.  
  71.  
  72. {block:ifoverlinkhover}
  73. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  74. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  75. <script>
  76. (function($){
  77. $(document).ready(function(){
  78. $("a[title]").style_my_tooltips({
  79. tip_follows_cursor:true,
  80. tip_delay_time:0,
  81. tip_fade_speed:0,
  82. attribute:"title"
  83. });
  84. });
  85. })(jQuery);
  86. </script>
  87.  
  88.  
  89. {/block:ifoverlinkhover}
  90.  
  91. <style type="text/css">
  92.  
  93.  
  94. ::-webkit-scrollbar {width: 5px; height: 0px; padding-right:0px;background:#dddddd;}
  95.  
  96. ::-webkit-scrollbar-thumb {background-color:#444444;}
  97.  
  98.  
  99.  
  100. {block:iftinycursor}body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;}{/block:iftinycursor}
  101.  
  102. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 1.0;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  103.  
  104. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  105.  
  106. .wrapper{
  107. margin: 0px auto;
  108. width: 100%;
  109. }
  110.  
  111. .header{
  112. float: left;
  113. width: 100%;
  114. }
  115.  
  116. .left{
  117. float: left;
  118. margin-right: 20px;
  119. width: 802px;
  120. }
  121.  
  122. .right{
  123. float: right;
  124. width: 200px;
  125. background-color: #fff;
  126. }
  127.  
  128. p {
  129. margin:0px;
  130. margin-top:0px;
  131. }
  132.  
  133.  
  134. body {
  135. padding: 0px;
  136. margin: 0px;
  137. color:{color:text};
  138. font-family: {font:body};
  139. text-transform: normal;
  140. font-size: 9px;
  141. line-height: 10px;
  142. letter-spacing: 0px;
  143. background-color: {color:Background};
  144. background-image:url({image:Background});
  145. background-attachment: fixed;
  146. background-repeat: repeat;
  147. }
  148.  
  149. {block:ifshadows}
  150. .permalink2{
  151. margin-top: -4px;
  152. }
  153. {/block:ifshadows}
  154.  
  155.  
  156.  
  157. {block:ifoverlinkhover}
  158.  
  159. #s-m-t-tooltip {
  160. max-width:200px;
  161. padding:3px;
  162. margin:10px 0px 0px 10px;
  163. background-color:#555555;
  164. font-family:consolas;
  165. font-size:9px;
  166. font-style:italic;
  167. letter-spacing:2px;
  168. text-transform:uppercase;
  169. color:#000000;
  170. z-index:999999999999999999999999999999999999;
  171. }
  172.  
  173.  
  174. {/block:ifoverlinkhover}
  175.  
  176. .user_1 .label {color:{color:link}; font-weight:bold}
  177. .user_2 .label {color:{color:text}; font-weight:bold}
  178. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:0px;}
  179.  
  180. i, em {color: {color:Link};}
  181. b, strong {color: {color:text};}
  182.  
  183. ::selection {
  184. color:{color:Text};
  185. background-color: {color:Link};
  186. }
  187.  
  188. ::-moz-selection {
  189. color:{color:Text};
  190. background-color: {color:Link};
  191. }
  192.  
  193. ::-webkit-selection {
  194. color:{color:Text};
  195. background-color:{color:Link};
  196. }
  197.  
  198.  
  199. p{margin-top:5px; margin-bottom:5px; }
  200.  
  201. blockquote{
  202. padding:0px 0px 2px 3px;
  203. margin:0px 0px 2px 1px;
  204. }
  205. ul, ol, li{
  206. list-style:none;
  207. margin:0px;
  208. padding:0px;
  209. }
  210.  
  211.  
  212.  
  213. a:link, a:active, a:visited{
  214. text-decoration: none;
  215. -webkit-transition: color 0.5s ease-out;
  216. -moz-transition: color 0.5s ease-out;
  217. transition: color 0.5s ease-out;
  218. color: {color:Link};
  219. }
  220.  
  221. a:hover {
  222. text-decoration: none;
  223. color: {color:Hover};
  224. -webkit-transition: color 0.4s ease-out;
  225. -moz-transition: color 0.4s ease-out;
  226. transition: color 0.4s ease-out;
  227. }
  228.  
  229. div#center{
  230. margin:auto;
  231.  
  232. position:relative;
  233. width:1000px;
  234. background-color:;
  235. overflow:auto;
  236. overflow-y:hidden;
  237. }
  238.  
  239. .entry {
  240. float:left;
  241. display: block;
  242. margin:6px;
  243. margin-bottom:4px;
  244. overflow:hidden;
  245. overflow:hidden;
  246. {block:ifshadows}
  247. -moz-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  248. -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  249. box-shadow: 0px 0px 10px rgba(0, 0, 0, .3);
  250. margin:6px;
  251. {/block:ifshadows}
  252. {block:ifpostsanimation}transition: all 0.7s ease-in-out;{/block:ifpostsanimation}
  253. width:250px;
  254. {block:PermalinkPage}
  255. width:400px;
  256. {/block:PermalinkPage}
  257. }
  258.  
  259.  
  260. .entry img{
  261. max-width:250px;
  262. {block:PermalinkPage}
  263. max-width:400px;
  264. {/block:PermalinkPage}
  265. }
  266.  
  267.  
  268.  
  269. #posts {
  270. width:760px;
  271. margin-top: 10px;
  272. margin-left:300px;
  273. right:auto;
  274. margin-right:auto;
  275. position:relative;
  276. overflow-y: hidden;
  277.  
  278. }
  279.  
  280.  
  281. div#sidebar{
  282. height:auto;
  283. float:left;
  284. position:fixed !important;
  285. margin-left: 80px;
  286. margin-top:120px;
  287. width:200px;
  288. }
  289.  
  290. .title{
  291. font-size: 11px;
  292. line-height: 19px;
  293. font-weight: bold;
  294. }
  295.  
  296. .permalink {
  297. display: block;
  298. padding: 2px;
  299. margin: 4px 0px 0px 8px;
  300. color: #424242;
  301. line-height: 14px;
  302. text-align: right;
  303. border-top:1px solid {color:text};
  304. margin-left:-0px;
  305. {block:PermalinkPage}
  306. opacity:0.0;
  307. {/block:PermalinkPage}
  308. }
  309.  
  310.  
  311. #infscr-loading{
  312. bottom: -70px;
  313. position: absolute;
  314. left: 50%;
  315. margin-left:-8px;
  316. width:16px;
  317. height:11px;
  318. overflow:hidden;
  319. margin-bottom: 50px;
  320. }
  321.  
  322. #postnotes{
  323. text-align: justify;}
  324.  
  325.  
  326. #description{
  327. text-align: center;
  328. margin-top:2px;}
  329.  
  330. #no{
  331. text-align: center;
  332. margin-top:0px;}
  333.  
  334. #hi{
  335. padding:4px;
  336. padding-bottom:0px;
  337. }
  338.  
  339.  
  340.  
  341. #ok {
  342. bottom:3px;
  343. right:3px;
  344. font-size:9px;
  345. position:fixed;
  346. }
  347.  
  348.  
  349.  
  350. #postnotes blockquote{
  351. border: 0px;}
  352.  
  353.  
  354.  
  355.  
  356.  
  357. #permalinkk {
  358. position: absolute;
  359. margin-top: 6px;
  360. margin-left: 47px;
  361. opacity: 0.0;
  362. -webkit-transition: all .5s ease;
  363. -moz-transition: all .3s ease;
  364. -o-transition: all .3s ease;
  365. transition: all .5s ease;
  366. letter-spacing:0px;
  367. }
  368.  
  369. .entry:hover #permalinkk {
  370. width:auto;
  371. margin-top: 6px;
  372. opacity: 1;
  373. }
  374.  
  375.  
  376. #reblog {
  377. position: absolute;
  378. margin-top: 6px;
  379. margin-left: 5px;
  380. opacity: 0;
  381.  
  382. width:auto;
  383. -webkit-transition: all .3s ease;
  384. -moz-transition: all .3s ease;
  385. -o-transition: all .3s ease;
  386. transition: all .5s ease;
  387. }
  388.  
  389. .entry:hover #reblog {
  390. width:auto;
  391. margin-top: 6px;
  392. margin-left: 5px;
  393. opacity: 1;
  394. }
  395.  
  396. .countreblog {
  397. color: #FFFFFF;
  398. letter-spacing:0px;
  399. font-family:9px arial;
  400. font-size:;
  401. line-height:14px;
  402. margin: 2px;
  403. background-image:url(http://static.tumblr.com/8jq17g7/CH8lofvyp/dark-transparent.png);
  404. background-repeat:repeat;
  405. border:1px solid rgba(0,0,0,0.1);
  406. padding:3px 5px;
  407. }
  408. .countreblog a { color: #fff; }
  409. #entry:hover #reblog{
  410. {block:IndexPage}
  411. opacity:1;-webkit-transition: all 0.3s ease-out;
  412. -moz-transition: all 0.3s ease-out;transition: all 0.3s ease-out;
  413. {/block:IndexPage}
  414. }
  415.  
  416. a img{border: 0px;}
  417.  
  418.  
  419.  
  420.  
  421. .title{
  422. line-height: 14px;
  423. font-weight: normal;
  424. font-family:"calibri";
  425. font-size:13px;
  426. color:{color:Title}
  427. }
  428.  
  429.  
  430.  
  431. #audio {
  432. width:200px;
  433. height:auto;
  434. min-height:60px;
  435. padding-bottom:0px;
  436. }
  437. .cover {
  438. position:absolute;
  439. z-index:1;
  440. width:60px;
  441. height:60px;
  442. }
  443. .cover img {
  444. float:left;
  445. width:60px;
  446. height:60px;
  447. }
  448. .playbox {
  449. opacity:0.6;
  450. width:27px;
  451. height:30px;
  452. overflow:hidden;
  453. position:absolute;
  454. z-index:1000;
  455. margin-left:17px;
  456. margin-top:17px;
  457. text-align:center;
  458. }
  459. .info {
  460. margin-left:73px;
  461. margin-top:4px;
  462. line-height:14px;
  463. }
  464.  
  465.  
  466.  
  467. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  468.  
  469. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  470. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  471.  
  472. .notes img{width:10px; position:relative; top:3px;}
  473. <--ses-->
  474. small{font-size: 90%;}
  475.  
  476. {CustomCSS}
  477.  
  478. </style>
  479.  
  480. {block:IndexPage}
  481. <script type="text/javascript" src="http://static.tumblr.com/xek1qzw/TKgn8tjki/jquerymsnryv2.js"></script>
  482.  
  483. <script type="text/javascript">
  484. $(window).load(function () {
  485. var $content = $('#posts');
  486. $content.masonry({itemSelector: '.entry'}),
  487. $content.infinitescroll({
  488. navSelector : 'div#pagination',
  489. nextSelector : 'div#pagination a#nextPage',
  490. itemSelector : '.entry',
  491. loading: {
  492. finishedMsg: '',
  493. img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
  494. },
  495. bufferPx : 600,
  496. debug : false,
  497. },
  498. // call masonry as a callback.
  499. function( newElements ) {
  500. var $newElems = $( newElements );
  501. $newElems.hide();
  502. // ensure that images load before adding to masonry layout
  503. $newElems.imagesLoaded(function(){
  504. $content.masonry( 'appended', $newElems, true, function(){$newElems.fadeIn(300);} );
  505.  
  506.  
  507. });
  508. });
  509. });
  510. </script>
  511.  
  512. {/block:IndexPage}
  513.  
  514.  
  515. <title>{title}</title>
  516.  
  517. <link rel="shortcut icon" href="{Favicon}">
  518. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  519. <meta name="viewport" content="width=820" />
  520. </head>
  521. <body onkeydown="return false">
  522.  
  523. <body>
  524.  
  525. <div class="wrapper">
  526. <div class="header">
  527. </div>
  528.  
  529. <div id="cage">
  530. <div id="center">
  531. <div id="sidebar">
  532.  
  533. <a href="/"><img src="{image:Sidebar}"style="{block:ifshadows}-moz-box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);-webkit-box-shadow: 0px 0px 2px rgba(0, 0, 0, .3);box-shadow: 0px 0px 0px rgba(0, 0, 0, .3);
  534. {/block:ifshadows}" width="200" style="margin-bottom:5px;"/></a>
  535. <br>
  536.  
  537. <div id="description">{Description}</div>
  538.  
  539.  
  540. <div id="no"><center>{block:IfLinkonetitle}<a href="{text:link one}" title="{text:link one title}">{text:link one title}</a>
  541.  
  542. {/block:IfLinkonetitle}{block:IfLinktwotitle} {text:symbol} <a href="{text:link two}" title="{text:link two title}">{text:link two title}</a>
  543. {/block:IfLinktwotitle}
  544.  
  545.  
  546. {block:IfLinkthreetitle} {text:symbol} <a href="{text:link three}" title="{text:link three title}">{text:link three title}</a>{/block:IfLinkthreetitle}
  547.  
  548.  
  549.  
  550. {block:IfLinkfourtitle} {text:symbol} <a href="{text:link four}" title="{text:link four title}">{text:link four title}</a>{/block:IfLinkfourtitle}
  551.  
  552. {block:IfLinkfivetitle} {text:symbol} <a href="{text:link five}" title="{text:link five title}">{text:link five title}</a>{/block:IfLinkfivetitle}
  553.  
  554.  
  555. {block:IfLinksixtitle} {text:symbol}<a href="{text:link six}" title="{text:link six title}">{text:link six title}</a>{/block:IfLinksixtitle}</center></div>
  556.  
  557.  
  558. </div>
  559.  
  560.  
  561.  
  562. <div class="left">
  563. <div id="posts">
  564. {block:Posts}
  565. <div class="entry">
  566.  
  567.  
  568.  
  569. {block:Text}
  570. <div id="hi">
  571. {block:Title}<span class="title">{Title}</span>{/block:Title}
  572. <span class="entrytext">{Body}</span>
  573. {block:PermalinkPage}{block:HasTags}{block:Tags}#{Tag} {/block:Tags}{/block:HasTags}{/block:PermalinkPage}
  574. <div class="permalink">
  575. <a href="{permalink}">{notecountwithlabel}</a>
  576. </div></div>
  577. {/block:Text}
  578.  
  579. {block:Link}
  580. <div id="hi"><a href="{URL}" class="title">{Name}</a>
  581. {block:Description}{Description}{/block:Description}
  582. <div class="permalink">
  583. <a href="{permalink}">{notecountwithlabel}</a>
  584. </div></div>
  585. {block:Link}
  586.  
  587. {block:Photo}
  588. {block:IndexPage}{LinkOpenTag}
  589. <div id="reblog"><div class="countreblog"><a href="{reblogurl}">reblog</a></div></div>
  590. <div id="permalinkk">
  591. <div class="countreblog"><a href="{Permalink}">{NoteCountwithlabel}</a></div></div>
  592. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
  593. <div class="permalink2">
  594. </div>
  595. {/block:IndexPage}
  596. {block:PermalinkPage}
  597. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>{LinkCloseTag}
  598. {/block:PermalinkPage}
  599. {/block:Photo}
  600.  
  601. {block:Photoset}
  602. <div id="reblog"><div class="countreblog"><a href="{reblogurl}">reblog</a></div></div>
  603. <div id="permalinkk">
  604. <div class="countreblog"><a href="{Permalink}">{NoteCountwithlabel}</a></div></div>
  605. <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=100%; style=" {block:IfPostShadows}-webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3); -moz-box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);box-shadow: 0px 0px 12px rgba(0, 0, 0, .3);{/block:IfPostShadows} {block:ifRoundedEdges}-moz-border-radius: 3px; border-radius: 3px; {/block:ifRoundedEdges}"></a>{LinkCloseTag}
  606. <div class="permalink2">
  607. </div>
  608.  
  609. <div style="width:400px !important;">{Photoset-250}</div></span>{/block:Photoset}
  610.  
  611.  
  612. {block:Quote}<div id="hi"><span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right>
  613. <div class="permalink">
  614. <a href="{permalink}">{notecountwithlabel}</a></div></div>
  615. {/block:Quote}
  616.  
  617.  
  618. {block:Chat}
  619. <div id="hi">{block:Title}<span class="title">{Title}</span>{/block:Title}
  620. <ul class="chat">
  621. {block:Lines}
  622. <li class="user_{UserNumber}">
  623. {block:Label}
  624. <span class="label"><b>{Label}</b></span>
  625. {/block:Label}
  626.  
  627. {Line}
  628. </li>
  629. {/block:Lines}
  630. </ul>
  631. <div class="permalink">
  632. <a href="{permalink}">{notecountwithlabel}</a>
  633. </div></div>
  634. {/block:Chat}
  635.  
  636. {block:Audio}<div id="hi">
  637. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  638. <div class="permalink">
  639. <a href="{permalink}">{notecountwithlabel}</a></div></div>
  640. {block:IndexPage}
  641. {/block:IndexPage}
  642. {/block:Audio}
  643.  
  644.  
  645. {block:Video}
  646. {block:IndexPage}<div class="video">{Video-250}</div>{/block:IndexPage}
  647. {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
  648. <div class="permalink">
  649. <a href="{permalink}">+{notecount}</a>
  650. </div>
  651. {block:Video}
  652.  
  653. </center>
  654. {block:PostNotes}<div align="left">{caption}</div>
  655.  
  656. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  657.  
  658. {block:HasTags}
  659. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  660. {block:RebloggedFrom}
  661. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  662. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  663.  
  664. {/block:RebloggedFrom}
  665. </center></span>
  666. <br><br>
  667. <div id="postnotes">{PostNotes}</div><br>
  668.  
  669. <center>{block:ContentSource}
  670. <br><a href="{SourceURL}">
  671. {lang:Source}:
  672. {block:SourceLogo}
  673. <img src="{BlackLogoURL}" width="{LogoWidth}"
  674. height="{LogoHeight}" alt="{SourceTitle}" />
  675. {/block:SourceLogo}
  676. {block:NoSourceLogo}
  677. {SourceLink}
  678. {/block:NoSourceLogo}
  679. </a>
  680. {/block:ContentSource}</center>
  681.  
  682. {/block:PostNotes}
  683. </div>
  684. {/block:Posts}
  685.  
  686.  
  687.  
  688.  
  689. </div>
  690.  
  691. </div>
  692.  
  693. {block:IndexPage}
  694. {block:Pagination}
  695. <div id="pagination">
  696. {block:NextPage}
  697. <a id="nextPage" href="{NextPage}"></a>
  698. {/block:NextPage}
  699. {block:PreviousPage}
  700. <a href="{PreviousPage}"></a>
  701. {/block:PreviousPage}
  702. </div>
  703. {/block:Pagination}
  704. {/block:IndexPage}
  705. </body>
  706.  
  707. </div>
  708. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement