]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/holds.xml
939786db27854756b61a3ddd60cc0cf553220b33
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / holds.xml
1 <?xml version='1.0'?>
2
3 <div id='holds_box' class='hide_me non_canvas' style='margin-top: 6px;'>
4
5         <br/><br/>
6         <table width='75%'>
7                 <tbody>
8                         <tr>
9                                 <td class='holds_cell color_1' 
10                                         align='center' colspan='2'>&opac.holds.placeHold;</td>
11                         </tr>
12                         <tr>
13                                 <td class='holds_cell'>&common.title;:</td>
14                                 <td class='holds_cell' id='holds_title'> </td>
15                         </tr>
16                         <tr>
17                                 <td class='holds_cell'>&common.author;:</td>
18                                 <td class='holds_cell' id='holds_author'> </td>
19                         </tr>
20                         <tr>
21                                 <td class='holds_cell'>&common.format;:</td>
22                                 <td class='holds_cell' id='holds_format'> </td>
23                         </tr>
24                         <tr>
25                                 <td class='holds_cell'>&opac.holds.contactPhone;:</td>
26                                 <td class='holds_cell' id='holds_phone'> </td>
27                         </tr>
28                         <tr>
29                                 <td class='holds_cell'>&opac.holds.concactEmail;:</td>
30                                 <td class='holds_cell' id='holds_email'> </td>
31                         </tr>
32                         <tr>
33                                 <td class='holds_cell'>&opac.holds.pickupLocation;</td>
34                                 <td class='holds_cell'>
35                                         <select id='holds_org_selector'> </select>
36                                 </td>
37                         </tr>
38                         <tr>
39                                 <td class='holds_cell' align='center' colspan='2'>
40                                         <button id='holds_submit'>&opac.holds.placeHold;</button>
41                                         <span style='padding: 20px;'> </span>
42                                         <button id='holds_cancel'>&common.cancel;</button>
43                                 </td>
44                         </tr>
45                 </tbody>
46         </table>
47
48         <div class='hide_me' id='holds_success'>&opac.holds.success;</div>
49         <div class='hide_me' id='holds_failure'>&opac.holds.failure;</div>
50
51 </div>