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