17 Determines the next button that will display on the html display pages.
23 %# add next page button if there is a next page
24 %if ( ( $line_count + $page_size ) >
25 %( ( $page_number + 1 ) * $page_size ) )
27 <a href="display.pl?dumpfile=<% $dumpfile %>&page_number=<% $page_number %>">Next Page</a>