2014-03-27 11:33:10 +00:00
|
|
|
|
2014-09-26 10:03:03 +00:00
|
|
|
{if $pagination}
|
2014-09-24 10:51:55 +00:00
|
|
|
<div class="col-lg-12 col-md-12 col-sm-12 col-xs-12 mtl">
|
|
|
|
<ul align="center" class="pagination pagination-center">
|
2014-09-26 10:03:03 +00:00
|
|
|
<!-- <li class="prev disabled">
|
2014-09-24 10:51:55 +00:00
|
|
|
<a href="#">
|
2014-09-26 10:03:03 +00:00
|
|
|
<i class="icon-double-angle-left"></i></a></li> -->
|
|
|
|
|
|
|
|
|
2014-12-10 10:20:20 +00:00
|
|
|
{if $first_link !=''}
|
|
|
|
<li> <a href="javascript:void(0)"
|
|
|
|
onclick="getComments('{$type}','{$type_id}','{$last_update}','1','{$total}','{$object_type}')" >
|
|
|
|
<i class="icon-double-angle-left"></i></a></li>
|
|
|
|
{/if}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{if $pre_link !=''}<li><a href="javascript:void(0)"
|
|
|
|
onclick="getComments('{$type}','{$type_id}','{$last_update}','{$pre_page}','{$total}','{$object_type}')" >
|
|
|
|
<i class="icon-angle-left"></i></a>
|
|
|
|
</li>{/if}
|
|
|
|
|
2014-09-26 10:03:03 +00:00
|
|
|
{$pagination}
|
2014-12-10 10:20:20 +00:00
|
|
|
|
|
|
|
|
|
|
|
{if $next_link !=''}<li><a href="javascript:void(0)"
|
|
|
|
onclick="getComments('{$type}','{$type_id}','{$last_update}','{$next_page}','{$total}','{$object_type}')" >
|
|
|
|
<i class="icon-angle-left"></i></a>
|
|
|
|
</li>{/if}
|
2014-09-26 10:03:03 +00:00
|
|
|
|
2014-12-10 10:20:20 +00:00
|
|
|
{if $last_link !=''}
|
|
|
|
<li> <a href="javascript:void(0)"
|
|
|
|
onclick=" getComments('{$type}','{$type_id}','{$last_update}','{$total_pages}','{$total}','{$object_type}')" >
|
|
|
|
<i class="icon-double-angle-right"></i></a></li>
|
|
|
|
{/if}
|
2014-09-24 10:51:55 +00:00
|
|
|
</ul>
|
|
|
|
</div>
|
2014-09-26 10:03:03 +00:00
|
|
|
{/if}
|