]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/src/templates/opac/pages/chunks/status_bar.ttk
opac batch checkin
[working/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                         input( type='submit', value="Location", id='location_select_button' 
9                                 onclick='
10                                 var evt = event;
11                                 evt = (evt) ? evt : ((window.event) ? event : null);
12                                 var target = (evt.target) ? evt.target : evt.srcElement;
13                                 if(evt)
14                                         globalPage.locationTree.toggle(target);'
15                         ); 
16
17                         space(3);
18                         "Search Range";
19                         space(1);
20
21                         WRAPPER html/select 
22                                 name='search_range_select' 
23                                 id='search_range_select'
24                                 onchange='logicNode.globalSearchDepth = this.options[this.selectedIndex].value;';
25                         END;
26         
27                 END;
28
29         END;
30 %]