2007-07-19 12:40:28 +02:00
|
|
|
<% if ShowPagination %>
|
2009-06-27 14:29:47 +02:00
|
|
|
<% if TotalCount %>
|
2007-07-19 12:40:28 +02:00
|
|
|
<div class="PageControls">
|
2011-03-29 10:34:26 +02:00
|
|
|
<% if FirstLink %><a class="First" href="$FirstLink" title="<% _t('VIEWFIRST', 'View first') %> $PageSize"><img src="sapphire/images/pagination/record-first.png" alt="<% _t('VIEWFIRST', 'View first') %> $PageSize" /></a>
|
|
|
|
<% else %><span class="First"><img src="sapphire/images/pagination/record-first-g.png" alt="<% _t('VIEWFIRST', 'View first') %> $PageSize" /></span><% end_if %>
|
|
|
|
<% if PrevLink %><a class="Prev" href="$PrevLink" title="<% _t('VIEWPREVIOUS', 'View previous') %> $PageSize"><img src="sapphire/images/pagination/record-prev.png" alt="<% _t('VIEWPREVIOUS', 'View previous') %> $PageSize" /></a>
|
|
|
|
<% else %><img class="Prev" src="sapphire/images/pagination/record-prev-g.png" alt="<% _t('VIEWPREVIOUS', 'View previous') %> $PageSize" /><% end_if %>
|
2007-07-19 12:40:28 +02:00
|
|
|
<span class="Count">
|
2008-02-25 03:10:37 +01:00
|
|
|
<% _t('DISPLAYING', 'Displaying') %> $FirstItem <% _t('TO', 'to') %> $LastItem <% _t('OF', 'of') %> $TotalCount
|
2007-07-19 12:40:28 +02:00
|
|
|
</span>
|
2011-03-29 10:34:26 +02:00
|
|
|
<% if NextLink %><a class="Next" href="$NextLink" title="<% _t('VIEWNEXT', 'View next') %> $PageSize"><img src="sapphire/images/pagination/record-next.png" alt="<% _t('VIEWNEXT', 'View next') %> $PageSize" /></a>
|
|
|
|
<% else %><img class="Next" src="sapphire/images/pagination/record-next-g.png" alt="<% _t('VIEWNEXT', 'View next') %> $PageSize" /><% end_if %>
|
|
|
|
<% if LastLink %><a class="Last" href="$LastLink" title="<% _t('VIEWLAST', 'View last') %> $PageSize"><img src="sapphire/images/pagination/record-last.png" alt="<% _t('VIEWLAST', 'View last') %> $PageSize" /></a>
|
|
|
|
<% else %><span class="Last"><img src="sapphire/images/pagination/record-last-g.png" alt="<% _t('VIEWLAST', 'View last') %> $PageSize" /></span><% end_if %>
|
2009-06-27 14:29:47 +02:00
|
|
|
|
2007-07-19 12:40:28 +02:00
|
|
|
</div>
|
2009-06-27 14:29:47 +02:00
|
|
|
<% end_if %>
|
2007-07-19 12:40:28 +02:00
|
|
|
<% end_if %>
|