]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
Some polish for Item Details/Quick Summary tab (the Alternate View in Item Status)
[working/Evergreen.git] / Open-ILS / xul / staff_client / server / circ / alternate_copy_summary.xul
1 <?xml version="1.0"?>
2 <!-- Application: Evergreen Staff Client -->
3 <!-- Screen: Alternate Copy Summary -->
4
5 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
6 <!-- STYLESHEETS -->
7 <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
8 <?xml-stylesheet href="/xul/server/skin/global.css" type="text/css"?>
9
10 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
11 <!-- LOCALIZATION -->
12 <!DOCTYPE window PUBLIC "" ""[
13     <!--#include virtual="/opac/locale/${locale}/lang.dtd"-->
14 ]>
15
16 <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
17 <!-- OVERLAYS -->
18 <?xul-overlay href="/xul/server/OpenILS/util_overlay.xul"?>
19 <?xul-overlay href="/xul/server/cat/bib_brief_overlay.xul"?>
20
21 <window id="alt_copy_summary_win" 
22     onload="try { my_init(); font_helper(); } catch(E) { alert(E); }"
23     xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
24
25     <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
26     <!-- BEHAVIOR -->
27     <script type="text/javascript">
28         var myPackageDir = 'open_ils_staff_client'; var IAMXUL = true;
29     </script>
30     <scripts id="openils_util_scripts"/>
31
32     <script type="text/javascript" src="/xul/server/main/JSAN.js"/>
33     <script type="text/javascript" src="alternate_copy_summary.js"/>
34
35     <messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale'-->/circ.properties"/>
36     <messagecatalog id="catStrings" src="/xul/server/locale/<!--#echo var='locale'-->/cat.properties"/>
37
38     <groupbox flex="1">
39
40         <caption label="&staff.circ.alternate_copy_summary.Alternate_View.label;" />
41
42         <!-- Most of this gets filled in by bib_brief_overlay.xul -->
43         <grid id="bib_brief_grid"> 
44             <rows id="bib_brief_grid_rows">
45                 <row>
46                     <label value="&staff.circ.alternate_copy_summary.Call_Number.label;" accesskey="&staff.circ.alternate_copy_summary.call_number.accesskey;" control="call_number"/>
47                     <textbox name="call_number" readonly="true" context="clipboard"/>
48                 </row>
49             </rows>
50         </grid>
51
52         <tabbox flex="1">
53             <tabs>
54                 <tab label="&staff.circ.alternate_copy_summary.Quick_Summary.label;" />
55                 <tab label="&staff.circ.alternate_copy_summary.Circulation_History.label;" />
56                 <tab label="&staff.circ.alternate_copy_summary.Holds_Transit.label;" />
57                 <tab label="&staff.circ.alternate_copy_summary.Cataloging_Info.label;" />
58             </tabs>
59             <tabpanels flex="1">
60                 <tabpanel orient="vertical">
61                     <grid id="grid1" flex="0">
62                         <columns>
63                             <column id="g1column1"/>
64                             <column />
65                             <column />
66                             <column />
67                             <column />
68                             <column />
69                             <column />
70                             <column />
71                         </columns>
72                         <rows>
73                             <row>
74                                 <label value="&staff.circ.alternate_copy_summary.Barcode.label;" />
75                                 <textbox name="barcode" readonly="true" context="clipboard"/>
76                                 <label value="&staff.circ.alternate_copy_summary.Owning_Library.label;" />
77                                 <textbox name="owning_lib" readonly="true" context="clipboard"/>
78                                 <label value="&staff.circ.alternate_copy_summary.Call_Number.label;" />
79                                 <textbox name="call_number" readonly="true" context="clipboard"/>
80                                 <label value="&staff.circ.alternate_copy_summary.Status.label;" />
81                                 <textbox name="copy_status" readonly="true" context="clipboard"/>
82                             </row>
83                             <row>
84                                 <label value="&staff.circ.alternate_copy_summary.Price.label;" />
85                                 <textbox name="price" readonly="true" context="clipboard"/>
86                                 <label value="&staff.circ.alternate_copy_summary.Copy_Location.label;" />
87                                 <textbox name="location" readonly="true" context="clipboard"/>
88                                 <!--                                <spacer />
89                                 <spacer /> -->
90                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Type.label;" />
91                                 <textbox name="renewal_type" readonly="true" context="clipboard"/>
92                                 <label value="&staff.circ.alternate_copy_summary.Due_Date.label;" />
93                                 <textbox name="due_date" readonly="true" context="clipboard"/>
94                             </row>
95                             <row>
96                                 <label value="&staff.circ.alternate_copy_summary.ISBN.label;" />
97                                 <textbox name="isbn" readonly="true" context="clipboard"/>
98                                 <label value="&staff.circ.alternate_copy_summary.Loan_Duration.label;" />
99                                 <textbox name="loan_duration" readonly="true" context="clipboard"/>
100                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs.label;" />
101                                 <textbox name="total_circ_count" readonly="true" context="clipboard"/>
102                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Date.label;" />
103                                 <textbox name="xact_start" readonly="true" context="clipboard"/>
104                             </row>
105                             <row>
106                                 <label value="&staff.circ.alternate_copy_summary.Date_Created.label;" />
107                                 <textbox name="copy_create_date" readonly="true" context="clipboard"/>
108                                 <label value="&staff.circ.alternate_copy_summary.Fine_Level.label;" />
109                                 <textbox name="fine_level" readonly="true" context="clipboard"/>
110                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs___Current_Year.label;" />
111                                 <textbox name="total_circ_count_curr_year" readonly="true" context="clipboard"/>
112                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Workstation.label;" />
113                                 <textbox name="checkout_workstation" readonly="true" context="clipboard"/>
114                             </row>
115                             <row>
116                                 <label value="&staff.circ.alternate_copy_summary.Status_Changed_Time.label;" />
117                                 <textbox name="status_changed_time" readonly="true" context="clipboard"/>
118                                 <label value="&staff.circ.alternate_copy_summary.Reference.label;" />
119                                 <textbox name="ref" readonly="true" context="clipboard"/>
120                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs___Prev_Year.label;" />
121                                 <textbox name="total_circ_count_prev_year" readonly="true" context="clipboard"/>
122                                 <label value="&staff.circ.alternate_copy_summary.Duration_Rule.label;" />
123                                 <textbox name="duration_rule" readonly="true" context="clipboard"/>
124                             </row>
125                             <row>
126                                 <label value="&staff.circ.alternate_copy_summary.Copy_ID.label;" />
127                                 <textbox name="copy_id" readonly="true" context="clipboard"/>
128                                 <label value="&staff.circ.alternate_copy_summary.OPAC_Visible.label;" />
129                                 <textbox name="opac_visible" readonly="true" context="clipboard"/>
130                                 <!--
131                                 <label value="&staff.circ.alternate_copy_summary.Rolling_Counter.label;" />
132                                 <textbox name="rolling_counter" readonly="true" context="clipboard"/>
133                                 -->
134                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Workstation.label;" />
135                                 <textbox name="renewal_workstation" readonly="true" context="clipboard"/>
136                                 <label value="&staff.circ.alternate_copy_summary.Recurring_Fine_Rule.label;" />
137                                 <textbox name="recurring_fine_rule" readonly="true" context="clipboard"/>
138                             </row>
139                             <row>
140                                 <label value="&staff.circ.alternate_copy_summary.TCN.label;" />
141                                 <textbox name="tcn" readonly="true" context="clipboard"/>
142                                 <label value="&staff.circ.alternate_copy_summary.Holdable.label;" />
143                                 <textbox name="holdable" readonly="true" context="clipboard"/>
144                                 <label value="&staff.circ.alternate_copy_summary.Remaining_Renewals.label;" />
145                                 <textbox name="renewal_remaining" readonly="true" context="clipboard"/>
146                                 <label value="&staff.circ.alternate_copy_summary.Max_Fine_Rule.label;" />
147                                 <textbox name="max_fine_rule" readonly="true" context="clipboard"/>
148                             </row>
149                             <row>
150                                 <spacer /><spacer />
151                                 <label value="&staff.circ.alternate_copy_summary.Circulate.label;" />
152                                 <textbox name="circulate" readonly="true" context="clipboard"/>
153                                 <spacer /><spacer />
154                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Time.label;" />
155                                 <textbox name="checkin_time" readonly="true" context="clipboard"/>
156                             </row>
157                             <row>
158                                 <spacer /><spacer />
159                                 <label value="&staff.circ.alternate_copy_summary.Circ_Modifier.label;" />
160                                 <textbox name="circ_modifier" readonly="true" context="clipboard"/>
161                                 <!--
162                                 <label value="&staff.circ.alternate_copy_summary.Hold_Shelf_Location.label;" />
163                                 <textbox name="hold_shelf_loc" readonly="true" context="clipboard"/>
164                                 -->
165                                 <spacer /><spacer />
166                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Scan_Time.label;" />
167                                 <textbox name="checkin_scan_time" readonly="true" context="clipboard"/>
168                             </row>
169                             <row>
170                                 <spacer /><spacer />
171                                 <spacer /><spacer />
172                                 <spacer /><spacer />
173                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Workstation.label;" />
174                                 <textbox name="checkin_workstation" readonly="true" context="clipboard"/>
175                             </row>
176                         </rows>
177                     </grid>
178                     <grid id="grid2" flex="1">
179                         <columns>
180                             <column id="g2column1" />
181                             <column flex="1" />
182                         </columns>
183                         <rows>
184                             <row>
185                                 <label value="&staff.circ.alternate_copy_summary.Alert.label;" />
186                                 <textbox name="alert_message" multiline="true"  context="clipboard"/>
187                             </row>
188                         </rows>
189                     </grid>
190                 </tabpanel>
191                 <tabpanel />
192                 <tabpanel />
193                 <tabpanel>
194                     <deck id="cat_deck" flex="1"/>
195                 </tabpanel>
196             </tabpanels>
197         </tabbox>
198     </groupbox>
199
200 </window>
201