]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/staff_client/chrome/content/evergreen/patron/patron_search_form.xul
Various stuff to find a speed bottleneck. It was the register_window function. need...
[Evergreen.git] / Evergreen / staff_client / chrome / content / evergreen / patron / patron_search_form.xul
1 <?xml version="1.0"?>
2 <!-- Clamlication: Evergreen Staff Client -->
3
4 <!-- Localization -->
5 <!DOCTYPE page SYSTEM "chrome://evergreen/locale/patron_search_form.dtd">
6
7 <page id="patron_search_form_win"
8         orient="vertical" style="overflow: auto" width="800" height="500"
9         sizemode="maximized" persist="width height" 
10         onload="params.w = window; params.app = 'PatronSearchForm'; mw.OpenILS_init(params);"
11         onunload="mw.OpenILS_exit(params);"
12         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
13
14         <script>mw.sdump('D_TRACE','Loading patron_search_form.xul\n');</script>
15
16         <!-- Stylesheets -->
17         <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
18         <?xml-stylesheet href="chrome://evergreen/skin/evergreen.css" type="text/css"?>
19         <?xml-stylesheet href="chrome://evergreen/skin/patron_search_form.css" type="text/css"?>
20         
21         <!-- Overlays for this XUL file -->
22         <?xul-overlay href="chrome://evergreen/content/patron/patron_search_form_overlay.xul"?>
23
24         <!-- XUL'ified abstraction for logic to attach to widgets -->
25         <commandset id="PatronSearchForm_cmds" />
26
27         <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
28         <keyset id="PatronSearchForm_keys" />
29
30         <!-- Layout to be filled in by overlays and javascript -->
31         <box id="PatronSearchForm_main" />
32
33 </page>
34