]> git.evergreen-ils.org Git - working/Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/common/holds.xml
removed the hold range selector for staff holds
[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'> </td>
94                                 </tr>
95                                 <tr>
96                                         <td class='holds_cell'>Enable email notifications for this hold?</td>
97                                         <td class='holds_cell'>
98                                                 <input type='checkbox' id='holds_enable_email' checked='checked'/>
99                                         </td>
100                                 </tr>
101                                 <!--
102                                 <tr id='holds_depth_selector_row' class='hide_me'>
103                                         <td class='holds_cell'>Hold Range</td>
104                                         <td class='holds_cell'>
105                                                 <select id='holds_depth_selector'></select>
106                                         </td>
107                                 </tr>
108                                 -->
109                                 <tr>
110                                         <td class='holds_cell'>&opac.holds.pickupLocation;</td>
111                                         <td class='holds_cell'>
112                                                 <select id='holds_org_selector'> </select>
113                                         </td>
114                                 </tr>
115
116                                 <tr id='holds_alt_formats_row_extras' class='hide_me'>
117                                         <td colspan='2' align='center'>
118                                                 <div style='padding: 8px;'>
119                                                         <a class='classic_link' href='javascript:void(0);' style='padding: 5px;'
120                                                                 onclick='unHideMe($("holds_alt_formats_row"));'>Advanced Hold Options</a>
121                                                 </div>
122                                         </td>
123                                 </tr>
124
125                                 <tr id='holds_alt_formats_row' class='hide_me'>
126
127                                         <td class='holds_cell'>
128                                                 <div style='margin-bottom: 5px;'>
129                                                         <span>Acceptable Alternative Formats: </span>
130                                                         <span> <a class='classic_link' style='color:red;' href='javascript:void(0);' 
131                                                                 onclick='alert($("holds_explain_adv").innerHTML)'>(??)</a></span>
132                                                 </div>
133                                                 <div>(control-click to select multiple formats)</div>
134                                         </td>
135
136                                         <td class='holds_cell'>
137                                                 <select id='hold_alt_form_selector' multiple='true' style='width: 14em;'>
138                                                         <option value='at'      class='hide_me'>&opac.search.books;</option>
139                                                         <option value='at-d' class='hide_me'>&opac.search.largePrint;</option>
140                                                         <option value='i'               class='hide_me'>&opac.search.audioBooks;</option>
141                                                         <option value='g'               class='hide_me'>&opac.search.videoRecordings;</option>
142                                                         <option value='j'               class='hide_me'>&opac.search.music;</option>
143                                                 </select>
144                                         </td>
145                                 </tr>
146
147                                 <tr>
148                                         <td class='holds_cell' align='center' colspan='2'>
149                                                 <button id='holds_submit'>&opac.holds.placeHold;</button>
150                                                 <button class='hide_me' id='holds_update'>Update Hold</button>
151                                                 <span style='padding: 20px;'> </span>
152                                                 <button id='holds_cancel'>&common.cancel;</button>
153                                         </td>
154                                 </tr>
155                         </tbody>
156                 </table>
157         
158                 <div class='hide_me' id='holds_success'>&opac.holds.success;</div>
159                 <div class='hide_me' id='holds_failure'>&opac.holds.failure;</div>
160                 <span class='hide_me' id='holds_bad_phone'>
161                         The phone number does not have the correct format.
162                         The expected format is XXX-YYY-ZZZZ
163                 </span>
164
165                 <span class='hide_me' id='hold_not_allowed'>
166                         No items were found that could fulfill the requested holds.  
167                         It's possible that changing the pickup library or choosing a 
168                         different format will result in a successful hold.
169                 </span>
170
171         </div>
172
173         <span class='hide_me' id='format_words'>
174                 <span name='at'>&opac.search.books;</span>
175                 <span name='at-d'>&opac.search.largePrint;</span>
176                 <span name='i'>&opac.search.audioBooks;</span>
177                 <span name='g'>&opac.search.videoRecordings;</span>
178                 <span name='j'>&opac.search.music;</span>
179                 <span name='m'>&opac.search.electronic;</span>
180         </span>
181
182         <span class='hide_me' id='holds_explain_adv'>&holds.advanced_options;</span>
183
184         <span class='hide_me' id='holds_pick_good_org'>
185                 Please select a physical location where your hold can be delivered.
186         </span>
187
188 </div>
189
190