diff options
Diffstat (limited to 'templates/_pagination1.html.ep')
-rw-r--r-- | templates/_pagination1.html.ep | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/_pagination1.html.ep b/templates/_pagination1.html.ep deleted file mode 100644 index 14354c0..0000000 --- a/templates/_pagination1.html.ep +++ /dev/null @@ -1,5 +0,0 @@ -<a href="<%= url_with->query({start => $prev_page->[0]-1}) %>"><img src="/left.gif" alt="←"></a> -<a href="<%= url_with->query({start => $first_page->[0]-1}) %>"><img src="/first.gif" alt="↞"></a> -[<%= join(' ', ucfirst l('page'), $current_page, l('of'), $total_pages) %>] -<a href="<%= url_with->query({start => $last_page->[0]-1}) %>"><img src="/last.gif" alt="↠"></a> -<a href="<%= url_with->query({start => $next_page->[0]-1}) %>"><img src="/right.gif" alt="→"></a> |