testing commit, please ignore
[kcls-web.git] / opac / skin / lfw / xml / common / holds.xml
1 \r
2 <![CDATA[<!-- ****************** holds.xml ***************************** -->]]>\r
3 <div>\r
4         <div id='xulholds_box' class='hide_me canvas' style='margin-top: 6px;'>\r
5                 <center>\r
6                         <table class='data_grid' style='margin-top: 20px;'>\r
7                                 <tbody>\r
8                                         <tr>\r
9                                                 <td>&opac.holds.xulRecipient;:</td>\r
10                                                 <td><input type='text' id='xul_recipient_barcode' /></td>\r
11                                                 <td><input type='submit' value='&common.submit;' id='xul_recipient_barcode_submit' /></td>\r
12                                                 <td><input type='submit' value='&common.cancel;' onclick='showCanvas();' /></td>\r
13                                                 <td><input type='submit' value='&common.hold.place;' id='xul_recipient_me' /></td>\r
14                                         </tr>\r
15                                 </tbody>\r
16                         </table>\r
17                 </center>\r
18         </div>\r
19 \r
20         <div id='check_holds_box' class='hide_me canvas' \r
21                 style='margin-top: 6px; width: 100%; text-align: center'>\r
22                 <br/><br/><br/>\r
23                 <b>&common.hold.check;</b>\r
24         </div>\r
25 \r
26         <div id='holds_box' class='hide_me canvas' style='margin-top: 6px;'>\r
27                 <br/>\r
28                 <h1>Place Hold</h1>\r
29                 <p>You would like to place a hold on <strong>&quot;<span id="holds_title"></span>&quot;</strong> to be picked up at <strong>&quot;<span id="holds_pickup_lib"></span>&quot;</strong>. <br />If this is correct, press <strong>SUBMIT</strong>.</p>\r
30                 <p>If you would like to change the library pick up location, select from the <![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]]> <select style="width:200px;" id="holds_org_selector"></select><br />Location dropdown menu.</p>\r
31                 <a href="javascript:;" id="holds_submit"><img src="/opac/skin/kcls/graphics/btnSubmit.png" /></a> <![CDATA[&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;]]> <a href="javascript:;" id="holds_cancel"><img src="/opac/skin/kcls/graphics/btnCancel.png" /></a><br /><br />\r
32                 <p>* If you need your item today, and it is checked in at your library, please place your hold and then call your library to set it aside. Placing a hold without calling the library will increase your wait time.<br /><a href="javascript:;">Library phone numbers.</a></p>\r
33                 <p>* For best possible service, we recommend keeping a printed copy of your most recent holds list.</p>\r
34                 \r
35                 <table width='90%' border="1" class="hide_me">\r
36                         <tbody>\r
37                                 <tr>\r
38                                         <td class='holds_cell color_1' \r
39                                                 align='center' colspan='2'>&common.hold.create;</td>\r
40                                 </tr>\r
41                                 <tr>\r
42                                         <td class='holds_cell'>&opac.holds.recipient;:</td>\r
43                                         <td class='holds_cell' id='holds_recipient'> </td>\r
44                                 </tr>\r
45                                 <tr>\r
46                                         <td class='holds_cell'>&common.title.label;</td>\r
47                                         <!-- <td class='holds_cell' id='holds_title'> </td> -->\r
48                                 </tr>\r
49                                 <tr>\r
50                                         <td class='holds_cell'>&common.author;</td>\r
51                                         <td class='holds_cell' id='holds_author'> </td>\r
52                                 </tr>\r
53                                 <tr>\r
54                                         <td class='holds_cell'>&common.format;</td>\r
55                                         <td class='holds_cell' id='holds_format'> </td>\r
56                                 </tr>\r
57                                 <tr id='hold_physical_desc_row'>\r
58                                         <td class='holds_cell'>&common.physical.label;</td>\r
59                                         <td class='holds_cell' id='holds_physical_desc'> </td>\r
60                                 </tr>\r
61 \r
62                                 <tr class='hide_me' id='holds_cn_row'>\r
63                                         <td class='holds_cell'>&common.call.number.label;</td>\r
64                                         <td class='holds_cell'><b id='holds_cn'/> </td>\r
65                                 </tr>\r
66 \r
67                                 <tr class='hide_me' id='holds_copy_row'>\r
68                                         <td class='holds_cell'>&common.copy.barcode.label;</td>\r
69                                         <td class='holds_cell'><b id='holds_copy'/> </td>\r
70                                 </tr>\r
71 \r
72                                 <tr class='hide_me' id='holds_type_row'>\r
73                                         <td class='holds_cell'>&common.hold.type.label;</td>\r
74                                         <td class='holds_cell hide_me' id='holds_is_cn'><b>&common.hold.volume;</b></td>\r
75                                         <td class='holds_cell hide_me' id='holds_is_copy'><b>&common.hold.copy;</b></td>\r
76                                 </tr>\r
77 \r
78                                 <tr>\r
79                                         <td class='holds_cell'>&opac.holds.contactPhone;:</td>\r
80                                         <td class='holds_cell'>\r
81                                                 <input id='holds_phone' size='13' maxlength='12'/>\r
82                                                 <span style='margin-left: 4px; font-size: 7pt;'>&common.phone.format;</span>\r
83                                         </td>\r
84                                 </tr>\r
85                                 <tr>\r
86                                         <td class='holds_cell'>&common.phone.enable;</td>\r
87                                         <td class='holds_cell'>\r
88                                                 <input type='checkbox' id='holds_enable_phone'  checked='checked' onchange='if (this.checked) $("holds_phone").disabled=false; else $("holds_phone").disabled = true;'/>\r
89                                         </td>\r
90                                 </tr>\r
91 \r
92                                 <tr>\r
93                                         <td class='holds_cell'>&opac.holds.contactEmail;:</td>\r
94                                         <td class='holds_cell' id='holds_email'> \r
95                         <span class='hide_me' id='holds.no_email'>\r
96                            &common.email.none;<br/>\r
97                            &common.email.set;\r
98                         </span>\r
99                         <span class='hide_me' id='holds.no_email.xul'>\r
100                            &common.email.none; \r
101                         </span>\r
102 \r
103                     </td>\r
104                                 </tr>\r
105                                 <tr>\r
106                                         <td class='holds_cell'>&common.email.enable;</td>\r
107                                         <td class='holds_cell'>\r
108                                                 <input type='checkbox' id='holds_enable_email' checked='checked'/>\r
109                                         </td>\r
110                                 </tr>\r
111                                 <!--\r
112                                 <tr id='holds_depth_selector_row' class='hide_me'>\r
113                                         <td class='holds_cell'>Hold Range</td>\r
114                                         <td class='holds_cell'>\r
115                                                 <select id='holds_depth_selector'></select>\r
116                                         </td>\r
117                                 </tr>\r
118                                 -->\r
119                                 <tr>\r
120                                         <td class='holds_cell'>&opac.holds.pickupLocation;</td>\r
121                                         <td class='holds_cell'>\r
122                                                 <!-- <select id='holds_org_selector'> </select> -->\r
123                                         </td>\r
124                                 </tr>\r
125 \r
126                                 <tr>\r
127                                         <td class='holds_cell'>&opac.holds.expire_time;</td>\r
128                                         <td class='holds_cell'>\r
129                         <input dojoType="dijit.form.DateTextBox" size='10' maxlength='10' id='holds_expire_time' />\r
130                                         </td>\r
131                                 </tr>\r
132 \r
133                 <tr>\r
134                     <td class='holds_cell'>\r
135                         &opac.holds.freeze;\r
136                         <a class='classic_link' href='javascript:alert("&opac.holds.freeze.help;");'>&common.help;</a>\r
137                         </td>\r
138                     <td class='holds_cell'>\r
139                         <input type='checkbox' id='holds_frozen_chkbox' onchange='if($("holds_frozen_chkbox").checked) unHideMe($("hold_frozen_thaw_row")); else hideMe($("hold_frozen_thaw_row"));' /> \r
140                     </td>\r
141                 </tr>\r
142 \r
143                 <tr id='hold_frozen_thaw_row' class='hide_me'>\r
144                     <td class='holds_cell'>\r
145                         <script language='javascript' type='text/javascript'> if($('holds_frozen_chkbox').checked) unHideMe($("hold_frozen_thaw_row"));</script>\r
146                         &opac.holds.freeze.thaw_date;\r
147                     </td>\r
148                     <td class='holds_cell'>\r
149                         <input dojoType="dijit.form.DateTextBox" size='10' maxlength='10' id='holds_frozen_thaw_input' />\r
150                     </td>\r
151                 </tr>\r
152 \r
153                                 <tr id='holds_alt_formats_row_extras' class='hide_me'>\r
154                                         <td colspan='2' align='center'>\r
155                                                 <div style='padding: 8px;'>\r
156                                                         <a class='classic_link' href='javascript:void(0);' style='padding: 5px;'\r
157                                                                 onclick='unHideMe($("holds_alt_formats_row"));'>&common.hold.advanced;</a>\r
158                                                 </div>\r
159                                         </td>\r
160                                 </tr>\r
161 \r
162                                 <tr id='holds_alt_formats_row' class='hide_me'>\r
163 \r
164                                         <td class='holds_cell'>\r
165                                                 <div style='margin-bottom: 5px;'>\r
166                                                         <span>&common.format.alternatives; </span>\r
167                                                         <span> <a class='classic_link' style='color:red;' href='javascript:void(0);' \r
168                                                                 onclick='alert($("holds_explain_adv").innerHTML)'>&common.help;</a></span>\r
169                                                 </div>\r
170                                                 <div>&common.control.click;</div>\r
171                                         </td>\r
172 \r
173                                         <td class='holds_cell'>\r
174                                                 <select id='hold_alt_form_selector' multiple='multiple' style='width: 14em;'>\r
175                                                         <option value='at'      class='hide_me'>&opac.search.books;</option>\r
176                                                         <option value='at-d' class='hide_me'>&opac.search.largePrint;</option>\r
177                                                         <option value='i'               class='hide_me'>&opac.search.audioBooks;</option>\r
178                                                         <option value='g'               class='hide_me'>&opac.search.videoRecordings;</option>\r
179                                                         <option value='j'               class='hide_me'>&opac.search.music;</option>\r
180                                                 </select>\r
181                                         </td>\r
182                                 </tr>\r
183 \r
184                                 <tr>\r
185                                         <td class='holds_cell' align='center' colspan='2'>\r
186                                                 <!-- <button id='holds_submit'>&opac.holds.placeHold;</button> -->\r
187                                                 <button class='hide_me' id='holds_update'>&common.hold.update;</button>\r
188                                                 <span style='padding: 20px;'> </span>\r
189                                                 <!-- <button id='holds_cancel'>&common.cancel;</button> -->\r
190                                         </td>\r
191                                 </tr>\r
192                         </tbody>\r
193                 </table>\r
194         \r
195                 <div class='hide_me' id='holds_success'>&opac.holds.success;</div>\r
196                 <div class='hide_me' id='holds_failure'>&opac.holds.failure;</div>\r
197                 <span class='hide_me' id='holds_bad_phone'>\r
198                         &common.phone.format.help;\r
199                 </span>\r
200 \r
201                 <span class='hide_me' id='hold_not_allowed'>\r
202                         &common.hold.failed;\r
203                 </span>\r
204         </div>\r
205         \r
206         <div id="anonListTable" class="hide_me" style="margin-top: 6px;">\r
207         <select id="holdsCacheSel" class="hide_me"></select><br />\r
208         <a href="javascript:;" onclick="placeHoldOnCache();">Place hold on selected</a><br />\r
209         <a href="javascript:;" onclick="delSelCache();">Remove selected</a>\r
210         \r
211         <table id="temp_list_holds" cellpadding='0' cellspacing='0' border='0' style="margin-top:10px;"><tr>\r
212           <td width="1%" style="padding-left:10px;"><input type='checkbox' title='Select All' id='anon_selector' onclick="checkAll($('anonListParent'),this.id)" /></td>\r
213           <td width="1%"></td>\r
214           <td width="98%" style="padding-left:40px;"><strong>Title</strong></td>\r
215         </tr></table>\r
216         \r
217         <table width='100%' style="margin-left:7px;margin-bottom:10px;">\r
218                 <thead>\r
219                         <tr><td width='20'></td><td width='30'></td><td></td></tr>\r
220                 </thead>\r
221                 <tbody id="anonListParent">\r
222                         <tr id="anonListTemp">\r
223                           <td><input type='checkbox' name='anon_selector' /></td>\r
224                           <td name="curr_row"></td>\r
225                           <td name="title"></td>\r
226                         </tr>\r
227                 </tbody>\r
228         </table>\r
229         <a href="javascript:;" onclick="try { hideResultsPage(); } catch(e) {} hideMe($('anonListTable'));">Back to search results</a>\r
230         </div>\r
231 \r
232         <span class='hide_me' id='format_words'>\r
233                 <span name='at'>&opac.search.books;</span>\r
234                 <span name='at-d'>&opac.search.largePrint;</span>\r
235                 <span name='i'>&opac.search.audioBooks;</span>\r
236                 <span name='g'>&opac.search.videoRecordings;</span>\r
237                 <span name='j'>&opac.search.music;</span>\r
238                 <span name='m'>&opac.search.electronic;</span>\r
239         </span>\r
240 \r
241         <span class='hide_me' id='holds_explain_adv'>&holds.advanced_options;</span>\r
242         <span class='hide_me' id='holds_pick_good_org'>&common.hold.delivery;</span>\r
243         <span class='hide_me' id='hold_dup_exists'>&common.hold.exists;</span>\r
244         <span class='hide_me' id='hold_dup_exists_override'>&common.hold.exists.override;</span>\r
245         <span id='hold_failed_patron_barred' class='hide_me'>&common.hold.barred;</span>\r
246         <span id='invalid_hold' class='hide_me'>&common.hold.item.invalid;</span>\r
247         <span id='holds_invalid_recipient' class='hide_me'>&common.hold.patron.invalid;</span>\r
248 \r
249 </div>\r
250 <![CDATA[<!-- ****************** end: holds.xml ***************************** -->]]>\r