]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/xul/staff_client/server/main/menu_frame_overlay.xul
82b649fc14986e15a7988aa4a9e35684166088d4
[Evergreen.git] / Open-ILS / xul / staff_client / server / main / menu_frame_overlay.xul
1 <?xml version="1.0"?>
2 <!DOCTYPE overlay SYSTEM "/xul/server/locale/menu_frame.dtd">
3 <?xul-overlay href="/xul/server/main/menu_frame_menus.xul"?>
4 <overlay id="menu_frame_overlay" 
5         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
6
7 <script>dump('loading menu_frame_overlay.xul\n');</script>
8
9 <commandset id="universal_cmds">
10         <command id="cmd_close_window" key="close-window-key" />
11         <command id="cmd_new_window" key="new-window-key" />
12         <command id="cmd_new_tab" oncommand="alert('event.type = ' + event.type + '  event.target.nodeName = ' + event.target.nodeName );" />
13         <command id="cmd_close_tab" key="close-tab-key" />
14
15         <command id="cmd_cat_main" key="cat-main-key" />
16         <command id="cmd_circ_checkout" key="circ-checkout-key" />
17         <command id="cmd_patron_search" key="patron-search-key" />
18         <command id="cmd_circ_checkin" key="circ-checkin-key" />
19         <command id="cmd_circ_hold_capture" key="circ-hold-capture-key" />
20         <command id="cmd_search_opac" key="search-opac-key" />
21         <command id="cmd_patron_register" key="patron-register-key" />
22         <command id="cmd_survey_wizard" />
23         <command id="cmd_copy_stat_cat_edit" />
24         <command id="cmd_patron_stat_cat_edit" />
25         <command id="cmd_receipt_template_editor" />
26         <command id="cmd_z39_50_import" />
27         <command id="cmd_create_new_marc_book" />
28
29         <command id="cmd_console" />
30         <command id="cmd_shell" />
31         <command id="cmd_xuleditor" />
32         <command id="cmd_filter_console" />
33         <command id="cmd_fieldmapper" />
34
35         <command id="cmd_test" disabled="true" />
36         <command id="cmd_broken" disabled="true" />
37 </commandset>
38
39 <!-- Accelerator Keys (Accessor Keys are in DTD's) -->
40 <keyset id="menu_frame_keys">
41         <key id="new-window-key" modifiers="accel" key="N" command="cmd_new_window"/>
42         <key id="new-tab-key" modifiers="accel" key="T" />
43         <key id="open-key" modifiers="accel" key="O" command=""/>
44         <key id="save-key" modifiers="accel" key="S" command=""/>
45         <key id="close-tab-key" modifiers="accel" key="W" command="cmd_close_tab"/>
46         <key id="close-window-key" modifiers="accel" key="Q" command="cmd_close_window"/>
47         <!--
48         <key id="edit-undo-key" modifiers="accel" key="Z" command=""/>
49         <key id="edit-redo-key" modifiers="accel" key="Y" command=""/>
50         <key id="edit-cut-key" modifiers="accel" key="X" command=""/>
51         <key id="edit-copy-key" modifiers="accel" key="C" command=""/>
52         <key id="edit-paste-key" modifiers="accel" key="V" command=""/>
53         <key id="edit-delete-key" modifiers="" keycode="VK_DELETE" command=""/>
54         <key id="edit-select-all-key" modifiers="accel" key="A" command=""/>
55         <key id="edit-find-key" modifiers="accel" key="F" command=""/>
56         <key id="edit-find-again-key" modifiers="accel" key="G" command=""/>
57
58         <key id="circ-patron-status-key" keycode="VK_F11" command="cmd_circ_display"/>
59         <key id="circ-copy-status-key" keycode="VK_F9" command=""/>
60         <key id="circ-check-in-key" keycode="VK_F2" command="cmd_circ_checkin"/>
61         <key id="circ-renew-key" keycode="VK_F3" command=""/>
62         <key id="circ-mark-used-key" keycode="VK_F4" command=""/>
63         <key id="circ-place-hold-key" keycode="VK_F5" command=""/>
64         <key id="circ-patron-registration-key" keycode="VK_F12" command=""/>
65         -->
66         <key id="circ-checkout-key" keycode="VK_F1" command="cmd_circ_checkout"/>
67         <key id="circ-checkin-key" keycode="VK_F2" command="cmd_circ_checkin"/>
68         <key id="search-opac-key" keycode="VK_F3" command="cmd_search_opac"/>
69         <key id="patron-search-key" keycode="VK_F4" command="cmd_patron_search"/>
70         <key id="circ-hold-capture-key" keycode="VK_F5" command="cmd_circ_hold_capture"/>
71         <key id="patron-register-key" keycode="VK_F12" command="cmd_patron_registration"/>
72 </keyset>
73
74 <!-- The top level widget for the staff client -->
75 <box id="menu_frame_main" flex="1" orient="vertical">
76         <toolbox id="main_toolbox"/>
77         <tabbox id="main_tabbox" flex="1" eventnode="window" handleCtrlTab="true">
78                 <tabs id="main_tabs" closebutton="true">
79                         <tab id="tab_1" accesskey="1" label="Tab 1" hidden="true" />
80                         <tab id="tab_2" accesskey="2" label="Tab 2" hidden="true" />
81                         <tab id="tab_3" accesskey="3" label="Tab 3" hidden="true" />
82                         <tab id="tab_4" accesskey="4" label="Tab 4" hidden="true" />
83                         <tab id="tab_5" accesskey="5" label="Tab 5" hidden="true" />
84                         <tab id="tab_6" accesskey="6" label="Tab 6" hidden="true" />
85                         <tab id="tab_7" accesskey="7" label="Tab 7" hidden="true" />
86                         <tab id="tab_8" accesskey="8" label="Tab 8" hidden="true" />
87                         <tab id="tab_9" accesskey="9" label="Tab 9" hidden="true" />
88                 </tabs>
89                 <tabpanels id="main_panels" flex="1">
90                         <tabpanel id="panel_1"><label value="panel_1"/></tabpanel>
91                         <tabpanel id="panel_2"><label value="panel_2"/></tabpanel>
92                         <tabpanel id="panel_3"><label value="panel_3"/></tabpanel>
93                         <tabpanel id="panel_4"><label value="panel_4"/></tabpanel>
94                         <tabpanel id="panel_5"><label value="panel_5"/></tabpanel>
95                         <tabpanel id="panel_6"><label value="panel_6"/></tabpanel>
96                         <tabpanel id="panel_7"><label value="panel_7"/></tabpanel>
97                         <tabpanel id="panel_8"><label value="panel_8"/></tabpanel>
98                         <tabpanel id="panel_9"><label value="panel_9"/></tabpanel>
99                 </tabpanels>
100         </tabbox>
101         <toolbox id="entity_toolbox"/>
102 </box>
103
104 <!-- The main top level menubar -->
105 <toolbox id="main_toolbox">
106         <menubar id="main_menubar">
107                 <menu id="main.menu.file" />
108                 <menu id="main.menu.edit" />
109                 <menu id="main.menu.search" />
110                 <menu id="main.menu.circ" />
111                 <menu id="main.menu.cat" />
112                 <menu id="main.menu.serials" />
113                 <menu id="main.menu.acquisitions" />
114                 <menu id="main.menu.reports" />
115                 <spacer flex="1" />
116                 <menu id="main.menu.admin" />
117                 <menu id="main.menu.help" />
118         </menubar>
119 </toolbox>
120
121 <!-- The Entity top level menubar -->
122 <!--
123 <toolbox id="entity_toolbox">
124         <menubar id="entity_menubar">
125                 <menu id="patron-menu" label="&main.menu.entity.patron.label;" accesskey="&main.menu.entity.patron.key;" command="cmd_broken"/>
126                 <menu id="copy-menu" label="&main.menu.entity.copy.label;" accesskey="&main.menu.entity.copy.key;" command="cmd_broken"/>
127                 <menu id="volume-menu" label="&main.menu.entity.volume.label;" accesskey="&main.menu.entity.volume.key;" command="cmd_broken"/>
128                 <menu id="bib-menu" label="&main.menu.entity.bib.label;" accesskey="&main.menu.entity.bib.key;" command="cmd_broken"/>
129         </menubar>
130 </toolbox>
131 -->
132
133 <!-- The Patron menu on the Entity menubar -->
134 <!--
135 <menu id="patron-menu">
136         <menupopup id="patron-popup">
137                 <menuitem label="&main.menu.circ.patron_registration.label;" accesskey="&main.menu.entity.patron.register.key;" command="cmd_patron_register"/>
138                 <menuitem label="stub" />
139                 <menuitem label="stub" />
140         </menupopup>
141 </menu>
142 -->
143
144 <!-- The Items menu on the Entity menubar -->
145 <!--
146 <menu id="copy-menu">
147         <menupopup id="copy-popup">
148                 <menuitem label="stub" />
149                 <menuitem label="stub" />
150                 <menuitem label="stub" />
151         </menupopup>
152 </menu>
153 -->
154
155 <!-- The Volumes menu on the Entity menubar -->
156 <!--
157 <menu id="volume-menu">
158         <menupopup id="volume-popup">
159                 <menuitem label="stub" />
160                 <menuitem label="stub" />
161                 <menuitem label="stub" />
162         </menupopup>
163 </menu>
164 -->
165
166 <!-- The Bib Records menu on the Entity menubar -->
167 <!--
168 <menu id="bib-menu">
169         <menupopup id="bib-popup">
170                 <menuitem label="stub" />
171                 <menuitem label="stub" />
172                 <menuitem label="stub" />
173         </menupopup>
174 </menu>
175 -->
176
177 </overlay>