]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
show circ rules in Item Details given an active circulation
[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
37     <groupbox flex="1">
38
39         <caption label="&staff.circ.alternate_copy_summary.Alternate_View.label;" />
40
41         <!-- Most of this gets filled in by bib_brief_overlay.xul -->
42         <grid id="bib_brief_grid"> 
43             <rows id="bib_brief_grid_rows">
44                 <row>
45                     <label value="&staff.circ.alternate_copy_summary.Call_Number.label;" accesskey="&staff.circ.alternate_copy_summary.call_number.accesskey;" control="call_number"/>
46                     <textbox name="call_number" readonly="true" context="clipboard"/>
47                 </row>
48             </rows>
49         </grid>
50
51         <tabbox flex="1">
52             <tabs>
53                 <tab label="&staff.circ.alternate_copy_summary.Quick_Summary.label;" />
54                 <tab label="&staff.circ.alternate_copy_summary.Circulation_History.label;" />
55                 <tab label="&staff.circ.alternate_copy_summary.Holds_Transit.label;" />
56                 <tab label="&staff.circ.alternate_copy_summary.Cataloging_Info.label;" />
57             </tabs>
58             <tabpanels flex="1">
59                 <tabpanel orient="vertical">
60                     <grid id="grid1" flex="0">
61                         <columns>
62                             <column id="g1column1"/>
63                             <column />
64                             <column />
65                             <column />
66                             <column />
67                             <column />
68                             <column />
69                             <column />
70                         </columns>
71                         <rows>
72                             <row>
73                                 <label value="&staff.circ.alternate_copy_summary.Barcode.label;" />
74                                 <textbox name="barcode" readonly="true" context="clipboard"/>
75                                 <label value="&staff.circ.alternate_copy_summary.Owning_Library.label;" />
76                                 <textbox name="owning_lib" readonly="true" context="clipboard"/>
77                                 <label value="&staff.circ.alternate_copy_summary.Call_Number.label;" />
78                                 <textbox name="call_number" readonly="true" context="clipboard"/>
79                                 <label value="&staff.circ.alternate_copy_summary.Status.label;" />
80                                 <textbox name="status" readonly="true" context="clipboard"/>
81                             </row>
82                             <row>
83                                 <label value="&staff.circ.alternate_copy_summary.Price.label;" />
84                                 <textbox name="price" readonly="true" context="clipboard"/>
85                                 <label value="&staff.circ.alternate_copy_summary.Copy_Location.label;" />
86                                 <textbox name="location" readonly="true" context="clipboard"/>
87                                 <!--                                <spacer />
88                                 <spacer /> -->
89                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Type.label;" />
90                                 <textbox name="renewal_type" readonly="true" context="clipboard"/>
91                                 <label value="&staff.circ.alternate_copy_summary.Due_Date.label;" />
92                                 <textbox name="due_date" readonly="true" context="clipboard"/>
93                             </row>
94                             <row>
95                                 <label value="&staff.circ.alternate_copy_summary.ISBN.label;" />
96                                 <textbox name="isbn" readonly="true" context="clipboard"/>
97                                 <label value="&staff.circ.alternate_copy_summary.Loan_Duration.label;" />
98                                 <textbox name="loan_duration" readonly="true" context="clipboard"/>
99                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs.label;" />
100                                 <textbox name="total_circ_count" readonly="true" context="clipboard"/>
101                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Date.label;" />
102                                 <textbox name="xact_start" readonly="true" context="clipboard"/>
103                             </row>
104                             <row>
105                                 <label value="&staff.circ.alternate_copy_summary.Date_Created.label;" />
106                                 <textbox name="copy_create_date" readonly="true" context="clipboard"/>
107                                 <label value="&staff.circ.alternate_copy_summary.Reference.label;" />
108                                 <textbox name="reference" readonly="true" context="clipboard"/>
109                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs___Current_Year.label;" />
110                                 <textbox name="total_circ_count_curr_year" readonly="true" context="clipboard"/>
111                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Workstation.label;" />
112                                 <textbox name="checkout_workstation" readonly="true" context="clipboard"/>
113                             </row>
114                             <row>
115                                 <label value="&staff.circ.alternate_copy_summary.Status_Changed_Time.label;" />
116                                 <textbox name="status_changed_time" readonly="true" context="clipboard"/>
117                                 <label value="&staff.circ.alternate_copy_summary.OPAC_Visible.label;" />
118                                 <textbox name="opac_visible" readonly="true" context="clipboard"/>
119                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs___Prev_Year.label;" />
120                                 <textbox name="total_circ_count_prev_year" readonly="true" context="clipboard"/>
121                                 <label value="&staff.circ.alternate_copy_summary.Duration_Rule.label;" />
122                                 <textbox name="duration_rule" readonly="true" context="clipboard"/>
123                             </row>
124                             <row>
125                                 <label value="&staff.circ.alternate_copy_summary.Copy_ID.label;" />
126                                 <textbox name="copy_id" readonly="true" context="clipboard"/>
127                                 <label value="&staff.circ.alternate_copy_summary.Holdable.label;" />
128                                 <textbox name="holdable" readonly="true" context="clipboard"/>
129                                 <label value="&staff.circ.alternate_copy_summary.Rolling_Counter.label;" />
130                                 <textbox name="rolling_counter" readonly="true" context="clipboard"/>
131                                 <label value="&staff.circ.alternate_copy_summary.Recurring_Fine_Rule.label;" />
132                                 <textbox name="recurring_fine_rule" readonly="true" context="clipboard"/>
133                             </row>
134                             <row>
135                                 <label value="&staff.circ.alternate_copy_summary.TCN.label;" />
136                                 <textbox name="tcn" readonly="true" context="clipboard"/>
137                                 <label value="&staff.circ.alternate_copy_summary.Circ_Modifier.label;" />
138                                 <textbox name="circ_mod" readonly="true" context="clipboard"/>
139                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Workstation.label;" />
140                                 <textbox name="renewal_workstation" readonly="true" context="clipboard"/>
141                                 <label value="&staff.circ.alternate_copy_summary.Max_Fine_Rule.label;" />
142                                 <textbox name="max_fine_rule" readonly="true" context="clipboard"/>
143                             </row>
144                             <row>
145                                 <spacer />
146                                 <spacer />
147                                 <label value="&staff.circ.alternate_copy_summary.Hold_Shelf_Location.label;" />
148                                 <textbox name="hold_shelf_loc" readonly="true" context="clipboard"/>
149                                 <label value="&staff.circ.alternate_copy_summary.Remaining_Renewals.label;" />
150                                 <textbox name="remaining_renewals" readonly="true" context="clipboard"/>
151                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Time.label;" />
152                                 <textbox name="checkin_time" readonly="true" context="clipboard"/>
153                             </row>
154                             <row>
155                                 <spacer /><spacer />
156                                 <spacer /><spacer />
157                                 <spacer /><spacer />
158                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Scan_Time.label;" />
159                                 <textbox name="checkin_scan_time" readonly="true" context="clipboard"/>
160                             </row>
161                             <row>
162                                 <spacer /><spacer />
163                                 <spacer /><spacer />
164                                 <spacer /><spacer />
165                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Workstation.label;" />
166                                 <textbox name="checkin_workstation" readonly="true" context="clipboard"/>
167                             </row>
168                         </rows>
169                     </grid>
170                     <grid id="grid2" flex="1">
171                         <columns>
172                             <column id="g2column1" />
173                             <column flex="1" />
174                         </columns>
175                         <rows>
176                             <row>
177                                 <label value="&staff.circ.alternate_copy_summary.Alert.label;" />
178                                 <textbox name="alert_message" multiline="true"  context="clipboard"/>
179                             </row>
180                         </rows>
181                     </grid>
182                 </tabpanel>
183                 <tabpanel />
184                 <tabpanel />
185                 <tabpanel>
186                     <deck id="cat_deck" flex="1"/>
187                 </tabpanel>
188             </tabpanels>
189         </tabbox>
190     </groupbox>
191
192 </window>
193