]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/staff_client/chrome/content/evergreen/main/clam_shell.xul
more thorough registering of windows
[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.w = window; params.d = document; params.app = 'ClamShell'; mw.OpenILS_init(params);"
11         onunload="mw.OpenILS_exit(params);"
12         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
13
14         <!-- Stylesheets -->
15         <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
16         <?xml-stylesheet href="chrome://evergreen/skin/evergreen.css" type="text/css"?>
17         <?xml-stylesheet href="chrome://evergreen/skin/clam_shell.css" type="text/css"?>
18         
19         <!-- Overlays for this XUL file -->
20         <?xul-overlay href="chrome://evergreen/content/main/clam_shell_overlay.xul"?>
21
22         <!-- XUL'ified abstraction for logic to attach to widgets -->
23         <commandset id="ClamShell_cmds" />
24
25         <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
26         <keyset id="ClamShell_keys" />
27
28         <!-- Layout to be filled in by overlays and javascript -->
29         <box id="ClamShell_main" />
30
31 </page>
32