]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/pages/chunks/next_prev_box.ttk
new layout. there is now a top level iframe in the opac that holds the
[working/Evergreen.git] / Open-ILS / src / templates / opac / pages / chunks / next_prev_box.ttk
1 [%
2
3         WRAPPER html/div class='record_next_prev_links_box' id='record_next_prev_links_box';
4
5                 WRAPPER html/div class='next_prev_link_div' id='record_prev_button';
6                         anchor(text="Prev", href="javascript:globalPage.prev()");
7                 END;
8
9                 box(id='space_link');
10
11                 WRAPPER html/div class='next_prev_link_div' id='record_next_button';
12                         anchor(text="Next", href="javascript:globalPage.next()");
13                 END;
14
15         END;
16
17
18 %]