]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/serial/serctrl_main.xul
Teach the i18n Makefile how to handle serial.properties
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / serial / serctrl_main.xul
1 <?xml version="1.0"?>
2 <!-- Application: Evergreen Staff Client -->
3 <!-- Screen: Serial Control Main -->
4 <!--
5 vim:noet:sw=4:ts=4:
6 -->
7
8 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
9 <!-- STYLESHEETS -->
10 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
11 <?xml-stylesheet href="chrome://open_ils_staff_client/skin/global.css" type="text/css"?>
12 <?xml-stylesheet href="/xul/server/skin/global.css" type="text/css"?>
13 <?xml-stylesheet href="/xul/server/skin/cat.css" type="text/css"?>
14
15 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
16 <!-- LOCALIZATION -->
17 <!DOCTYPE window PUBLIC "" ""[
18 <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
19 ]>
20
21 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
22 <!-- OVERLAYS -->
23 <?xul-overlay href="/xul/server/OpenILS/util_overlay.xul"?>
24 <?xul-overlay href="/xul/server/serial/manage_items.xul"?>
25 <?xul-overlay href="/xul/server/serial/manage_subs.xul"?>
26 <?xul-overlay href="/xul/server/serial/manage_dists.xul"?>
27
28 <window id="serial_serctrl_main" 
29         onload="try { my_init(); font_helper(); persist_helper(); } catch(E) { alert(E); }"
30         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
31
32         <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
33         <!-- BEHAVIOR -->
34         <script type="text/javascript">
35                 var myPackageDir = 'open_ils_staff_client'; var IAMXUL = true; var g = {};
36         </script>
37         <scripts id="openils_util_scripts"/>
38
39         <script type="text/javascript" src="/xul/server/main/JSAN.js"/>
40
41         <messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties" />
42         <messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale'-->/circ.properties" />
43     <messagecatalog id="patronStrings" src="/xul/server/locale/<!--#echo var='locale'-->/patron.properties"/>
44     <messagecatalog id="serialStrings" src="/xul/server/locale/<!--#echo var='locale'-->/serial.properties"/>
45
46         <commandset id="serial_commands">
47                 <command id="cmd_add_item"/>
48                 <command id="cmd_add_scap"/>
49                 <command id="cmd_add_sdist"/>
50                 <command id="cmd_add_siss"/>
51                 <command id="cmd_add_sstr"/>
52                 <command id="cmd_add_subscriptions"/>
53                 <command id="cmd_broken" />
54                 <command id="cmd_clear" />
55                 <command id="cmd_edit_items"/>
56         <command id="cmd_edit_sdists"/>
57         <command id="cmd_edit_subscriptions"/>
58                 <command id="cmd_edit_sunit"/>
59                 <command id="cmd_edit_sstr"/>
60                 <command id="cmd_delete_items"/>
61                 <command id="cmd_delete_scap"/>
62                 <command id="cmd_delete_sdist"/>
63                 <command id="cmd_delete_siss"/>
64         <command id="cmd_delete_sstr"/>
65         <command id="cmd_delete_ssub"/>
66         <command id="cmd_make_predictions"/>
67         <command id="cmd_mark_library"/>
68         <command id="cmd_mark_subscription"/>
69         <command id="cmd_mark_sdist"/>
70                 <command id="cmd_predict_items"/>
71                 <command id="cmd_print_spine_labels"/>
72                 <command id="cmd_receive_items"/>
73                 <command id="cmd_refresh_list"/>
74                 <command id="cmd_replace_barcode"/>
75         <command id="cmd_reset_items"/>
76         <command id="cmd_set_sunit" />
77         <command id="cmd_set_other_sunit" />
78         <command id="cmd_show_all_libs" />
79         <command id="cmd_show_libs_with_distributions" />
80         <command id="cmd_show_my_libs" />
81                 <command id="cmd_transfer_items"/>
82         <command id="cmd_transfer_sdists"/>
83         <command id="cmd_transfer_sstrs"/>
84         <command id="cmd_transfer_subscription"/>
85                 <command id="save_columns" />
86                 <command id="sel_clip" />
87                 <command id="sel_mark_items_damaged" />
88                 <command id="sel_mark_items_missing" />
89         </commandset>
90
91         <!--<popupset>
92                 <popup id="serctrl_main_actions">
93                         <menuitem command="cmd_add_items" label="&staff.cat.copy_browser.actions.cmd_add_items.label;" accesskey="&staff.cat.copy_browser.actions.cmd_add_items.accesskey;"/>
94                         <menuitem command="cmd_edit_items" label="Edit Item Attributes" accesskey="&staff.cat.copy_browser.actions.cmd_edit_items.accesskey;"/>
95                         <menuitem command="cmd_delete_items" label="Delete Item" accesskey="&staff.cat.copy_browser.actions.cmd_delete_items.accesskey;"/>
96                         <menuitem command="sel_clip" label="&staff.cat.copy_browser.actions.sel_clip.label;" accesskey="&staff.cat.copy_browser.actions.sel_clip.accesskey;"/>
97                         <menuseparator/>
98                         <menuitem command="cmd_edit_volumes" label="&staff.cat.copy_browser.actions.cmd_edit_volumes.label;" accesskey="&staff.cat.copy_browser.actions.cmd_edit_volumes.accesskey;"/>
99                         <menuitem command="cmd_mark_volume" label="&staff.cat.copy_browser.actions.cmd_mark_volume.label;" accesskey="&staff.cat.copy_browser.actions.cmd_mark_volume.accesskey;"/>
100                         <menuitem command="cmd_transfer_volume" label="&staff.cat.copy_browser.actions.cmd_transfer_volume.label;" accesskey="&staff.cat.copy_browser.actions.cmd_transfer_volume.accesskey;"/>
101                         <menuitem command="cmd_delete_volumes" label="&staff.cat.copy_browser.actions.cmd_delete_volumes.label;" accesskey=""/>
102                         <menuseparator/>
103                         <menuitem command="save_columns" label="&staff.cat.copy_browser.actions.save_columns.label;"/>
104                         <menuitem command="cmd_refresh_list" label="&staff.cat.copy_browser.actions.cmd_refresh_list.label;" accesskey="&staff.cat.copy_browser.actions.cmd_refresh_list.accesskey;"/>
105                 </popup>
106         </popupset> -->
107
108 <!--    <groupbox flex="1" class="my_overflow"> -->
109         <tabbox id="serial_tabbox" flex="1" class="my_overflow">
110             <caption label="Serial Control"/>
111             <tabs>
112                 <tab label="Items" />
113                 <tab label="Units" />
114                 <tab id="serial_manage_dists_tab" label="Distributions" />
115                 <tab id="serial_manage_subs_tab" label="Subscriptions" />
116                 <tab label="Claims" />
117             </tabs>
118             <tabpanels flex="1">
119                 <tabpanel id="serial_manage_items" />
120                 <tabpanel id="serial_manage_units"><description>This tab will contain an alternative unit view/editor.</description></tabpanel>
121                 <tabpanel id="serial_manage_dists" />
122                 <tabpanel id="serial_manage_subs" />
123                 <tabpanel id="serial_manage_claims"><description>This tab will contain a claims interface.</description></tabpanel>
124             </tabpanels>
125         </tabbox>
126 <!--    </groupbox> -->
127
128 </window>
129