]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/staff_client/chrome/content/evergreen/patron/patron_search.xul
more ripping of legacy code. seems to work :)
[Evergreen.git] / Evergreen / staff_client / chrome / content / evergreen / patron / patron_search.xul
1 <?xml version="1.0"?>
2 <!-- Clamlication: Evergreen Staff Client -->
3
4 <!-- Localization -->
5 <!DOCTYPE page SYSTEM "chrome://evergreen/locale/patron_search.dtd">
6
7 <page id="patron_search_win"
8         orient="vertical" style="overflow: auto" width="800" height="500"
9         sizemode="maximized" persist="width height" 
10         onload="params.w = window;
11                 params.app = 'PatronSearch'; 
12                 params.clamshell_node = document.getElementById('ClamShell_main'); 
13                 params.patron_search_form_node = document.getElementById('PatronSearchForm_main');
14                 params.patron_search_results_node = document.getElementById('PatronSearchResults_main');
15                 mw.focus_widget( document, 'pst1' );
16                 mw.OpenILS_init(params);"
17         onunload="mw.OpenILS_exit(params);"
18         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
19
20         <script>mw.sdump('D_TRACE','Loading patron_search.xul\n');</script>
21
22         <!-- Stylesheets -->
23         <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
24         <?xml-stylesheet href="chrome://evergreen/skin/evergreen.css" type="text/css"?>
25         <?xml-stylesheet href="chrome://evergreen/skin/patron_search.css" type="text/css"?>
26         
27         <!-- Overlays for this XUL file -->
28         <?xul-overlay href="chrome://evergreen/content/patron/patron_search_overlay.xul"?>
29
30         <!-- XUL'ified abstraction for logic to attach to widgets -->
31         <commandset id="universal_cmds" />
32
33         <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
34         <keyset id="PatronSearch_keys" />
35
36         <!-- Layout to be filled in by overlays and javascript -->
37         <box id="PatronSearch_main" class="my_overflow" />
38
39         <popupset id="universal_popupset" />
40
41 </page>