]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/pages/chunks/body_header.ttk
removing old opac images and css
[working/Evergreen.git] / Open-ILS / src / templates / opac / pages / chunks / body_header.ttk
1 [%
2         box(id='progress_bar_location'); 
3         INCLUDE opac/pages/chunks/opac_search_bar.ttk;
4
5         #WRAPPER html/div id='deep_link_div';END;
6
7         #INCLUDE opac/pages/chunks/status_bar.ttk;
8
9         WRAPPER html/center;
10                 WRAPPER html/div class='hit_count_selector_div' width="100%";
11                         box(id='hit_count_cell', class='hit_count_cell');
12                         box(id='progress_bar_percent_location'); 
13                         box(id='now_searching_cell', class='now_searching_cell', style="float:right;");
14                 END;
15         END;
16
17         #box(id='page_trail', style="float:left;");
18         #INCLUDE opac/pages/chunks/org_tree.ttk;
19 %]