From ee43823179ee627ac16ea9da8168e5f1bf9619c0 Mon Sep 17 00:00:00 2001 From: "Jannis M. Hoffmann" Date: Thu, 29 Oct 2020 12:13:04 +0100 Subject: Initial commit; Stable version --- templates/_pagination2.html.ep | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 templates/_pagination2.html.ep (limited to 'templates/_pagination2.html.ep') diff --git a/templates/_pagination2.html.ep b/templates/_pagination2.html.ep new file mode 100644 index 0000000..f838841 --- /dev/null +++ b/templates/_pagination2.html.ep @@ -0,0 +1,19 @@ + <%= l('first') . ' ' . l 'page' %>\ + <%= l('previous') . ' ' . l 'page' %> \ + +
+ [ + + <%= l 'of' %> <%= $total_pages %>] + +% my $h = $c->req->query_params->to_hash; +% while (my ($k, $v) = each %$h) { +% if ($k ne 'start') { + +% } +% } + +
\ + + <%= l('next') . ' ' . l 'page' %> \ + <%= l('last') . ' ' . l('page') %> \ No newline at end of file -- cgit v1.2.3