2007-09-06 22:33:58 +00:00
|
|
|
<% if BlogEntries.MoreThanOnePage %>
|
|
|
|
<div id="PageNumbers">
|
2008-12-04 03:13:32 +00:00
|
|
|
<p>
|
|
|
|
<% if BlogEntries.NotFirstPage %>
|
|
|
|
<a class="prev" href="$BlogEntries.PrevLink" title="View the previous page">Prev</a>
|
|
|
|
<% end_if %>
|
2007-09-06 22:33:58 +00:00
|
|
|
|
2008-12-04 03:13:32 +00:00
|
|
|
<span>
|
2008-12-08 09:26:40 +00:00
|
|
|
<% control BlogEntries.PaginationSummary(4) %>
|
2008-12-04 03:13:32 +00:00
|
|
|
<% if CurrentBool %>
|
2009-09-23 08:28:46 +00:00
|
|
|
<span class="current">$PageNum</span>
|
2008-12-04 03:13:32 +00:00
|
|
|
<% else %>
|
2008-12-09 21:48:37 +00:00
|
|
|
<% if Link %>
|
2008-12-08 09:26:40 +00:00
|
|
|
<a href="$Link" title="View page number $PageNum">$PageNum</a>
|
2008-12-09 21:48:37 +00:00
|
|
|
<% else %>
|
|
|
|
…
|
2008-12-08 09:26:40 +00:00
|
|
|
<% end_if %>
|
2008-12-04 03:13:32 +00:00
|
|
|
<% end_if %>
|
|
|
|
<% end_control %>
|
|
|
|
</span>
|
2007-09-06 22:33:58 +00:00
|
|
|
|
2008-12-04 03:13:32 +00:00
|
|
|
<% if BlogEntries.NotLastPage %>
|
|
|
|
<a class="next" href="$BlogEntries.NextLink" title="View the next page">Next</a>
|
|
|
|
<% end_if %>
|
|
|
|
</p>
|
2007-09-06 22:33:58 +00:00
|
|
|
</div>
|
|
|
|
<% end_if %>
|