]> git.evergreen-ils.org Git - Evergreen.git/blob - Evergreen/staff_client/chrome/content/evergreen/main/clam_shell_vertical.xul
more ripping of legacy code. seems to work :)
[Evergreen.git] / Evergreen / staff_client / chrome / content / evergreen / main / clam_shell_vertical.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.clamshell = 'ClamShell_main'; 
11                 params.splitter = 'ClamShell_splitter';
12                 params.w = window; 
13                 params.app = 'ClamShell'; 
14                 mw.OpenILS_init(params);"
15         onunload="mw.OpenILS_exit(params);"
16         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
17
18         <script>mw.sdump('D_TRACE','Loading clam_shell_vertical.xul\n');</script>
19
20         <!-- Stylesheets -->
21         <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
22         <?xml-stylesheet href="chrome://evergreen/skin/evergreen.css" type="text/css"?>
23         <?xml-stylesheet href="chrome://evergreen/skin/clam_shell.css" type="text/css"?>
24         
25         <!-- Overlays for this XUL file -->
26         <?xul-overlay href="chrome://evergreen/content/main/clam_shell_vertical_overlay.xul"?>
27
28         <!-- XUL'ified abstraction for logic to attach to widgets -->
29         <commandset id="universal_cmds" />
30
31         <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
32         <keyset id="ClamShell_keys" />
33
34         <!-- Layout to be filled in by overlays and javascript -->
35         <box id="ClamShell_main" />
36
37         <popupset id="universal_popupset" />
38
39 </page>
40