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