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