]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/src/templates/opac/pages/chunks/status_bar.ttk
Let the onslaught continue...
[Evergreen.git] / Open-ILS / src / templates / opac / pages / chunks / status_bar.ttk
1 [%
2         WRAPPER html/table  + html/row id='top_status_bar' class='status_bar';
3
4                 cell(id='now_searching_cell', class='now_searching_cell');
5
6                 WRAPPER html/cell class='search_range_cell' nowrap='nowrap';
7         
8                         
9                         WRAPPER html/span;
10                                 space(3);
11                                 "Expand search to ";
12                                 space(1);
13         
14                                 WRAPPER html/select 
15                                         name='search_range_select' 
16                                         id='search_range_select'
17                                         onchange='logicNode.globalSearchDepth = this.options[this.selectedIndex].value;';
18                                 END;
19                         END;
20
21                         input( type='submit', value="Location", id='location_select_button' 
22                                 onclick='
23                                 var evt = event;
24                                 evt = (evt) ? evt : ((window.event) ? event : null);
25                                 var target = (evt.target) ? evt.target : evt.srcElement;
26                                 if(evt)
27                                         globalPage.locationTree.toggle(target);'
28                         ); 
29
30         
31                 END;
32
33         END;
34 %]