Created
September 1, 2013 13:49
-
-
Save maylogger/6404573 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| {block:IndexPage} | |
| {block:Pagination} | |
| <div id="pagination"> | |
| {block:PreviousPage} | |
| <a href="{PreviousPage}" class="previous" data-current-page="{CurrentPage}" data-total-pages="{TotalPages}">上一頁<span class="bg"></span></a> | |
| {/block:PreviousPage} | |
| {block:NextPage} | |
| <a href="{NextPage}" class="next" data-current-page="{CurrentPage}" data-total-pages="{TotalPages}">下一頁<span class="bg"></span></a> | |
| {/block:NextPage} | |
| <div class="loader"></div> | |
| </div> | |
| {/block:Pagination} | |
| {/block:IndexPage} | |
| {block:PermalinkPagination} | |
| <div id="pagination"> | |
| {block:PreviousPost} | |
| <a href="{PreviousPost}" class="next" data-current-Post="{CurrentPost}" data-total-Posts="{TotalPosts}">前一個康熙字典體<span class="bg"></span></a> | |
| {/block:PreviousPost} | |
| {block:NextPost} | |
| <a href="{NextPost}" class="previous" data-current-Post="{CurrentPost}" data-total-Posts="{TotalPosts}">下一個康熙字典體<span class="bg"></span></a> | |
| {/block:NextPost} | |
| </div> | |
| {/block:PermalinkPagination} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment