]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/templates/default/opac/myopac/circs.tt2
ctx.media_prefix for all images and css
[Evergreen.git] / Open-ILS / web / templates / default / opac / myopac / circs.tt2
1 [%  WRAPPER "default/opac/parts/base.tt2" +
2         "default/opac/parts/myopac/base.tt2";
3     myopac_page = "circs"  %]
4 <div id='myopac_checked_div' style="padding:0px;">
5     <div id="acct_checked_tabs" style="padding-bottom: 12px;color:#666;">
6         <div class="align selected" id="checked_label">
7             <img src="[% ctx.media_prefix %]/images/sub_checked_out_on.jpg" />
8         </div>
9         <div class="align" id="checked_hist_link">
10             <a class="" href="#"><img
11                 src="[% ctx.media_prefix %]/images/sub_checked_hist_off.jpg" /></a>
12         </div>
13         <div class="align hide_me" id="checked_link">
14             <a href="#">
15                 <img src="[% ctx.media_prefix %]/images/sub_checked_out_off.jpg" />
16             </a>
17         </div>
18         <div class="align selected hide_me" id="checked_hist_label">
19             <img src="[% ctx.media_prefix %]/images/sub_checked_hist_on.jpg" />
20         </div>    
21         <div class="clear-both"></div>
22     </div>
23     
24     <div class="header_middle">
25         <span id="acct_checked_header" style="float:left;">
26             Current Items Checked Out
27         </span>
28         <span style="float:right;">
29             <a class="hide_me" href="#">Export List</a>
30         </span>
31     </div>
32     <div class="clear-both"></div>
33     <div id='checked_main'>
34         <table cellpadding='0' cellspacing='0' border='0'
35             style="padding:8px 0px 6px 0px;">
36             <tr>
37                 <td>
38                     <a href="#">Renew Selected Titles</a>
39                 </td>
40                 <td style="padding-left:9px;">
41                     <a class="hide_me" href="#"><img
42                         alt="Save"
43                         src="[% ctx.media_prefix %]/images/save-btn.png" /></a>
44                 </td>
45                 <td style="padding-left:5px;">
46                     <a href="#"><img alt="Renewing Help"
47                         src="[% ctx.media_prefix %]/images/question-mark.png" /></a>
48                 </td>
49             </tr>
50         </table>
51         <table id="acct_checked_main_header" cellpadding='0' cellspacing='0'
52             border='0'>
53             <tr>
54                 <td width="1%" style="padding-left:10px;">
55                     <input type="checkbox" id="check_all_checked" />
56                 </td>
57                 <td width="40%" style="padding-left:5px;">
58                     <span title="Click to sort" style="cursor:pointer;">
59                         Title
60                     </span> /
61                     <span title="Click to sort" style="cursor:pointer;">
62                         Author
63                     </span>
64                 </td>
65                 <td width="8%" style="padding-right:5px;" align="center">
66                     <span title="Click to sort" style="cursor:pointer;">
67                         Renews<br />Left
68                     </span>
69                 </td>
70                 <td width="13%" style="padding-left:5px;">
71                     <span title="Click to sort" style="cursor:pointer;">Due Date
72                     </span>
73                 </td>
74                 <td width="16%">
75                     <span title="Click to sort" style="cursor:pointer;">barcode</span>
76                 </td>
77                 <td width="22%">
78                     <span title="Click to sort" style="cursor:pointer;">call number</span>
79                 </td>
80             </tr>
81         </table>
82    
83         <div id="checked_temp_parent">
84             <div id="acct_checked_temp">
85                 <table cellpadding='0' cellspacing='0' border='0'
86                     style="margin-top:5px;">
87                     <tr>
88                         <td width="1%" style="padding-left:10px;" valign="top">
89                             <input type="checkbox" name="check_all_checked" />
90                         </td>
91                         <td width="40%"
92                             style="padding-left:5px;padding-bottom:10px;"
93                             name="author">
94                             <a href="#" name="title"></a>
95                         </td>
96                         <td width="8%" name="renewals" align="center"></td>
97                         <td width="13%" style="padding-left:5px;"
98                             name="due_date"></td>
99                         <td width="16%" name="barcode"></td>
100                         <td width="22%" name="call_number"></td>
101                     </tr>
102                 </table>
103             </div>
104         </div>
105     </div>
106     <div id='checked_hist' class="hide_me" style="padding-top:8px;">
107         <table id="acct_checked_hist_header" cellpadding='0' cellspacing='0'
108             border='0' width='100%'>
109             <tr>
110                 <td width="45%" style="padding-left:15px;">
111                     <span title="Click to sort"
112                         style="cursor:pointer;">Title</span> /
113                     <span title="Click to sort"
114                         style="cursor:pointer;">Author</span>
115                 </td>
116                 <td width="22%"
117                     style="white-space:nowrap;padding-left:5px;">
118                     <span title="Click to sort"
119                         style="cursor:pointer;">Call Number</span>
120                 </td>
121                 <td width="11%">
122                     <span title="Click to sort"
123                         style="cursor:pointer;">Checkout</span>
124                 </td>
125                 <td width="11%">
126                     <span title="Click to sort"
127                         style="cursor:pointer;">Due Date</span>
128                 </td>
129                 <td width="11%">
130                     <span title="Click to sort"
131                         style="cursor:pointer;">Returned</span>
132                 </td>
133             </tr>
134         </table>
135         <table cellpadding='0' cellspacing='0' border='0'
136             style="margin-top:5px;" width="100%">
137             <tbody id="acct_checked_hist_parent">
138                 <tr id="acct_checked_hist_temp">
139                     <td width="45%"
140                         style="padding-left:15px;padding-bottom:10px;">
141                         <a href="#" name="title"></a> /
142                         <span name="author"></span>
143                     </td>
144                     <td width="22%" style="padding-left:5px;"
145                         name="call_number"></td>
146                     <td width="11%" name="checkout"></td>
147                     <td width="11%" name="due_date"></td>
148                     <td width="11%" name="returned"
149                         nowrap="nowrap" style="white-space:nowrap;"></td>
150                 </tr>
151             </tbody>
152         </table>
153     </div>
154     <div id='non_cat_circs_div' class='hide_me'>
155         <br/>
156         <div style='text-align: center'><b>[% l("Other Circulations") %]</b></div>
157         <table class='data_grid' width='100%'>
158             <thead>
159                 <tr>
160                     <td>[% l("Circulating Library") %]</td>
161                     <td>[% l("Circulation Type") %]</td>
162                     <td>[% l("Please return by ...") %]</td>
163                 </tr>
164             </thead>
165             <tbody id='non_cat_circs_tbody'>
166                 <tr id='non_cat_circs_row'>
167                     <td name='circ_lib'/>
168                     <td name='item_type'/>
169                     <td name='circ_time'/>
170                 </tr>
171             </tbody>
172         </table>
173     </div>
174     <div id='myopac_renew_success' class='hide_me'>[% l("item(s) successfully renewed") %]</div>
175     <span class='hide_me' id='myopac_renew_confirm'>[% l("Are you sure you wish to renew the selected item(s)?") %]</span>
176     <span class='hide_me' id='myopac_renew_fail'>[% l("The system is unable to renew the selected item at this time.  This usually means the item is needed to fulfill a hold.  Please see a librarian for further help.") %]</span>
177    <span class='hide_me' id='myopac_renew_fail2'>[% l("Library policy prevents the renewal of this item at this time.  Please see a librarian for further details.") %]</span>
178 </div>
179 [% END %]