]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/common/holds.xml
disabling hold notify checkbox when user has no email and showing message pointing...
[working/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' id='holds.no_email.my_account'>My Account</a> for setting your email address)
96                         </span>
97                     </td>
98                                 </tr>
99                                 <tr>
100                                         <td class='holds_cell'>Enable email notifications for this hold?</td>
101                                         <td class='holds_cell'>
102                                                 <input type='checkbox' id='holds_enable_email' checked='checked'/>
103                                         </td>
104                                 </tr>
105                                 <!--
106                                 <tr id='holds_depth_selector_row' class='hide_me'>
107                                         <td class='holds_cell'>Hold Range</td>
108                                         <td class='holds_cell'>
109                                                 <select id='holds_depth_selector'></select>
110                                         </td>
111                                 </tr>
112                                 -->
113                                 <tr>
114                                         <td class='holds_cell'>&opac.holds.pickupLocation;</td>
115                                         <td class='holds_cell'>
116                                                 <select id='holds_org_selector'> </select>
117                                         </td>
118                                 </tr>
119
120                                 <tr id='holds_alt_formats_row_extras' class='hide_me'>
121                                         <td colspan='2' align='center'>
122                                                 <div style='padding: 8px;'>
123                                                         <a class='classic_link' href='javascript:void(0);' style='padding: 5px;'
124                                                                 onclick='unHideMe($("holds_alt_formats_row"));'>Advanced Hold Options</a>
125                                                 </div>
126                                         </td>
127                                 </tr>
128
129                                 <tr id='holds_alt_formats_row' class='hide_me'>
130
131                                         <td class='holds_cell'>
132                                                 <div style='margin-bottom: 5px;'>
133                                                         <span>Acceptable Alternative Formats: </span>
134                                                         <span> <a class='classic_link' style='color:red;' href='javascript:void(0);' 
135                                                                 onclick='alert($("holds_explain_adv").innerHTML)'>(??)</a></span>
136                                                 </div>
137                                                 <div>(control-click to select multiple formats)</div>
138                                         </td>
139
140                                         <td class='holds_cell'>
141                                                 <select id='hold_alt_form_selector' multiple='true' style='width: 14em;'>
142                                                         <option value='at'      class='hide_me'>&opac.search.books;</option>
143                                                         <option value='at-d' class='hide_me'>&opac.search.largePrint;</option>
144                                                         <option value='i'               class='hide_me'>&opac.search.audioBooks;</option>
145                                                         <option value='g'               class='hide_me'>&opac.search.videoRecordings;</option>
146                                                         <option value='j'               class='hide_me'>&opac.search.music;</option>
147                                                 </select>
148                                         </td>
149                                 </tr>
150
151                                 <tr>
152                                         <td class='holds_cell' align='center' colspan='2'>
153                                                 <button id='holds_submit'>&opac.holds.placeHold;</button>
154                                                 <button class='hide_me' id='holds_update'>Update Hold</button>
155                                                 <span style='padding: 20px;'> </span>
156                                                 <button id='holds_cancel'>&common.cancel;</button>
157                                         </td>
158                                 </tr>
159                         </tbody>
160                 </table>
161         
162                 <div class='hide_me' id='holds_success'>&opac.holds.success;</div>
163                 <div class='hide_me' id='holds_failure'>&opac.holds.failure;</div>
164                 <span class='hide_me' id='holds_bad_phone'>
165                         The phone number does not have the correct format.
166                         The expected format is XXX-YYY-ZZZZ
167                 </span>
168
169                 <span class='hide_me' id='hold_not_allowed'>
170                         No items were found that could fulfill the requested holds.  
171                         It's possible that choosing a different format will result in a successful hold.
172          It is also possible that you have exceeded the number of allowable holds.
173                         For further information, please consult your local librarian.
174                 </span>
175
176         </div>
177
178         <span class='hide_me' id='format_words'>
179                 <span name='at'>&opac.search.books;</span>
180                 <span name='at-d'>&opac.search.largePrint;</span>
181                 <span name='i'>&opac.search.audioBooks;</span>
182                 <span name='g'>&opac.search.videoRecordings;</span>
183                 <span name='j'>&opac.search.music;</span>
184                 <span name='m'>&opac.search.electronic;</span>
185         </span>
186
187         <span class='hide_me' id='holds_explain_adv'>&holds.advanced_options;</span>
188
189         <span class='hide_me' id='holds_pick_good_org'>
190                 Please select a physical location where your hold can be delivered.
191         </span>
192
193         <span class='hide_me' id='hold_dup_exists'>
194                 A hold already exists on the requested item
195         </span>
196
197         <span class='hide_me' id='hold_dup_exists_override'>
198                 A hold already exists on the requested item.  Would you like to create the hold anyway?
199         </span>
200
201         <span id='hold_failed_patron_barred' class='hide_me'>
202                 PATRON BARRED.  
203                 Please see any notes in the "Staff Notes" section of your "My Account" page or contact your local library.
204         </span>
205
206         <span id='invalid_hold' class='hide_me'>
207                 This hold is no longer valid.  
208                 It's likely that the target for the hold was deleted from the system.
209                 Please cancel this hold and place a new one.
210         </span>
211
212         <span id='holds_invalid_recipient' class='hide_me'>
213                 The patron barcode entered as the hold recipient is invalid. 
214         </span>
215
216 </div>
217
218