/etc/ezmlm-browse/html/pager.html is in ezmlm-browse 0.10-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 | <tr><td colspan=99 class=pager>
%(pagelink("[<<]", "pager-first", 1))s
%(pagelink("[<]", "pager-prev", page-1))s
<span class="pager-curr">Page %(page)s of %(pages)s</span>
%(pagelink("[>]", "pager-next", page+1))s
%(pagelink("[>>]", "pager-last", pages))s
</td></tr>
|