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