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