Merge pull request #2754 from solgenomics/topic/fix_homepage_add_accessions_dialog
[sgn.git] / mason / tools / bulk / display / buttons / next.mas
blob7ba0b636f884f083195623ecdfb37df15239eb8f
2 <%args>
3 $line_count => 0
4 $page_size => 50
5 $page_number => 1
6 $dumpfile
7 </%args>
9 <%perl>
11 =head2 nextButtons
13   Desc: sub nextButtons
14   Args: default
15   Ret : n/a
17   Determines the next button that will display on the html display pages.
19 =cut
21 </%perl>
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 %>&amp;page_number=<% $page_number %>">Next Page</a>
29 %else {
30    Next Page