]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/common/holds.xml
added much control over holds during placement and after the fact
[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                                         </tr>
13                                 </tbody>
14                         </table>
15                 </center>
16         </div>
17
18         <div id='check_holds_box' class='hide_me non_canvas' 
19                 style='margin-top: 6px; width: 100%; text-align: center'>
20                 <br/><br/><br/>
21                 <b>Checking for possibility of hold fulfillment...</b>
22         </div>
23
24         <div id='holds_box' class='hide_me non_canvas' style='margin-top: 6px;'>
25         
26                 <br/><br/>
27                 <table width='90%'>
28                         <tbody>
29                                 <tr>
30                                         <td class='holds_cell color_1' 
31                                                 align='center' colspan='2'>&opac.holds.placeHold;</td>
32                                 </tr>
33                                 <tr>
34                                         <td class='holds_cell'>&opac.holds.recipient;:</td>
35                                         <td class='holds_cell' id='holds_recipient'> </td>
36                                 </tr>
37                                 <tr>
38                                         <td class='holds_cell'>&common.title;:</td>
39                                         <td class='holds_cell' id='holds_title'> </td>
40                                 </tr>
41                                 <tr>
42                                         <td class='holds_cell'>&common.author;:</td>
43                                         <td class='holds_cell' id='holds_author'> </td>
44                                 </tr>
45                                 <tr>
46                                         <td class='holds_cell'>&common.format;:</td>
47                                         <td class='holds_cell' id='holds_format'> </td>
48                                 </tr>
49                                 <tr id='hold_physical_desc_row'>
50                                         <td class='holds_cell'>Physical Description:</td>
51                                         <td class='holds_cell' id='holds_physical_desc'> </td>
52                                 </tr>
53                                 <tr>
54                                         <td class='holds_cell'>&opac.holds.contactPhone;:</td>
55                                         <!--
56                                         <td class='holds_cell' id='holds_phone'> </td>
57                                         -->
58                                         <td class='holds_cell'>
59                                                 <input id='holds_phone' size='13' maxlength='12'/>
60                                                 <span style='margin-left: 4px; font-size: 7pt;'>(XXX-YYY-ZZZZ)</span>
61                                         </td>
62                                 </tr>
63                                 <tr>
64                                         <td class='holds_cell'>Enable phone notifications for this hold?</td>
65                                         <td class='holds_cell'>
66                                                 <input type='checkbox' id='holds_enable_phone' checked='checked'/>
67                                         </td>
68                                 </tr>
69
70                                 <tr>
71                                         <td class='holds_cell'>&opac.holds.concactEmail;:</td>
72                                         <td class='holds_cell' id='holds_email'> </td>
73                                 </tr>
74                                 <tr>
75                                         <td class='holds_cell'>Enable email notifications for this hold?</td>
76                                         <td class='holds_cell'>
77                                                 <input type='checkbox' id='holds_enable_email' checked='checked'/>
78                                         </td>
79                                 </tr>
80                                 <tr>
81                                         <td class='holds_cell'>&opac.holds.pickupLocation;</td>
82                                         <td class='holds_cell'>
83                                                 <select id='holds_org_selector'> </select>
84                                         </td>
85                                 </tr>
86                                 <tr>
87                                         <td class='holds_cell' align='center' colspan='2'>
88                                                 <button id='holds_submit'>&opac.holds.placeHold;</button>
89                                                 <span style='padding: 20px;'> </span>
90                                                 <button id='holds_cancel'>&common.cancel;</button>
91                                         </td>
92                                 </tr>
93                         </tbody>
94                 </table>
95         
96                 <div class='hide_me' id='holds_success'>&opac.holds.success;</div>
97                 <div class='hide_me' id='holds_failure'>&opac.holds.failure;</div>
98                 <span class='hide_me' id='holds_bad_phone'>
99                         The phone number does not have the correct format.
100                         The expected format is XXX-YYY-ZZZZ
101                 </span>
102         
103         </div>
104 </div>