]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/common/holds.xml
when a user places a hold in the OPAC, we ask the server if the hold is possible.
[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='75%'>
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>
50                                         <td class='holds_cell'>&opac.holds.contactPhone;:</td>
51                                         <td class='holds_cell' id='holds_phone'> </td>
52                                 </tr>
53                                 <tr>
54                                         <td class='holds_cell'>&opac.holds.concactEmail;:</td>
55                                         <td class='holds_cell' id='holds_email'> </td>
56                                 </tr>
57                                 <tr>
58                                         <td class='holds_cell'>&opac.holds.pickupLocation;</td>
59                                         <td class='holds_cell'>
60                                                 <select id='holds_org_selector'> </select>
61                                         </td>
62                                 </tr>
63                                 <tr>
64                                         <td class='holds_cell' align='center' colspan='2'>
65                                                 <button id='holds_submit'>&opac.holds.placeHold;</button>
66                                                 <span style='padding: 20px;'> </span>
67                                                 <button id='holds_cancel'>&common.cancel;</button>
68                                         </td>
69                                 </tr>
70                         </tbody>
71                 </table>
72         
73                 <div class='hide_me' id='holds_success'>&opac.holds.success;</div>
74                 <div class='hide_me' id='holds_failure'>&opac.holds.failure;</div>
75         
76         </div>
77 </div>