You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#(pagination)#
|
|
|
|
::
|
|
|
|
<span id="resNav" class="col-sm-12 col-md-12" style="display: inline;">
|
|
|
|
<ul id="paginationButtons" class="pagination#(hidePagination)#:: hidden#(/hidePagination)#">
|
|
|
|
<li id="prevpage" class="#(prevDisabled)#::disabled#(/prevDisabled)#">
|
|
|
|
<a title="Previous page"
|
|
|
|
#(prevDisabled)#href="#[prevHref]#"::href="#"#(/prevDisabled)#
|
|
|
|
#(prevDisabled)#accesskey="p"#(/prevDisabled)#>«</a>
|
|
|
|
</li>
|
|
|
|
#{pages}#
|
|
|
|
<li class="#(active)#::active#(/active)#">
|
|
|
|
<a #(active)#href="#[href]#"::href="#"#(/active)#">#[pageNum]#</a>
|
|
|
|
</li>
|
|
|
|
#{/pages}#
|
|
|
|
<li id="nextpage" class="#(nextDisabled)#::disabled#(/nextDisabled)#">
|
|
|
|
<a title="Next page"
|
|
|
|
#(nextDisabled)#href="#[nextHref]#"::href="#"#(/nextDisabled)#
|
|
|
|
#(prevDisabled)#accesskey="n"#(/prevDisabled)#>»</a>
|
|
|
|
</li>
|
|
|
|
</ul>
|
|
|
|
</span>
|
|
|
|
#(/pagination)#
|