]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/xul/staff_client/server/circ/alternate_copy_summary.xul
This fetches action::circ_counts_by_year objects, an improvement over open-ils.circ...
[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
20 <window id="alt_copy_summary_win" 
21         onload="try { my_init(); font_helper(); } catch(E) { alert(E); }"
22         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
23
24         <!-- ///////////////////////////////////////////////////////////////////////////////////////////////////////////// -->
25         <!-- BEHAVIOR -->
26         <script type="text/javascript">
27                 var myPackageDir = 'open_ils_staff_client'; var IAMXUL = true;
28         </script>
29         <scripts id="openils_util_scripts"/>
30
31         <script type="text/javascript" src="/xul/server/main/JSAN.js"/>
32         <script type="text/javascript" src="alternate_copy_summary.js"/>
33
34     <messagecatalog id="circStrings" src="/xul/server/locale/<!--#echo var='locale'-->/circ.properties"/>
35
36     <groupbox flex="1">
37
38         <caption label="Alternate View" />
39
40         <grid id="grid0" flex="0">
41             <columns>
42                 <column />
43                 <column flex="1" />
44                 <column />
45                 <column />
46             </columns>
47             <rows>
48                 <row>
49                     <label value="Title" />
50                     <textbox name="title" readonly="true" context="clipboard"/>
51                     <spacer />
52                     <spacer />
53                 </row>
54                 <row>
55                     <label value="Author" />
56                     <textbox name="author" readonly="true" context="clipboard"/>
57                     <label value="Edition" />
58                     <textbox name="edition" readonly="true" context="clipboard"/>
59                 </row>
60                 <row>
61                     <label value="Call Number" />
62                     <textbox name="call_number" readonly="true" context="clipboard"/>
63                     <label value="Pub Date" />
64                     <textbox name="pubdate" readonly="true" context="clipboard"/>
65                 </row>
66             </rows>
67         </grid>
68
69         <tabbox flex="1">
70             <tabs>
71                 <tab label="Quick Summary" />
72                 <tab label="Circulation History" />
73                 <tab label="Holds/Transit" />
74                 <tab label="Cataloging Info" />
75             </tabs>
76             <tabpanels flex="1">
77                 <tabpanel orient="vertical">
78                     <grid id="grid1" flex="0">
79                         <columns>
80                             <column id="g1column1"/>
81                             <column />
82                             <column />
83                             <column />
84                             <column />
85                             <column />
86                             <column />
87                             <column />
88                         </columns>
89                         <rows>
90                             <row>
91                                 <label value="Barcode" />
92                                 <textbox name="barcode" readonly="true" context="clipboard"/>
93                                 <label value="Owning Library" />
94                                 <textbox name="owning_lib" readonly="true" context="clipboard"/>
95                                 <label value="Call Number" />
96                                 <textbox name="call_number" readonly="true" context="clipboard"/>
97                                 <label value="Status" />
98                                 <textbox name="status" readonly="true" context="clipboard"/>
99                             </row>
100                             <row>
101                                 <label value="Price" />
102                                 <textbox name="price" readonly="true" context="clipboard"/>
103                                 <label value="Copy Location" />
104                                 <textbox name="location" readonly="true" context="clipboard"/>
105                                 <label value="Author" />
106                                 <textbox name="author" readonly="true" context="clipboard"/>
107                                 <label value="Due Date" />
108                                 <textbox name="due_date" readonly="true" context="clipboard"/>
109                             </row>
110                             <row>
111                                 <label value="ISBN" />
112                                 <textbox name="isbn" readonly="true" context="clipboard"/>
113                                 <label value="Loan Duration" />
114                                 <textbox name="loan_duration" readonly="true" context="clipboard"/>
115                                 <label value="Publisher" />
116                                 <textbox name="publisher" readonly="true" context="clipboard"/>
117                                 <label value="Checkout Date" />
118                                 <textbox name="xact_start" readonly="true" context="clipboard"/>
119                             </row>
120                             <row>
121                                 <label value="Date Created" />
122                                 <textbox name="date_created" readonly="true" context="clipboard"/>
123                                 <label value="Reference" />
124                                 <textbox name="reference" readonly="true" context="clipboard"/>
125                                 <label value="Pub Date" />
126                                 <textbox name="pubdate" readonly="true" context="clipboard"/>
127                                 <label value="Checkout Library" />
128                                 <textbox name="circ_circ_lib" readonly="true" context="clipboard"/>
129                             </row>
130                             <row>
131                                 <label value="Copy ID" />
132                                 <textbox name="copy_id" readonly="true" context="clipboard"/>
133                                 <label value="OPAC Visible" />
134                                 <textbox name="opac_visible" readonly="true" context="clipboard"/>
135                                 <label value="Edition" />
136                                 <textbox name="edition" readonly="true" context="clipboard"/>
137                                 <label value="Checkin Time" />
138                                 <textbox name="checkin_time" readonly="true" context="clipboard"/>
139                             </row>
140                             <row>
141                                 <label value="TCN" />
142                                 <textbox name="tcn" readonly="true" context="clipboard"/>
143                                 <label value="Holdable" />
144                                 <textbox name="holdable" readonly="true" context="clipboard"/>
145                                 <label value="Total Circs" />
146                                 <textbox name="total_circ_count" readonly="true" context="clipboard"/>
147                                 <label value="Checkin Scan Time" />
148                                 <textbox name="checkin_scan_time" readonly="true" context="clipboard"/>
149                             </row>
150                             <row>
151                                 <spacer />
152                                 <spacer />
153                                 <label value="Circ Modifier" />
154                                 <textbox name="circ_mod" readonly="true" context="clipboard"/>
155                                 <label value="Rolling Counter" />
156                                 <textbox name="rolling_counter" readonly="true" context="clipboard"/>
157                                 <label value="Checkin Library" />
158                                 <textbox name="checkin_lib" readonly="true" context="clipboard"/>
159                             </row>
160                             <row>
161                                 <spacer />
162                                 <spacer />
163                                 <label value="Hold Shelf Location" />
164                                 <textbox name="hold_shelf_loc" readonly="true" context="clipboard"/>
165                                 <label value="Remaining Renewals" />
166                                 <textbox name="remaining_renewals" readonly="true" context="clipboard"/>
167                                 <label value="Checkin Workstation" />
168                                 <textbox name="checkin_workstation" readonly="true" context="clipboard"/>
169                             </row>
170                         </rows>
171                     </grid>
172                     <grid id="grid2" flex="1">
173                         <columns>
174                             <column id="g2column1" />
175                             <column flex="1" />
176                         </columns>
177                         <rows>
178                             <row>
179                                 <label value="Alert" />
180                                 <textbox name="alert_message" multiline="true"  context="clipboard"/>
181                             </row>
182                         </rows>
183                     </grid>
184                 </tabpanel>
185                 <tabpanel />
186                 <tabpanel />
187                 <tabpanel>
188                     <deck id="cat_deck" flex="1"/>
189                 </tabpanel>
190             </tabpanels>
191         </tabbox>
192     </groupbox>
193
194 </window>
195