Sha256: 0ab1c95b703281f7456b07e4d05fe2c7bc06c8b62df0c537a1f038472239fa3a
Contents?: true
Size: 995 Bytes
Versions: 10
Compression:
Stored size: 995 Bytes
Contents
<% if Paginator.PaginatorRequired %> <div class="pagination"> Page $Paginator.CurrentPageNum of $Paginator.TotalPages (Total Items: $Paginator.TotalHits) | <% control Paginator.PageLinks %> <% if PreviousPage %><a href="$PreviousPage" title="Previous" class="terminator">Prev</a><% end_if %> <% if FirstPage %> <a href="$FirstPage" title="First Page" class="terminator <% if Paginator.IsFirst %> selected <% end_if %> ">1</a> ... <% end_if %> <% control QuickLinks %> <% if PageLink %> <a href="$PageLink">$PageNum</a> <% else %> <span class="selected">$PageNum</span> <% end_if %> <% end_control %> <% if LastPage %> ... <a href="$LastPage" title="Last Page" class="terminator <% if Paginator.IsLast %> selected <% end_if %> ">$Total</a> <% end_if %> <% if NextPage %><a href="$NextPage" title="Next" class="terminator">Next</a><% end_if %> <% end_control %> </div> <% end_if %>
Version data entries
10 entries across 10 versions & 1 rubygems