2014-03-27 11:33:10 +00:00
|
|
|
|
2014-02-04 13:16:11 +00:00
|
|
|
{if $pagination}
|
|
|
|
|
|
|
|
{if !$commentPagination}
|
2014-03-27 10:16:09 +00:00
|
|
|
|
2014-09-22 12:46:26 +00:00
|
|
|
<ul class="pagination">
|
|
|
|
|
2014-04-28 10:36:44 +00:00
|
|
|
|
2014-09-22 12:46:26 +00:00
|
|
|
{if $first_link !=''}
|
|
|
|
<li class="previous">
|
|
|
|
<a {$first_link}><span class="glyphicon glyphicon-step-backward"></span></a>
|
|
|
|
</li>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
{if $pre_link !=''}
|
|
|
|
<li>
|
|
|
|
<a {$pre_link} ><span class="glyphicon glyphicon-chevron-left"></span></a>
|
|
|
|
</li>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
{$pagination}
|
|
|
|
|
|
|
|
{if $next_link !=''}
|
|
|
|
<li>
|
|
|
|
<a {$next_link}><span class="glyphicon glyphicon-chevron-right"></span></a>
|
|
|
|
</li>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
{if $last_link !=''}
|
|
|
|
<li class="next">
|
|
|
|
<a {$last_link}><span class="glyphicon glyphicon-step-forward"></span></a>
|
|
|
|
</li>
|
|
|
|
{/if}
|
|
|
|
</ul>
|
|
|
|
{else}
|
|
|
|
|
|
|
|
{lang code='Pages'} : {if $first_link !=''}
|
|
|
|
<a href="javascript:void(0)" onclick="getComments('{$type}','{$type_id}','{$last_update}','1','{$total}','{$object_type}')">«</a>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
{if $pre_link !=''}<a href="javascript:void(0)"
|
|
|
|
onclick="getComments('{$type}','{$type_id}','{$last_update}','{$pre_page}','{$total}','{$object_type}')" >‹</a>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
{$pagination}
|
|
|
|
|
|
|
|
{if $next_link !=''}<a href="javascript:void(0)"
|
|
|
|
onclick="getComments('{$type}','{$type_id}','{$last_update}','{$next_page}','{$total}','{$object_type}')">›</a>{/if}
|
|
|
|
|
|
|
|
{if $last_link !=''}
|
|
|
|
<a href="javascript:void(0)"
|
|
|
|
onclick=" getComments('{$type}','{$type_id}','{$last_update}','{$total_pages}','{$total}','{$object_type}')" >»</a>
|
|
|
|
{/if}
|
|
|
|
{/if}
|
2014-02-04 13:16:11 +00:00
|
|
|
|
|
|
|
{/if}
|