]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/common/holds.xml
reorganizing into logical chunks for ease of maintenance
[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='holds_box' class='hide_me non_canvas' style='margin-top: 6px;'>
19         
20                 <br/><br/>
21                 <table width='75%'>
22                         <tbody>
23                                 <tr>
24                                         <td class='holds_cell color_1' 
25                                                 align='center' colspan='2'>&opac.holds.placeHold;</td>
26                                 </tr>
27                                 <tr>
28                                         <td class='holds_cell'>&opac.holds.recipient;:</td>
29                                         <td class='holds_cell' id='holds_recipient'> </td>
30                                 </tr>
31                                 <tr>
32                                         <td class='holds_cell'>&common.title;:</td>
33                                         <td class='holds_cell' id='holds_title'> </td>
34                                 </tr>
35                                 <tr>
36                                         <td class='holds_cell'>&common.author;:</td>
37                                         <td class='holds_cell' id='holds_author'> </td>
38                                 </tr>
39                                 <tr>
40                                         <td class='holds_cell'>&common.format;:</td>
41                                         <td class='holds_cell' id='holds_format'> </td>
42                                 </tr>
43                                 <tr>
44                                         <td class='holds_cell'>&opac.holds.contactPhone;:</td>
45                                         <td class='holds_cell' id='holds_phone'> </td>
46                                 </tr>
47                                 <tr>
48                                         <td class='holds_cell'>&opac.holds.concactEmail;:</td>
49                                         <td class='holds_cell' id='holds_email'> </td>
50                                 </tr>
51                                 <tr>
52                                         <td class='holds_cell'>&opac.holds.pickupLocation;</td>
53                                         <td class='holds_cell'>
54                                                 <select id='holds_org_selector'> </select>
55                                         </td>
56                                 </tr>
57                                 <tr>
58                                         <td class='holds_cell' align='center' colspan='2'>
59                                                 <button id='holds_submit'>&opac.holds.placeHold;</button>
60                                                 <span style='padding: 20px;'> </span>
61                                                 <button id='holds_cancel'>&common.cancel;</button>
62                                         </td>
63                                 </tr>
64                         </tbody>
65                 </table>
66         
67                 <div class='hide_me' id='holds_success'>&opac.holds.success;</div>
68                 <div class='hide_me' id='holds_failure'>&opac.holds.failure;</div>
69         
70         </div>
71 </div>