Lines 64-70
$(document).ready(function() {
Link Here
|
64 |
[% UNLESS ( popup ) %] |
64 |
[% UNLESS ( popup ) %] |
65 |
[% INCLUDE 'serials-toolbar.inc' %] |
65 |
[% INCLUDE 'serials-toolbar.inc' %] |
66 |
|
66 |
|
67 |
<h1>Serial Collection information for <i>[% bibliotitle %]</i> |
67 |
<h1>Serial collection information for <i>[% bibliotitle %]</i> |
68 |
[% IF location %] ([% location %] ) [% END %] |
68 |
[% IF location %] ([% location %] ) [% END %] |
69 |
[% IF ( callnumber ) %]callnumber: [% callnumber %][% END %]</h1> |
69 |
[% IF ( callnumber ) %]callnumber: [% callnumber %][% END %]</h1> |
70 |
[% END %] |
70 |
[% END %] |
Lines 72-89
$(document).ready(function() {
Link Here
|
72 |
[% IF ( subscriptions ) %] |
72 |
[% IF ( subscriptions ) %] |
73 |
<table> |
73 |
<table> |
74 |
[% IF ( subscriptions.size == 1 ) %] |
74 |
[% IF ( subscriptions.size == 1 ) %] |
75 |
<caption> Subscription Summary</caption> |
75 |
<caption> Subscription summary</caption> |
76 |
[% ELSE %] |
76 |
[% ELSE %] |
77 |
<caption> Subscription Summaries</caption> |
77 |
<caption> Subscription summaries</caption> |
78 |
[% END %] |
78 |
[% END %] |
79 |
<tr> |
79 |
<tr> |
80 |
<th>Subscription Num. </th> |
80 |
<th>Subscription num. </th> |
81 |
<th>Frequency</th> |
81 |
<th>Frequency</th> |
82 |
<th>Numbering pattern</th> |
82 |
<th>Numbering pattern</th> |
83 |
<th>Library</th> |
83 |
<th>Library</th> |
84 |
<th>Call number</th> |
84 |
<th>Call number</th> |
85 |
<th>Notes</th> |
85 |
<th>Notes</th> |
86 |
<th>Routing</th> |
86 |
[% IF ( routing && CAN_user_serials_routing ) %]<th>Routing</th>[% END %] |
87 |
<th>Renew</th> |
87 |
<th>Renew</th> |
88 |
</tr> |
88 |
</tr> |
89 |
[% FOREACH subscription IN subscriptions %] |
89 |
[% FOREACH subscription IN subscriptions %] |
Lines 146-155
$(document).ready(function() {
Link Here
|
146 |
[% END %]</td> |
146 |
[% END %]</td> |
147 |
<td> [% subscription.branchcode %]</td> |
147 |
<td> [% subscription.branchcode %]</td> |
148 |
<td> [% subscription.callnumber %]</td> |
148 |
<td> [% subscription.callnumber %]</td> |
149 |
<td> [% subscription.notes %] [% IF ( subscription.subscriptionexpired ) %]<br /><span class="problem"> Subscription Expired</span> |
149 |
<td> [% subscription.notes %] [% IF ( subscription.subscriptionexpired ) %]<br /><span class="problem"> Subscription expired</span> |
150 |
[% END %] |
150 |
[% END %] |
151 |
</td> |
151 |
</td> |
152 |
<td><a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscription.subscriptionid %]">Edit Routing List</a></td> |
152 |
[% IF ( routing && CAN_user_serials_routing ) %] |
|
|
153 |
<td> |
154 |
<a href="/cgi-bin/koha/serials/routing.pl?subscriptionid=[% subscription.subscriptionid %]">Edit routing list</a> |
155 |
</td> |
156 |
[% END %] |
153 |
[% IF ( subscription.abouttoexpire ) %]<td class="problem"> <a href="/cgi-bin/koha/serials/subscription-renew.pl?subscriptionid=[% subscription.subscriptionid %]" onclick="popup([% subscription.subscriptionid %]); return false;">Renew</a></td> |
157 |
[% IF ( subscription.abouttoexpire ) %]<td class="problem"> <a href="/cgi-bin/koha/serials/subscription-renew.pl?subscriptionid=[% subscription.subscriptionid %]" onclick="popup([% subscription.subscriptionid %]); return false;">Renew</a></td> |
154 |
[% ELSE %] |
158 |
[% ELSE %] |
155 |
[% IF ( subscription.subscriptionexpired ) %]<td class="problem"> <a href="/cgi-bin/koha/serials/subscription-renew.pl?subscriptionid=[% subscription.subscriptionid %]" onclick="popup([% subscription.subscriptionid %]); return false;">Renew</a></td> |
159 |
[% IF ( subscription.subscriptionexpired ) %]<td class="problem"> <a href="/cgi-bin/koha/serials/subscription-renew.pl?subscriptionid=[% subscription.subscriptionid %]" onclick="popup([% subscription.subscriptionid %]); return false;">Renew</a></td> |
Lines 199-207
$(document).ready(function() {
Link Here
|
199 |
</th> |
203 |
</th> |
200 |
<th>Branch |
204 |
<th>Branch |
201 |
</th> |
205 |
</th> |
202 |
<th>Routing |
206 |
[% IF ( routing ) %]<th>Routing</th>[% END %] |
203 |
</th> |
|
|
204 |
|
205 |
[% IF ( CAN_user_serials_receive_serials ) %]<th>Edit</th>[% END %] |
207 |
[% IF ( CAN_user_serials_receive_serials ) %]<th>Edit</th>[% END %] |
206 |
</tr> |
208 |
</tr> |
207 |
[% FOREACH serial IN year.serials %] |
209 |
[% FOREACH serial IN year.serials %] |
Lines 227-235
$(document).ready(function() {
Link Here
|
227 |
<td> |
229 |
<td> |
228 |
[% serial.branchcode %] |
230 |
[% serial.branchcode %] |
229 |
</td> |
231 |
</td> |
230 |
<td> |
232 |
[% IF ( routing ) %] |
231 |
<a href="" onclick="print_slip([% serial.subscriptionid |html %], '[% serial.serialseq |html %]'); return false" >Print list</a> |
233 |
<td> |
232 |
</td> |
234 |
<a href="" onclick="print_slip([% serial.subscriptionid |html %], '[% serial.serialseq |html %]'); return false" >Print list</a> |
|
|
235 |
</td> |
236 |
[% END %] |
233 |
[% IF ( CAN_user_serials_receive_serials ) %] |
237 |
[% IF ( CAN_user_serials_receive_serials ) %] |
234 |
<td> |
238 |
<td> |
235 |
[% IF ( serial.cannotedit ) %] |
239 |
[% IF ( serial.cannotedit ) %] |