]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/serial/serctrl_main.xul
unsaved data loophole
[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="save_columns" />
87                 <command id="sel_clip" />
88                 <command id="sel_mark_items_damaged" />
89                 <command id="sel_mark_items_missing" />
90         </commandset>
91
92         <!--<popupset>
93                 <popup id="serctrl_main_actions">
94                         <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;"/>
95                         <menuitem command="cmd_edit_items" label="Edit Item Attributes" accesskey="&staff.cat.copy_browser.actions.cmd_edit_items.accesskey;"/>
96                         <menuitem command="cmd_delete_items" label="Delete Item" accesskey="&staff.cat.copy_browser.actions.cmd_delete_items.accesskey;"/>
97                         <menuitem command="sel_clip" label="&staff.cat.copy_browser.actions.sel_clip.label;" accesskey="&staff.cat.copy_browser.actions.sel_clip.accesskey;"/>
98                         <menuseparator/>
99                         <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;"/>
100                         <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;"/>
101                         <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;"/>
102                         <menuitem command="cmd_delete_volumes" label="&staff.cat.copy_browser.actions.cmd_delete_volumes.label;" accesskey=""/>
103                         <menuseparator/>
104                         <menuitem command="save_columns" label="&staff.cat.copy_browser.actions.save_columns.label;"/>
105                         <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;"/>
106                 </popup>
107         </popupset> -->
108
109 <!--    <groupbox flex="1" class="my_overflow"> -->
110         <tabbox id="serial_tabbox" flex="1" class="my_overflow">
111             <caption label="Serial Control"/>
112             <tabs>
113                 <tab label="Items" />
114                 <tab label="Units" />
115                 <tab id="serial_manage_dists_tab" label="Distributions" />
116                 <tab id="serial_manage_subs_tab" label="Subscriptions" />
117                 <tab label="Claims" />
118             </tabs>
119             <tabpanels flex="1">
120                 <tabpanel id="serial_manage_items" />
121                 <tabpanel id="serial_manage_units"><description>This tab will contain an alternative unit view/editor.</description></tabpanel>
122                 <tabpanel id="serial_manage_dists" />
123                 <tabpanel id="serial_manage_subs" />
124                 <tabpanel id="serial_manage_claims"><description>This tab will contain a claims interface.</description></tabpanel>
125             </tabpanels>
126         </tabbox>
127 <!--    </groupbox> -->
128
129 </window>
130