]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/common/holds.xml
checking hold recipient (and not hold requestor) email to see if the email checkbox...
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / common / holds.xml
1
2 <div>
3         <div id='xulholds_box' class='hide_me non_canvas' style='margin-top: 6px;'>
4                 <center>
5                         <table class='data_grid' style='margin-top: 20px;'>
6                                 <tbody>
7                                         <tr>
8                                                 <td>&opac.holds.xulRecipient;:</td>
9                                                 <td><input type='text' id='xul_recipient_barcode'> </input></td>
10                                                 <td><input type='submit' value='&common.submit;' 
11                                                         id='xul_recipient_barcode_submit'> </input></td>
12                                                 <td><input type='submit' value='Place hold for me' 
13                                                         id='xul_recipient_me'> </input></td>
14                                                 <td><input type='submit' value='Cancel' onclick='showCanvas();'></input></td>
15                                         </tr>
16
17                                 </tbody>
18                         </table>
19                 </center>
20         </div>
21
22         <div id='check_holds_box' class='hide_me non_canvas' 
23                 style='margin-top: 6px; width: 100%; text-align: center'>
24                 <br/><br/><br/>
25                 <b>Checking for possibility of hold fulfillment...</b>
26         </div>
27
28         <div id='holds_box' class='hide_me non_canvas' style='margin-top: 6px;'>
29         
30                 <br/>
31                 <table width='90%'>
32                         <tbody>
33                                 <tr>
34                                         <td class='holds_cell color_1' 
35                                                 align='center' colspan='2'>Create / Edit a Hold</td>
36                                 </tr>
37                                 <tr>
38                                         <td class='holds_cell'>&opac.holds.recipient;:</td>
39                                         <td class='holds_cell' id='holds_recipient'> </td>
40                                 </tr>
41                                 <tr>
42                                         <td class='holds_cell'>&common.title;:</td>
43                                         <td class='holds_cell' id='holds_title'> </td>
44                                 </tr>
45                                 <tr>
46                                         <td class='holds_cell'>&common.author;:</td>
47                                         <td class='holds_cell' id='holds_author'> </td>
48                                 </tr>
49                                 <tr>
50                                         <td class='holds_cell'>&common.format;:</td>
51                                         <td class='holds_cell' id='holds_format'> </td>
52                                 </tr>
53                                 <tr id='hold_physical_desc_row'>
54                                         <td class='holds_cell'>Physical Description:</td>
55                                         <td class='holds_cell' id='holds_physical_desc'> </td>
56                                 </tr>
57
58                                 <tr class='hide_me' id='holds_cn_row'>
59                                         <td class='holds_cell'>Call Number:</td>
60                                         <td class='holds_cell'><b id='holds_cn'/> </td>
61                                 </tr>
62
63                                 <tr class='hide_me' id='holds_copy_row'>
64                                         <td class='holds_cell'>Copy Barcode:</td>
65                                         <td class='holds_cell'><b id='holds_copy'/> </td>
66                                 </tr>
67
68                                 <tr class='hide_me' id='holds_type_row'>
69                                         <td class='holds_cell'>Hold Type:</td>
70                                         <td class='holds_cell hide_me' id='holds_is_cn'><b>Volume Hold</b></td>
71                                         <td class='holds_cell hide_me' id='holds_is_copy'><b>Copy Hold</b></td>
72                                 </tr>
73
74                                 <tr>
75                                         <td class='holds_cell'>&opac.holds.contactPhone;:</td>
76                                         <td class='holds_cell'>
77                                                 <input id='holds_phone' size='13' maxlength='12'/>
78                                                 <span style='margin-left: 4px; font-size: 7pt;'>(XXX-YYY-ZZZZ)</span>
79                                         </td>
80                                 </tr>
81                                 <tr>
82                                         <td class='holds_cell'>Enable phone notifications for this hold?</td>
83                                         <td class='holds_cell'>
84                                                 <input type='checkbox' id='holds_enable_phone'  checked='checked'
85                                                         onchange='
86                                                                 if (this.checked) $("holds_phone").disabled=false; 
87                                                                 else $("holds_phone").disabled = true;'/>
88                                         </td>
89                                 </tr>
90
91                                 <tr>
92                                         <td class='holds_cell'>&opac.holds.concactEmail;:</td>
93                                         <td class='holds_cell' id='holds_email'> 
94                         <span class='hide_me' id='holds.no_email'>
95                             (See <a class='classic_link' 
96                                 id='holds.no_email.my_account'>My Account</a> for setting your email address)
97                         </span>
98                         <span class='hide_me' id='holds.no_email.xul'>
99                             (Patron has no configured email address)
100                         </span>
101
102                     </td>
103                                 </tr>
104                                 <tr>
105                                         <td class='holds_cell'>Enable email notifications for this hold?</td>
106                                         <td class='holds_cell'>
107                                                 <input type='checkbox' id='holds_enable_email' checked='checked'/>
108                                         </td>
109                                 </tr>
110                                 <!--
111                                 <tr id='holds_depth_selector_row' class='hide_me'>
112                                         <td class='holds_cell'>Hold Range</td>
113                                         <td class='holds_cell'>
114                                                 <select id='holds_depth_selector'></select>
115                                         </td>
116                                 </tr>
117                                 -->
118                                 <tr>
119                                         <td class='holds_cell'>&opac.holds.pickupLocation;</td>
120                                         <td class='holds_cell'>
121                                                 <select id='holds_org_selector'> </select>
122                                         </td>
123                                 </tr>
124
125                                 <tr id='holds_alt_formats_row_extras' class='hide_me'>
126                                         <td colspan='2' align='center'>
127                                                 <div style='padding: 8px;'>
128                                                         <a class='classic_link' href='javascript:void(0);' style='padding: 5px;'
129                                                                 onclick='unHideMe($("holds_alt_formats_row"));'>Advanced Hold Options</a>
130                                                 </div>
131                                         </td>
132                                 </tr>
133
134                                 <tr id='holds_alt_formats_row' class='hide_me'>
135
136                                         <td class='holds_cell'>
137                                                 <div style='margin-bottom: 5px;'>
138                                                         <span>Acceptable Alternative Formats: </span>
139                                                         <span> <a class='classic_link' style='color:red;' href='javascript:void(0);' 
140                                                                 onclick='alert($("holds_explain_adv").innerHTML)'>(??)</a></span>
141                                                 </div>
142                                                 <div>(control-click to select multiple formats)</div>
143                                         </td>
144
145                                         <td class='holds_cell'>
146                                                 <select id='hold_alt_form_selector' multiple='true' style='width: 14em;'>
147                                                         <option value='at'      class='hide_me'>&opac.search.books;</option>
148                                                         <option value='at-d' class='hide_me'>&opac.search.largePrint;</option>
149                                                         <option value='i'               class='hide_me'>&opac.search.audioBooks;</option>
150                                                         <option value='g'               class='hide_me'>&opac.search.videoRecordings;</option>
151                                                         <option value='j'               class='hide_me'>&opac.search.music;</option>
152                                                 </select>
153                                         </td>
154                                 </tr>
155
156                                 <tr>
157                                         <td class='holds_cell' align='center' colspan='2'>
158                                                 <button id='holds_submit'>&opac.holds.placeHold;</button>
159                                                 <button class='hide_me' id='holds_update'>Update Hold</button>
160                                                 <span style='padding: 20px;'> </span>
161                                                 <button id='holds_cancel'>&common.cancel;</button>
162                                         </td>
163                                 </tr>
164                         </tbody>
165                 </table>
166         
167                 <div class='hide_me' id='holds_success'>&opac.holds.success;</div>
168                 <div class='hide_me' id='holds_failure'>&opac.holds.failure;</div>
169                 <span class='hide_me' id='holds_bad_phone'>
170                         The phone number does not have the correct format.
171                         The expected format is XXX-YYY-ZZZZ
172                 </span>
173
174                 <span class='hide_me' id='hold_not_allowed'>
175                         No items were found that could fulfill the requested holds.  
176                         It's possible that choosing a different format will result in a successful hold.
177          It is also possible that you have exceeded the number of allowable holds.
178                         For further information, please consult your local librarian.
179                 </span>
180
181         </div>
182
183         <span class='hide_me' id='format_words'>
184                 <span name='at'>&opac.search.books;</span>
185                 <span name='at-d'>&opac.search.largePrint;</span>
186                 <span name='i'>&opac.search.audioBooks;</span>
187                 <span name='g'>&opac.search.videoRecordings;</span>
188                 <span name='j'>&opac.search.music;</span>
189                 <span name='m'>&opac.search.electronic;</span>
190         </span>
191
192         <span class='hide_me' id='holds_explain_adv'>&holds.advanced_options;</span>
193
194         <span class='hide_me' id='holds_pick_good_org'>
195                 Please select a physical location where your hold can be delivered.
196         </span>
197
198         <span class='hide_me' id='hold_dup_exists'>
199                 A hold already exists on the requested item
200         </span>
201
202         <span class='hide_me' id='hold_dup_exists_override'>
203                 A hold already exists on the requested item.  Would you like to create the hold anyway?
204         </span>
205
206         <span id='hold_failed_patron_barred' class='hide_me'>
207                 PATRON BARRED.  
208                 Please see any notes in the "Staff Notes" section of your "My Account" page or contact your local library.
209         </span>
210
211         <span id='invalid_hold' class='hide_me'>
212                 This hold is no longer valid.  
213                 It's likely that the target for the hold was deleted from the system.
214                 Please cancel this hold and place a new one.
215         </span>
216
217         <span id='holds_invalid_recipient' class='hide_me'>
218                 The patron barcode entered as the hold recipient is invalid. 
219         </span>
220
221 </div>
222
223