clipbucket/upload/styles/cbv2new/layout/blocks/new_pagination.html
Fawaz 828cd40cb4 Added : SEO Links for item
Added : CSS for collections and photos
Added : New Ajax Requests in ajax.php
Updated : collection.class.php
Added : ID parameter in radio and checkbox type input fields
Fixed : get_users count_only parameter
Added : photos.class.php in common.php
Added : function fetch() which will store all Template HTML in a variable. Is useful for JSON
Added : New functions in function.js
Fixed : PakPlayer autoPlay Feature
Added : A lot of new pages
2010-12-14 13:53:51 +00:00

4 lines
No EOL
267 B
HTML

{if $page_no}{assign var=ajaxPage value=$page_no}{else}{assign var=ajaxPage value=2}{/if}
<div class="NextPrevButtons clearfix">
<button class="LoadMoreButton" onClick="pagination(this,'{$cid}','{$type}','{$ajaxPage}');" type="button">Load More</button>
</div>