]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Evergreen/staff_client/chrome/content/evergreen/auth/auth.xul
some refactor and localization
[working/Evergreen.git] / Evergreen / staff_client / chrome / content / evergreen / auth / auth.xul
1 <?xml version="1.0"?>
2 <!-- Application: Open-ILS Staff Client -->
3 <!-- Screen: Auth/Login -->
4
5 <!-- Modified by Jason for Evergreen -->
6
7 <!-- Localization -->
8 <!DOCTYPE window SYSTEM "chrome://evergreen/locale/auth.dtd">
9
10 <window id="auth_win" title="&auth.title;" 
11         orient="vertical" style="overflow: auto"  persist="width height"
12         onload="mw.OpenILS_init('Auth');"
13         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
14
15         <!-- Stylesheets -->
16         <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
17         <?xml-stylesheet href="chrome://evergreen/skin/evergreen.css" type="text/css"?>
18         <?xml-stylesheet href="chrome://evergreen/skin/auth.css" type="text/css"?>
19
20         <!-- Overlays for this XUL file -->
21         <?xul-overlay href="chrome://evergreen/content/Open-ILS/OpenILS_overlay.xul"?>
22         <?xul-overlay href="chrome://evergreen/content/auth/auth_overlay.xul"?>
23
24         <!-- More Localization -->
25         <stringbundleset id="string_bundles"/>
26
27         <!-- The logic for this app -->
28         <OpenILS id="OpenILS_js" />
29
30         <!-- The logic for this screen -->
31         <!--<Auth id="auth_js" />-->
32
33         <!-- XUL'ified abstraction for logic to attach to widgets -->
34         <commandset id="auth_cmds" />
35
36         <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
37         <keyset id="auth_keys" />
38
39         <!-- Layout to be filled in by overlays and javascript -->
40         <box id="auth_main" />
41
42 </window>
43