]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/skin/default/xml/myopac/myopac_holds.xml
turned <b.. /> into <b..> </b> for internet explorer.
[Evergreen.git] / Open-ILS / web / opac / skin / default / xml / myopac / myopac_holds.xml
1
2 <div id='myopac_holds_div' xmlns:xi="http://www.w3.org/2001/XInclude" >
3
4         <script language='javascript' src='../js/holds.js'> </script>
5
6         <table class='light_border data_grid data_grid_center'>
7
8                 <thead class='color_3'>
9                         <tr>
10                                 <td width='30%'>Title</td>
11                                 <td width='30%'>Author</td>
12                                 <td>Formats</td>
13                                 <td>Pickup Location</td>
14                                 <!--
15                                 <td>Enable Email Notification</td>
16                                 <td>Enable Phone Notification</td>
17                                 <td>Notification Phone Number</td>
18                                 -->
19                                 <td>Edit/Cancel</td>
20                         </tr>
21                 </thead>
22
23                 <tbody id='myopac_holds_tbody'>
24
25                         <tr id='myopac_holds_none' class='hide_me'>
26                                 <td colspan='10'><b>You have no items on hold at this time</b></td>
27                         </tr>
28                         <tr id='myopac_holds_loading'><td>Loading...</td></tr>
29
30                         <tr id='myopac_holds_row' class='hide_me'>
31
32                                 <td name='myopac_holds_title'>
33                                         <a href='javascript:void(0);' name='myopac_holds_title_link'> </a>
34                                 </td>
35
36                                 <td name='myopac_holds_author'>
37                                         <a href='javascript:void(0);' name='myopac_holds_author_link'> </a>
38                                 </td>
39
40                                 <td name='myopac_holds_formats'> </td>
41
42                                 <td name='myopac_holds_location'></td>
43
44                                 <td name='myopac_holds_cancel' style='border-left: 3px solid #E0E0E0; border-right: 3px solid #E0E0E0;'>
45                                         <a href='javascript:void(0);' 
46                                                 name='myopac_holds_edit_link' class='classic_link'>Edit</a>
47                                         <a href='javascript:void(0);' 
48                                                 name='myopac_holds_cancel_link' class='classic_link'>Cancel</a>
49                                 </td>
50
51                         </tr>
52                 </tbody>
53         </table>
54
55         <span class='hide_me' id='myopac_holds_cancel_verify'>
56                 If you wish to cancel the selected hold, click OK, otherwise click Cancel.
57         </span>
58
59         <!--
60         <span class='hide_me' id='myopac_hold_email_verify'>
61                 Are you sure you wish to the email notification setting for this hold?
62         </span>
63
64         <span class='hide_me' id='myopac_hold_phone_change'>
65                 Enter the new hold notification phone number or click 'Cancel' to keep the current phone number.
66                 The required format is XXX-YYY-ZZZZ.
67         </span>
68         <span class='hide_me' id='myopac_bad_phone'>
69                 The phone number does not have the correct format.  
70                 The required format is XXX-YYY-ZZZZ
71         </span>
72
73         <span class='hide_me' id='myopac_hold_phone_verify'>
74                 Are you sure you with to disable phone notifications for this hold?
75         </span>
76
77         <span class='hide_me' id='myopac_cannot_change_pickup'>
78                 The selected hold is either in transit or has arrived at the pickup location.
79                 The pickup location for this hold cannot be changed.
80         </span>
81         -->
82
83 </div>
84
85