]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/common/holds.xml
turned <b.. /> into <b..> </b> for internet explorer.
[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'>Place or Edit a Hold</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                                                         onchange='
68                                                                 if (this.checked) $("holds_phone").disabled=false; 
69                                                                 else $("holds_phone").disabled = true;'/>
70                                         </td>
71                                 </tr>
72
73                                 <tr>
74                                         <td class='holds_cell'>&opac.holds.concactEmail;:</td>
75                                         <td class='holds_cell' id='holds_email'> </td>
76                                 </tr>
77                                 <tr>
78                                         <td class='holds_cell'>Enable email notifications for this hold?</td>
79                                         <td class='holds_cell'>
80                                                 <input type='checkbox' id='holds_enable_email' checked='checked'/>
81                                         </td>
82                                 </tr>
83                                 <tr>
84                                         <td class='holds_cell'>&opac.holds.pickupLocation;</td>
85                                         <td class='holds_cell'>
86                                                 <select id='holds_org_selector'> </select>
87                                         </td>
88                                 </tr>
89                                 <tr>
90                                         <td class='holds_cell' align='center' colspan='2'>
91                                                 <!--
92                                                 <button id='holds_submit'>&opac.holds.placeHold;</button>
93                                                 -->
94                                                 <button id='holds_submit'>Update Hold</button>
95                                                 <span style='padding: 20px;'> </span>
96                                                 <button id='holds_cancel'>&common.cancel;</button>
97                                         </td>
98                                 </tr>
99                         </tbody>
100                 </table>
101         
102                 <div class='hide_me' id='holds_success'>&opac.holds.success;</div>
103                 <div class='hide_me' id='holds_failure'>&opac.holds.failure;</div>
104                 <span class='hide_me' id='holds_bad_phone'>
105                         The phone number does not have the correct format.
106                         The expected format is XXX-YYY-ZZZZ
107                 </span>
108         
109         </div>
110 </div>