]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/holds.xml
f2ebdbb0017fa11f38ed2fa04cfd766245074170
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / holds.xml
1 <?xml version='1.0'?>
2
3 <div>
4         <div id='xulholds_box' class='hide_me non_canvas' style='margin-top: 6px;'>
5                 <center>
6                         <table class='data_grid' style='margin-top: 20px;'>
7                                 <tbody>
8                                         <tr>
9                                                 <td>&opac.holds.xulRecipient;:</td>
10                                                 <td><input type='text' id='xul_recipient_barcode'> </input></td>
11                                                 <td><input type='submit' value='&common.submit;' 
12                                                         id='xul_recipient_barcode_submit'> </input></td>
13                                         </tr>
14                                 </tbody>
15                         </table>
16                 </center>
17         </div>
18
19         <div id='holds_box' class='hide_me non_canvas' style='margin-top: 6px;'>
20         
21                 <br/><br/>
22                 <table width='75%'>
23                         <tbody>
24                                 <tr>
25                                         <td class='holds_cell color_1' 
26                                                 align='center' colspan='2'>&opac.holds.placeHold;</td>
27                                 </tr>
28                                 <tr>
29                                         <td class='holds_cell'>&opac.holds.recipient;:</td>
30                                         <td class='holds_cell' id='holds_recipient'> </td>
31                                 </tr>
32                                 <tr>
33                                         <td class='holds_cell'>&common.title;:</td>
34                                         <td class='holds_cell' id='holds_title'> </td>
35                                 </tr>
36                                 <tr>
37                                         <td class='holds_cell'>&common.author;:</td>
38                                         <td class='holds_cell' id='holds_author'> </td>
39                                 </tr>
40                                 <tr>
41                                         <td class='holds_cell'>&common.format;:</td>
42                                         <td class='holds_cell' id='holds_format'> </td>
43                                 </tr>
44                                 <tr>
45                                         <td class='holds_cell'>&opac.holds.contactPhone;:</td>
46                                         <td class='holds_cell' id='holds_phone'> </td>
47                                 </tr>
48                                 <tr>
49                                         <td class='holds_cell'>&opac.holds.concactEmail;:</td>
50                                         <td class='holds_cell' id='holds_email'> </td>
51                                 </tr>
52                                 <tr>
53                                         <td class='holds_cell'>&opac.holds.pickupLocation;</td>
54                                         <td class='holds_cell'>
55                                                 <select id='holds_org_selector'> </select>
56                                         </td>
57                                 </tr>
58                                 <tr>
59                                         <td class='holds_cell' align='center' colspan='2'>
60                                                 <button id='holds_submit'>&opac.holds.placeHold;</button>
61                                                 <span style='padding: 20px;'> </span>
62                                                 <button id='holds_cancel'>&common.cancel;</button>
63                                         </td>
64                                 </tr>
65                         </tbody>
66                 </table>
67         
68                 <div class='hide_me' id='holds_success'>&opac.holds.success;</div>
69                 <div class='hide_me' id='holds_failure'>&opac.holds.failure;</div>
70         
71         </div>
72 </div>