]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Evergreen/staff_client/chrome/content/evergreen/main/app_shell.xul
35263e21843b90a72582bba900288ed417262234
[working/Evergreen.git] / Evergreen / staff_client / chrome / content / evergreen / main / app_shell.xul
1 <?xml version="1.0"?>
2 <!-- Application: Evergreen Staff Client -->
3
4 <!-- Localization -->
5 <!DOCTYPE window SYSTEM "chrome://evergreen/locale/app_shell.dtd">
6
7 <window id="app_shell_win"
8         orient="vertical" style="overflow: auto" width="800" height="500"
9         sizemode="maximized" persist="width height" 
10         onload="mw.OpenILS_init('AppShell');"
11         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
12
13         <!-- More Localization -->
14         <stringbundle id="strings" src="chrome://evergreen/locale/app_shell.properties"/>
15
16         <!-- Stylesheets -->
17         <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
18         <?xml-stylesheet href="chrome://evergreen/skin/evergreen.css" type="text/css"?>
19         <?xml-stylesheet href="chrome://evergreen/skin/app_shell.css" type="text/css"?>
20
21         <!-- Overlays for this XUL file -->
22         <?xul-overlay href="chrome://evergreen/content/main/app_shell_overlay.xul"?>
23
24         <!-- XUL'ified abstraction for logic to attach to widgets -->
25         <commandset id="AppShell_cmds" />
26
27         <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
28         <keyset id="AppShell_keys" />
29
30         <!-- Layout to be filled in by overlays and javascript -->
31         <box id="AppShell_main" />
32
33 </window>
34