]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
Merge branch 'master' of git://git.evergreen-ils.org/Evergreen into ttopac
[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(); persist_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 id="bib_brief_grid_row3">
46                     <label id="bib_call_number_label"/>
47                     <textbox id="bib_call_number"/>
48                     <hbox id="placeholder1" flex="1">
49                         <label value="&staff.circ.alternate_copy_summary.Call_Number.label;" accesskey="&staff.circ.alternate_copy_summary.Call_Number.accesskey;" control="call_number" class="emphasis"/>
50                     </hbox>
51                     <hbox id="placeholder2" flex="1">
52                         <textbox name="call_number" readonly="true" context="clipboard" class="plain"/>
53                     </hbox>
54                 </row>
55             </rows>
56         </grid>
57
58         <tabbox flex="1">
59             <tabs>
60                 <tab label="&staff.circ.alternate_copy_summary.Quick_Summary.label;" accesskey="&staff.circ.alternate_copy_summary.Quick_Summary.accesskey;" />
61                 <tab label="&staff.circ.alternate_copy_summary.Circulation_History.label;" accesskey="&staff.circ.alternate_copy_summary.Circulation_History.accesskey;" />
62                 <tab label="&staff.circ.alternate_copy_summary.Holds_Transit.label;" accesskey="&staff.circ.alternate_copy_summary.Holds_Transit.accesskey;" />
63                 <tab label="&staff.circ.alternate_copy_summary.Cataloging_Info.label;" accesskey="&staff.circ.alternate_copy_summary.Cataloging_Info.accesskey;" />
64             </tabs>
65             <tabpanels flex="1">
66                 <tabpanel orient="vertical"><!-- Quick Summary -->
67                     <grid id="grid1" flex="0">
68                         <columns>
69                             <column id="g1column1"/>
70                             <column />
71                             <column />
72                             <column />
73                             <column />
74                             <column />
75                             <column />
76                             <column />
77                         </columns>
78                         <rows>
79                             <row>
80                                 <label value="&staff.circ.alternate_copy_summary.Barcode.label;" />
81                                 <textbox name="barcode" readonly="true" context="clipboard"/>
82                                 <label value="&staff.circ.alternate_copy_summary.Circ_Library.label;" />
83                                 <textbox name="copy_circ_lib" readonly="true" context="clipboard"/>
84                                 <label value="&staff.circ.alternate_copy_summary.Call_Number.label;" />
85                                 <textbox name="call_number" readonly="true" context="clipboard"/>
86                                 <label value="&staff.circ.alternate_copy_summary.Status.label;" />
87                                 <textbox name="copy_status" readonly="true" context="clipboard"/>
88                             </row>
89                             <row>
90                                 <label value="&staff.circ.alternate_copy_summary.Price.label;" />
91                                 <textbox name="price" readonly="true" context="clipboard"/>
92                                 <label value="&staff.circ.alternate_copy_summary.Owning_Library.label;" />
93                                 <textbox name="owning_lib" readonly="true" context="clipboard"/>
94                                 <!--                                <spacer />
95                                 <spacer /> -->
96                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Type.label;" />
97                                 <textbox name="renewal_type" readonly="true" context="clipboard"/>
98                                 <label value="&staff.circ.alternate_copy_summary.Due_Date.label;" />
99                                 <textbox name="due_date" readonly="true" context="clipboard"/>
100                             </row>
101                             <row>
102                                 <label value="&staff.circ.alternate_copy_summary.ISBN.label;" />
103                                 <textbox name="isbn" readonly="true" context="clipboard"/>
104                                 <label value="&staff.circ.alternate_copy_summary.Copy_Location.label;" />
105                                 <textbox name="location" readonly="true" context="clipboard"/>
106                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs.label;" />
107                                 <textbox name="total_circ_count" readonly="true" context="clipboard"/>
108                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Date.label;" />
109                                 <textbox name="xact_start" readonly="true" context="clipboard"/>
110                             </row>
111                             <row>
112                                 <label value="&staff.circ.alternate_copy_summary.Date_Created.label;" />
113                                 <textbox name="copy_create_date" readonly="true" context="clipboard"/>
114                                 <label value="&staff.circ.alternate_copy_summary.Loan_Duration.label;" />
115                                 <textbox name="loan_duration" readonly="true" context="clipboard"/>
116                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs___Current_Year.label;" />
117                                 <textbox name="total_circ_count_curr_year" readonly="true" context="clipboard"/>
118                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Workstation.label;" />
119                                 <textbox name="checkout_workstation" readonly="true" context="clipboard"/>
120                             </row>
121                             <row>
122                                 <label value="&staff.circ.alternate_copy_summary.Date_Active.label;" />
123                                 <textbox name="copy_active_date" readonly="true" context="clipboard"/>
124                                 <label value="&staff.circ.alternate_copy_summary.Fine_Level.label;" />
125                                 <textbox name="fine_level" readonly="true" context="clipboard"/>
126                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs___Prev_Year.label;" />
127                                 <textbox name="total_circ_count_prev_year" readonly="true" context="clipboard"/>
128                                 <label value="&staff.circ.alternate_copy_summary.Duration_Rule.label;" />
129                                 <textbox name="duration_rule" readonly="true" context="clipboard"/>
130                             </row>
131                             <row>
132                                 <label value="&staff.circ.alternate_copy_summary.Status_Changed_Time.label;" />
133                                 <textbox name="status_changed_time" readonly="true" context="clipboard"/>
134                                 <label value="&staff.circ.alternate_copy_summary.Reference.label;" />
135                                 <textbox name="ref" readonly="true" context="clipboard"/>
136                                 <!--
137                                 <label value="&staff.circ.alternate_copy_summary.Rolling_Counter.label;" />
138                                 <textbox name="rolling_counter" readonly="true" context="clipboard"/>
139                                 -->
140                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Workstation.label;" />
141                                 <textbox name="renewal_workstation" readonly="true" context="clipboard"/>
142                                 <label value="&staff.circ.alternate_copy_summary.Recurring_Fine_Rule.label;" />
143                                 <textbox name="recurring_fine_rule" readonly="true" context="clipboard"/>
144                             </row>
145                             <row>
146                                 <label value="&staff.circ.alternate_copy_summary.Copy_ID.label;" />
147                                 <textbox name="copy_id" readonly="true" context="clipboard"/>
148                                 <label value="&staff.circ.alternate_copy_summary.OPAC_Visible.label;" />
149                                 <textbox name="opac_visible" readonly="true" context="clipboard"/>
150                                 <label value="&staff.circ.alternate_copy_summary.Remaining_Renewals.label;" />
151                                 <textbox name="renewal_remaining" readonly="true" context="clipboard"/>
152                                 <label value="&staff.circ.alternate_copy_summary.Max_Fine_Rule.label;" />
153                                 <textbox name="max_fine_rule" readonly="true" context="clipboard"/>
154                             </row>
155                             <row>
156                                 <label value="&staff.circ.alternate_copy_summary.TCN.label;" />
157                                 <textbox name="tcn" readonly="true" context="clipboard"/>
158                                 <label value="&staff.circ.alternate_copy_summary.Holdable.label;" />
159                                 <textbox name="holdable" readonly="true" context="clipboard"/>
160                                 <spacer /><spacer />
161                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Time.label;" />
162                                 <textbox name="checkin_time" readonly="true" context="clipboard"/>
163                             </row>
164                             <row>
165                                 <label value="&staff.circ.alternate_copy_summary.Floating.label;" />
166                                 <textbox name="floating" readonly="true" context="clipboard"/>
167                                 <label value="&staff.circ.alternate_copy_summary.Circulate.label;" />
168                                 <textbox name="circulate" readonly="true" context="clipboard"/>
169                                 <!--
170                                 <label value="&staff.circ.alternate_copy_summary.Hold_Shelf_Location.label;" />
171                                 <textbox name="hold_shelf_loc" readonly="true" context="clipboard"/>
172                                 -->
173                                 <spacer /><spacer />
174                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Scan_Time.label;" />
175                                 <textbox name="checkin_scan_time" readonly="true" context="clipboard"/>
176                             </row>
177                             <row>
178                                 <spacer /><spacer />
179                                 <label value="&staff.circ.alternate_copy_summary.Circ_Modifier.label;" />
180                                 <textbox name="circ_modifier" readonly="true" context="clipboard"/>
181                                 <spacer /><spacer />
182                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Workstation.label;" />
183                                 <textbox name="checkin_workstation" readonly="true" context="clipboard"/>
184                             </row>
185                         </rows>
186                     </grid>
187                     <grid id="grid2" flex="1">
188                         <columns>
189                             <column id="g2column1" />
190                             <column flex="1" />
191                         </columns>
192                         <rows>
193                             <row>
194                                 <label value="&staff.circ.alternate_copy_summary.Alert.label;" />
195                                 <textbox name="alert_message" multiline="true"  context="clipboard"/>
196                             </row>
197                         </rows>
198                     </grid>
199                 </tabpanel>
200                 <tabpanel><!-- Circulation History -->
201                     <grid>
202                         <columns>
203                             <column/>
204                             <column/>
205                             <column flex="1"/>
206                             <column/>
207                             <column/>
208                         </columns>
209                         <rows>
210                             <row>
211                                 <label class="header1" value="&staff.circ.alternate_copy_summary.Previous_Circ_Group.label;" />
212                                 <spacer />
213                                 <spacer />
214                                 <label class="header1" value="&staff.circ.alternate_copy_summary.Most_Recent_Circ_Group.label;" />
215                                 <spacer />
216                             </row><row>
217                                 <label value="&staff.circ.alternate_copy_summary.Patron_Name.label;" />
218                                 <button id="prev_patron_name" name="prev_patron_name" readonly="true" />
219                                 <spacer />
220                                 <label value="&staff.circ.alternate_copy_summary.Patron_Name.label;" />
221                                 <button id="patron_name" name="patron_name" readonly="true" />
222                             </row><row>
223                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs_for_circ_chain.label;" />
224                                 <textbox name="prev_num_circs" readonly="true"  context="clipboard"/>
225                                 <spacer />
226                                 <label value="&staff.circ.alternate_copy_summary.Total_Circs_for_circ_chain.label;" />
227                                 <textbox name="num_circs" readonly="true"  context="clipboard"/>
228                             </row><row>
229                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Date.label;" />
230                                 <textbox name="prev_xact_start" readonly="true" context="clipboard"/>
231                                 <spacer />
232                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Date.label;" />
233                                 <textbox name="xact_start" readonly="true" context="clipboard"/>
234                             </row><row>
235                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Workstation.label;" />
236                                 <textbox name="prev_checkout_workstation" readonly="true" context="clipboard"/>
237                                 <spacer />
238                                 <label value="&staff.circ.alternate_copy_summary.Checkout_Workstation.label;" />
239                                 <textbox name="checkout_workstation" readonly="true" context="clipboard"/>
240                             </row><row>
241                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Time.label;" />
242                                 <textbox name="prev_renewal_time" readonly="true" context="clipboard"/>
243                                 <spacer />
244                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Time.label;" />
245                                 <textbox name="renewal_time" readonly="true" context="clipboard"/>
246                             </row><row>
247                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Workstation.label;" />
248                                 <textbox name="prev_renewal_workstation" readonly="true" context="clipboard"/>
249                                 <spacer />
250                                 <label value="&staff.circ.alternate_copy_summary.Renewal_Workstation.label;" />
251                                 <textbox name="renewal_workstation" readonly="true" context="clipboard"/>
252                             </row><row>
253                                 <label value="&staff.circ.alternate_copy_summary.Stop_Fines.label;" />
254                                 <textbox name="prev_stop_fines" readonly="true" context="clipboard"/>
255                                 <spacer />
256                                 <label value="&staff.circ.alternate_copy_summary.Stop_Fines.label;" />
257                                 <textbox name="stop_fines" readonly="true" context="clipboard"/>
258                             </row><row>
259                                 <label value="&staff.circ.alternate_copy_summary.Stop_Fines_Time.label;" />
260                                 <textbox name="prev_stop_fines_time" readonly="true" context="clipboard"/>
261                                 <spacer />
262                                 <label value="&staff.circ.alternate_copy_summary.Stop_Fines_Time.label;" />
263                                 <textbox name="stop_fines_time" readonly="true" context="clipboard"/>
264                             </row><row>
265                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Time.label;" />
266                                 <textbox name="prev_last_checkin_time" readonly="true" context="clipboard"/>
267                                 <spacer />
268                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Time.label;" />
269                                 <textbox name="last_checkin_time" readonly="true" context="clipboard"/>
270                             </row><row>
271                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Scan_Time.label;" />
272                                 <textbox name="prev_last_checkin_scan_time" readonly="true" context="clipboard"/>
273                                 <spacer />
274                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Scan_Time.label;" />
275                                 <textbox name="last_checkin_scan_time" readonly="true" context="clipboard"/>
276                             </row><row>
277                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Workstation.label;" />
278                                 <textbox name="prev_checkin_workstation" readonly="true" context="clipboard"/>
279                                 <spacer />
280                                 <label value="&staff.circ.alternate_copy_summary.Checkin_Workstation.label;" />
281                                 <textbox name="checkin_workstation" readonly="true" context="clipboard"/>
282                             </row>
283                         </rows>
284                     </grid>
285                 </tabpanel>
286                 <tabpanel orient="vertical"><!-- Hold/Transit -->
287                     <groupbox flex="1" id="holds" style="overflow: none; min-height: 80;" oils_persist="height">
288                         <caption id="hold_caption" label="&staff.circ.copy_details.hold_caption;"/>
289                         <label id="hold_patron_name" class="patronNameLarge"/>
290                         <tree id="hold" flex="1" enableColumnDrag="true"/>
291                         <spacer FIXME="label and tree get swapped without this"/>
292                     </groupbox>
293                     <splitter id="splitter" oils_persist="state hidden" oils_persist_peers="holds transits"><grippy/></splitter>
294                     <groupbox flex="1" id="transits" style="overflow: none; min-height: 80;" oils_persist="height">
295                         <caption id="transit_caption" label="&staff.circ.copy_details.transit_caption;"/>
296                         <tree id="transit" flex="1" enableColumnDrag="true"/>
297                     </groupbox>
298                 </tabpanel>
299                 <tabpanel><!-- Cataloging Info -->
300                     <deck id="cat_deck" flex="1"/>
301                 </tabpanel>
302             </tabpanels>
303         </tabbox>
304     </groupbox>
305
306 </window>
307