Advertisement
oftenwrongthemes

Falling Fast - Theme 12

Dec 27th, 2016
528
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.02 KB | None | 0 0
  1. <html>
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  6. <meta name="description" content="" />
  7. <meta http-equiv="x-dns-prefetch-control" content="off"/>
  8.  
  9. <link href="https://fonts.googleapis.com/css?family=Nunito+Sans:300,300i,600,600i" rel="stylesheet">
  10. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  11.  
  12. <!---FONTAWESOME ICONS--->
  13. <script src="https://use.fontawesome.com/37df6aa7a8.js"></script>
  14.  
  15. <!---RESIZE VIDEO SCRIPT BY SHYTHEMES--->
  16. <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
  17.  
  18. <!---Photoset Resize Code by Kevin - EXCOLO.TUMBLR.COM--->
  19. <script type="text/javascript">
  20. $(document).ready(function() {
  21. function photosetResize() {
  22. $('iframe.photoset').each(function(){
  23. var newSize = {text:post width};
  24. var newSrc = $(this).attr('src').replace('500',newSize);
  25. $(this).attr('src', newSrc).width(newSize);
  26. var high = $(this).css('height');
  27. var calculate = parseInt(high, 10)* newSize/500;
  28. $(this).css('height', calculate);
  29. });
  30. }
  31. photosetResize();
  32. });
  33. </script>
  34.  
  35. <!--jquery for tooltips - script released online-->
  36. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  37.  
  38. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39. <script>
  40. (function($){
  41. $(document).ready(function(){
  42. $("a[title]").style_my_tooltips({
  43. tip_follows_cursor:true,
  44. tip_delay_time:60,
  45. tip_fade_speed:600,
  46. attribute:"title"
  47. });
  48. });
  49. })(jQuery);
  50. </script>
  51.  
  52. <!---META TAGS--->
  53.  
  54. <meta name="image:Header" content=""/>
  55.  
  56. <meta name="color:Background" content="#f2f2f5"/>
  57. <meta name="color:Body Text" content="#333"/>
  58. <meta name="color:Links" content="#c4bcb5"/>
  59. <meta name="color:Accent" content="#c4bcb5"/>
  60. <meta name="color:Accent Text" content="#fff"/>
  61. <meta name="color:Borders" content="#ccc"/>
  62. <meta name="color:Header Background" content="#fff"/>
  63. <meta name="color:Toplinks" content="#aaa"/>
  64. <meta name="color:Sidebar Background" content="#fff"/>
  65. <meta name="color:Post Background" content="#fff"/>
  66.  
  67. <meta name="text:Font Size" content="12"/>
  68. <meta name="text:Post Width" content="400"/>
  69. <meta name="text:Link 1" content=""/>
  70. <meta name="text:Link 1 url" content=""/>
  71. <meta name="text:Link 2" content=""/>
  72. <meta name="text:Link 2 url" content=""/>
  73. <meta name="text:Link 3" content=""/>
  74. <meta name="text:Link 3 url" content=""/>
  75. <meta name="text:Link 4" content=""/>
  76. <meta name="text:Link 4 url" content=""/>
  77. <meta name="text:Link 5" content=""/>
  78. <meta name="text:Link 5 url" content=""/>
  79.  
  80. <meta name="if:Sticky Header" content="1"/>
  81. <meta name="if:Schedule Box" content="1"/>
  82. <meta name="if:Projects Box" content="1"/>
  83.  
  84. <!---THEME 12 BY REN - DO NOT REMOVE THE CREDIT--->
  85.  
  86. <style type="text/css">
  87.  
  88. /*GLOBAL CLASSES*/
  89.  
  90. #s-m-t-tooltip {
  91. max-width: 350px;
  92. padding: 3px;
  93. margin: 15px 0 0 15px;
  94. background: {color:accent};
  95. font-size: 10px;
  96. font-weight: 600;
  97. color: {color:accent text};
  98. text-transform: uppercase;
  99. z-index: 9999999999999;
  100. }
  101.  
  102. body {
  103. background: {color:background};
  104. margin: auto;
  105. font-family: 'Nunito Sans', sans-serif;
  106. font-size: {text:font size};px;
  107. color: {color:body text};
  108. font-weight: 300;
  109. line-height: 130%;
  110. }
  111.  
  112. a {
  113. color: {color:links};
  114. text-decoration: none;
  115. transition-duration: 0.5s;
  116. -webkit-transition-duration: 0.5s;
  117. -moz-transition-duration: 0.5s;
  118. -o-transition-duration: 0.5s;
  119. }
  120.  
  121. a:hover {
  122. opacity: 0.5;
  123. transition-duration: 0.5s;
  124. -webkit-transition-duration: 0.5s;
  125. -moz-transition-duration: 0.5s;
  126. -o-transition-duration: 0.5s;
  127. }
  128.  
  129. .line {
  130. width: 225px;
  131. height: 0.5px;
  132. text-align: center;
  133. background: {color:borders};
  134. margin: 15px 0 15px 10px;
  135. }
  136.  
  137. .pagi {
  138. margin: 25px 0 25px 0;
  139. text-align: center;
  140. font-size: 15px;
  141. background: {color:post background};
  142. padding: 5px;
  143. width: calc({text:post width}px + 30px);
  144. }
  145.  
  146. .pagi a, .pagi .current_page {
  147. background: {color:post background};
  148. padding: 2px;
  149. padding-left: 6px;
  150. }
  151.  
  152. /*HEADER*/
  153.  
  154. .searchbar {
  155. {block:ifstickyheader}position: fixed;{/block:ifstickyheader}
  156. background: {color:header background};
  157. width: 100%;
  158. height: 50px;
  159. }
  160.  
  161. .searchbar img {
  162. margin: 5px 0 0 10px;
  163. border-radius: 50px;
  164. -moz-border-radius: 50px;
  165. -webkit-border-radius: 50px;
  166. }
  167.  
  168. .toplinks a {
  169. text-transform: uppercase;
  170. font-size: 13px;
  171. margin: 5px 0 0 15px;
  172. color: {color:toplinks};
  173. font-weight: 300;
  174. }
  175.  
  176. .search {
  177. margin: 10px 0 0 10px;
  178. }
  179.  
  180. .search input[type=text] {
  181. width: 150px;
  182. border: 0.5px solid {color:borders};
  183. background: #f7f7f7;
  184. padding: 4px;
  185. position: relative;
  186. top: -8px;
  187. }
  188.  
  189. .search input[type=image] {
  190. height: 25px;
  191. margin-left: 5px;
  192. font-family: 'Nunito Sans', sans-serif;
  193. }
  194.  
  195. .header img {
  196. width: 100%;
  197. {block:ifstickyheader}margin-top: 50px;{/block:ifstickyheader}
  198. }
  199.  
  200. /*SIDEBAR*/
  201.  
  202. .sidebar {
  203. width: 250px;
  204. background: transparent;
  205. margin: 40px 0 0 0;
  206. font-size: {text:font size}px;
  207. }
  208.  
  209. .boxheader {
  210. width: 255px;
  211. text-align: right;
  212. padding: 10px 15px 12px 5px;
  213. text-transform: uppercase;
  214. background: {color:accent};
  215. height: 10px;
  216. font-size: 14px;
  217. font-style: italic;
  218. color: {color:accent text};
  219. font-weight: 600;
  220. }
  221.  
  222. .box {
  223. width: 245px;
  224. padding: 15px;
  225. background: {color:sidebar background};
  226. border-top: 0px;
  227. margin-bottom: 30px;
  228. }
  229.  
  230. .box img {
  231. margin: 0 5px 10px 0;
  232. border-radius: 50px;
  233. -moz-border-radius: 50px;
  234. -webkit-border-radius: 50px;
  235. }
  236.  
  237. /*POSTS*/
  238.  
  239. .posts {
  240. width: {text:post width}px;
  241. margin: 40px 0 0 150px;
  242. font-size: {text:font size}px;
  243. }
  244.  
  245. .entries {
  246. padding: 20px;
  247. margin-top: 20px;
  248. width: {text:post width}px;
  249. background: {color:post background};
  250. }
  251.  
  252. .entries h1 {
  253. text-align: center;
  254. text-transform: uppercase;
  255. font-weight: 300;
  256. font-size: 20px;
  257. }
  258.  
  259. .entries blockquote {
  260. border-left: 0.5px solid {color:body text};
  261. padding-left: 15px;
  262. }
  263.  
  264. .entries h2 {
  265. font-family: serif;
  266. font-weight: 500;
  267. font-style: italic;
  268. }
  269.  
  270. .question {
  271. border-bottom: 0.5px solid {color:borders};
  272. padding-bottom: 10px;
  273. }
  274.  
  275. .source {
  276. text-align: center;
  277. }
  278.  
  279. .chat {
  280. list-style-type: none;
  281. width: {text:post width}px;
  282. margin-left: -5%;
  283. }
  284.  
  285. .chat li {
  286. line-height: 200%;
  287. }
  288.  
  289. .label {
  290. font-weight: 600;
  291. color: {color:accent};
  292. text-transform: uppercase;
  293. font-size: calc({text:font size}px - 2px});
  294. }
  295.  
  296. /*AUDIO FORMATTING TUTORIAL BY LMTHEMES*/
  297.  
  298. .playbutton {
  299. width: 25px;
  300. height: 28px;
  301. padding: 5px;
  302. overflow: hidden;
  303. position: relative;
  304. z-index: 1000;
  305. }
  306.  
  307. .playbox {
  308. background-color: #fff;
  309. position: absolute;
  310. z-index: 1000;
  311. margin-top: 17px;
  312. margin-left: 17px;
  313. opacity: .7;
  314. }
  315.  
  316. .audiodesc {
  317. position: relative;
  318. left: 5px;
  319. font-size: {text:font size}px;
  320. }
  321.  
  322. /*POST INFO*/
  323.  
  324. .date, .permalink, .reblogme {
  325. width: 30px;
  326. font-size: 15px;
  327. text-align: center;
  328. padding: 5px;
  329. background: {color:post background};
  330. position: absolute;
  331. }
  332.  
  333. .permalink {
  334. margin-left: calc({text:post width}px + 40px);
  335. height: 20px;
  336. margin-top: -20px;
  337. }
  338.  
  339. .reblogme {
  340. margin-left: calc({text:post width}px + 40px);
  341. height: 40px;
  342. margin-top: 30px;
  343. }
  344.  
  345. .date {
  346. height: 20px;
  347. margin: -20px 0 0 -70px;
  348. }
  349.  
  350. .permalink a, .date a {
  351. color: {color:body text};
  352. }
  353.  
  354. .tags {
  355. width: calc({text:post width}px + 30px);
  356. padding: 5px;
  357. background: {color:accent};
  358. text-align: center;
  359. }
  360.  
  361. .tags a {
  362. color: {color:post background};
  363. }
  364.  
  365. .via {
  366. width: calc({text:post width}px + 40px);
  367. text-align: center;
  368. padding-top: 10px;
  369. }
  370.  
  371. .via a {
  372. color: {color:body text};
  373. text-transform: uppercase;
  374. }
  375.  
  376. .postnotes {
  377. line-height: 200%;
  378. text-align: center;
  379. margin-top: 20px;
  380. list-style: none;
  381. }
  382.  
  383. .postnotes ol.notes {
  384. list-style-type: none;
  385. }
  386.  
  387. .postnotes li {
  388. list-style-type: none;
  389. }
  390.  
  391. .postnotes img.avatar {
  392. width: 0px;
  393. height: 0px;
  394. }
  395.  
  396. </style>
  397. </head>
  398.  
  399. <body>
  400.  
  401. <!---HEADER--->
  402. <div class="searchbar">
  403. <table><tr>
  404.  
  405. <td>
  406. <a href="/"><img src="{PortraitURL-30}" /></a>
  407. </td>
  408.  
  409. <td>
  410. <form action="/search" method="get" class="search">
  411. <input type="text" name="q" value="{SearchQuery}"/>
  412. <input type="image" value="Search" src="http://i63.tinypic.com/2v14rpv.png"/>
  413. </form>
  414. </td>
  415.  
  416. <td>
  417. <div class="toplinks">
  418. <a href="/">index</a>
  419. <a href="/ask">message</a>
  420. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>{/block:iflink1}
  421. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>{/block:iflink2}
  422. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a>{/block:iflink3}
  423. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>{/block:iflink4}
  424. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>{/block:iflink5}
  425. </div>
  426. </td>
  427.  
  428. </tr></table>
  429. </div>
  430.  
  431. <div class="header">
  432. <img src="{image:header}" />
  433. </div>
  434. <!---END HEADER--->
  435.  
  436. <table style="margin-left: 20%;"><tr>
  437.  
  438. <!---SIDEBAR--->
  439. <td valign="top"><div class="sidebar">
  440.  
  441. <!---WELCOME BOX--->
  442. <div class="boxheader">
  443. welcome
  444. </div>
  445. <div class="box">
  446. {Description}
  447. </div>
  448.  
  449. {block:ifschedulebox}
  450.  
  451. <!---SCHEDULE BOX--->
  452. <div class="boxheader">
  453. schedule
  454. </div>
  455. <div class="box">
  456. <ul>
  457. <li>put your bullet points here
  458. <li>add as many as you like
  459. <li>this box will expand to hold them
  460. </ul>
  461. </div>
  462.  
  463. {/block:ifschedulebox}
  464.  
  465. {block:ifprojectsbox}
  466.  
  467. <!---PROJECTS BOX--->
  468. <div class="boxheader">
  469. projects
  470. </div>
  471. <div class="box">
  472. <table style="font-size: {text:font size}px;">
  473.  
  474. <!---PROJECT ONE--->
  475. <tr><td>
  476. <img src="IMAGE LINK HERE" width="48px" />
  477. </td>
  478. <td valign="top" style="padding: 10px 0 0 5px;">
  479. <b style="text-transform: uppercase;">PROJECT NAME</b><br />
  480. Project information or byline
  481. </td></tr>
  482.  
  483. <!---PROJECT TWO; COPY/PASTE FOR MORE PROJECTS--->
  484. <tr><td>
  485. <img src="IMAGE LINK HERE" width="48px" />
  486. </td>
  487. <td valign="top" style="padding: 10px 0 0 5px;">
  488. <b style="text-transform: uppercase;">PROJECT NAME</b><br />
  489. Project information or byline
  490. </td></tr>
  491.  
  492. </table>
  493. </div>
  494.  
  495. {/block:ifprojectsbox}
  496.  
  497. <!---MEMBERS BOX--->
  498. <div class="boxheader">
  499. members
  500. </div>
  501. <div class="box">
  502. {block:GroupMembers}
  503. <table>
  504.  
  505. <!---MEMBER ONE--->
  506. {block:GroupMember}
  507. <tr><td>
  508. <img src="{GroupMemberPortraitURL-48}" />
  509. </td>
  510. <td valign="top" style="padding: 10px 0 0 5px;">
  511. <a href="{GroupMemberURL}">
  512. <b style="text-transform: uppercase">{GroupMemberName}</b><br />
  513. </a>
  514. {GroupMemberTitle}
  515. </td></tr>
  516. {/block:GroupMember}
  517.  
  518. <!---MEMBER TWO--->
  519. {block:GroupMember}
  520. <tr><td>
  521. <img src="{GroupMemberPortraitURL-48}" />
  522. </td>
  523. <td valign="top" style="padding: 10px 0 0 5px;">
  524. <a href="{GroupMemberURL}">
  525. <b style="text-transform: uppercase">{GroupMemberName}</b><br />
  526. </a>
  527. {GroupMemberTitle}
  528. </td></tr>
  529. {/block:GroupMember}
  530.  
  531. <!---MEMBER THREE; COPY/PASTE FOR MORE MEMBERS--->
  532. {block:GroupMember}
  533. <tr><td>
  534. <img src="{GroupMemberPortraitURL-48}" />
  535. </td>
  536. <td valign="top" style="padding: 10px 0 0 5px;">
  537. <a href="{GroupMemberURL}">
  538. <b style="text-transform: uppercase">{GroupMemberName}</b><br />
  539. </a>
  540. {GroupMemberTitle}
  541. </td></tr>
  542. {/block:GroupMember}
  543.  
  544. </table>
  545. {/block:GroupMembers}
  546. </div>
  547.  
  548. <!---AFFLIATES BOX--->
  549. <div class="boxheader">
  550. affiliates
  551. </div>
  552. <div class="box" align="center">
  553. <a href="link"><img src="IMAGE LINK HERE" width="50px"/></a>
  554. <a href="link"><img src="IMAGE LINK HERE" width="50px"/></a>
  555. <a href="link"><img src="IMAGE LINK HERE" width="50px"/></a>
  556. <a href="link"><img src="IMAGE LINK HERE" width="50px"/></a>
  557.  
  558. </div>
  559.  
  560. <!---STATS BOX--->
  561. <div class="boxheader">
  562. stats
  563. </div>
  564. <div class="box">
  565. <b>Established:</b> December 2016
  566. <div class="line"></div>
  567. <b>Theme by:</b> <a href="http://transjeanluc.tumblr.com">Ren</a>
  568. <div class="line"></div>
  569. <!---SCRIPTS BY FREE HOSTED SCRIPTS--->
  570. <b>Currently online:</b> <script language="JavaScript">var fhs = document.createElement('script');var fhs_id = "5418002";
  571. var ref = (''+document.referrer+'');var pn = window.location;var w_h = window.screen.width + " x " + window.screen.height;
  572. fhs.src = "//s1.freehostedscripts.net/ocounter.php?site="+fhs_id+"&e1=&e2=&r="+ref+"&wh="+w_h+"&a=1&pn="+pn+"";
  573. document.head.appendChild(fhs);document.write("<span id='o_"+fhs_id+"'></span>");
  574. </script>
  575. <div class="line"></div>
  576. <b>Total visitors:</b> <script language="JavaScript">var fhsh = document.createElement('script');var fhs_id_h = "3211027";
  577. fhsh.src = "//s1.freehostedscripts.net/ocount.php?site="+fhs_id_h+"&name=&a=1";
  578. document.head.appendChild(fhsh);document.write("<span id='h_"+fhs_id_h+"'></span>");
  579. </script>
  580. </div>
  581.  
  582. <!---DISCLAIMER BOX--->
  583. <div class="boxheader">
  584. disclaimer
  585. </div>
  586. <div class="box">
  587. Put your disclaimer here, if you so choose.
  588. </div>
  589.  
  590. </div></td>
  591. <!---END SIDEBAR--->
  592.  
  593. <!---POSTS--->
  594. <td valign="top"><div class="posts">
  595. {block:Posts}
  596.  
  597. {block:NoRebloggedFrom}
  598. {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
  599. {/block:NoRebloggedFrom}
  600.  
  601. {block:ContentSource}<!-- {SourceURL}
  602. {block:SourceLogo}<img src="{BlackLogoURL}"width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  603. {/block:ContentSource}
  604.  
  605. <div class="entries">
  606.  
  607. <!---POST INFO LINKS--->
  608. <div class="date">
  609. <a href="{Permalink}" title="{block:Date}{TimeAgo}{/block:Date}"><i class="fa fa-clock-o" aria-hidden="true"></i></a>
  610. </div>
  611.  
  612. <div class="permalink">
  613. <a href="{Permalink}" title="{block:NoteCount}+{NoteCount}{/block:NoteCount}">
  614. &#9733;
  615. </a>
  616. </div>
  617.  
  618. <div class="reblogme">
  619. <a href="{ReblogURL}" target="_blank" style="color: black;">⟳</a><br/>
  620. {LikeButton color="black" size="15px"}
  621. </div>
  622. <!---END POST INFO LINKS--->
  623.  
  624. {block:Text}
  625. {block:Title}
  626. <h1>{Title}</h1>
  627. {/block:Title}
  628. {Body}
  629. {/block:Text}
  630.  
  631. {block:Answer}
  632. <div class="question">
  633. <b>{Asker}</b> asked: {Question}
  634. </div>
  635.  
  636. {Answer}
  637. {/block:Answer}
  638.  
  639. {block:Quote}
  640. <h2>{Quote}</h2>
  641. {block:Source}
  642. <div class="source">
  643. {Source}
  644. </div>
  645. {/block:Source}
  646. {/block:Quote}
  647.  
  648. {block:Link}
  649. <h1>
  650. <a href="{URL}">{Name} →</a>
  651. </h1>
  652. {block:Description}{Description}{/block:Description}
  653. {/block:Link}
  654.  
  655. {block:Chat}
  656. {block:Title}
  657. <h1>{Title}</h1>
  658. {/block:Title}
  659. <ul class="chat">{block:Lines}
  660. <li>{block:Label}
  661. <span class="label">{Label}</span>
  662. {/block:Label}
  663. {Line}</li>
  664. {/block:Lines}</ul>
  665. {/block:Chat}
  666.  
  667. {block:Photo}
  668. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="{text:post width}px">{LinkCloseTag}
  669. {block:Caption}{Caption}{/block:Caption}
  670. {/block:Photo}
  671.  
  672. {block:Photoset}
  673. {Photoset-500}
  674. {block:Caption}{Caption}{/block:Caption}
  675. {/block:Photoset}
  676.  
  677. {block:Audio}
  678. <table><tr>
  679. <td>
  680. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  681. {block:AlbumArt}<img src="{AlbumArtURL}" height="70" width="70" style="border-radius: 50px; -moz-border-radius: 50px; -webkit-border-radius: 50px;">{/block:AlbumArt}</td>
  682. <td><div class="audiodesc">{block:TrackName}<b>Title:</b> {TrackName}<br>{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br>{/block:Artist} {block:Album}<b>Album:</b> {Album}<br>{/block:Album}</div></td>
  683. </tr></table>
  684. {block:Caption}{Caption}{/block:Caption}
  685. {/block:Audio}
  686.  
  687. {block:Video}
  688. <div class="video">{Video-500}</div>
  689. {block:Caption}{Caption}{/block:Caption}
  690. {/block:Video}
  691. </div>
  692.  
  693. <!---TAGS--->
  694. <div class="tags">
  695. {block:HasTags}
  696. {block:Tags} <a href="/tagged/{TAG}" style="margin-right: 3px;">#{TAG}</a> {/block:Tags}
  697. {/block:HasTags}
  698. </div>
  699.  
  700. {block:PermalinkPage}
  701. <div class="via">
  702. {block:RebloggedFrom}
  703. <a href="{ReblogParentURL}">via</a> /
  704. <a href="{ReblogRootURL}">source</a>
  705. {/block:RebloggedFrom}
  706. </div>
  707. {/block:PermalinkPage}
  708. <!---END TAGS--->
  709.  
  710. {block:PostNotes}
  711. <div class="postnotes" align="center">
  712. {PostNotes}
  713. </div>
  714. {/block:PostNotes}
  715.  
  716. {/block:Posts}
  717.  
  718. <!---PAGINATION--->
  719. {block:IndexPage}
  720. <div class="pagi">
  721. {block:Pagination}{block:PreviousPage}
  722. <a href="{PreviousPage}">←</a>
  723. {/block:PreviousPage}
  724. {block:JumpPagination length="5"}{block:CurrentPage}
  725. <span class="current_page">{PageNumber}</span>
  726. {/block:CurrentPage}{block:JumpPage}
  727. <a class="jump_page" href="{URL}">{PageNumber}</a>
  728. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  729. <a href="{NextPage}">→</a>
  730. {/block:NextPage}{/block:Pagination}
  731. </div>
  732. {/block:IndexPage}
  733. <!---END PAGINATION--->
  734.  
  735. </div></td>
  736.  
  737. </tr></table>
  738.  
  739. </body>
  740. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement