]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/opac/pages/chunks/body_header.ttk
onward and upward
[Evergreen.git] / Open-ILS / src / templates / opac / pages / chunks / body_header.ttk
1 [%
2         box(id='progress_bar_location'); 
3         box(id='progress_bar_percent_location'); 
4         INCLUDE opac/pages/chunks/opac_search_bar.ttk;
5         lines(1);
6
7         INCLUDE opac/pages/chunks/status_bar.ttk;
8
9         WRAPPER html/div class='hit_count_selector_div';
10
11                 WRAPPER html/div class='hit_count_cell' id='hit_count_cell';
12                 END;
13
14                 "Hits per page ";
15                 WRAPPER html/select name='hits_per_page' id='hits_per_page';
16                         option(value='5',               content="5");
17                         option(value='10',      selected='selected', content="10");
18                         option(value='15',      content="15");
19                         option(value='25',      content="25");
20                         option(value='50',      content="50");
21                         option(value='100',  content="100");
22                 END;
23         END;
24
25         INCLUDE opac/pages/chunks/org_tree.ttk;
26 %]