Lines 183-189
$(document).ready(function() {
Link Here
|
183 |
<div id="subscription-year-[% year.year %]"> |
183 |
<div id="subscription-year-[% year.year %]"> |
184 |
<table> |
184 |
<table> |
185 |
<tr> |
185 |
<tr> |
186 |
[% UNLESS ( year.onesubscription ) %] |
186 |
[% UNLESS ( onesubscription ) %] |
187 |
<th># Subs</th> |
187 |
<th># Subs</th> |
188 |
[% END %] |
188 |
[% END %] |
189 |
<th>Date published |
189 |
<th>Date published |
Lines 205-211
$(document).ready(function() {
Link Here
|
205 |
</tr> |
205 |
</tr> |
206 |
[% FOREACH serial IN year.serials %] |
206 |
[% FOREACH serial IN year.serials %] |
207 |
[% UNLESS ( loop.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] |
207 |
[% UNLESS ( loop.odd ) %]<tr class="highlight">[% ELSE %]<tr>[% END %] |
208 |
[% UNLESS ( serial.onesubscription ) %] |
208 |
[% UNLESS ( onesubscription ) %] |
209 |
<td><a href="serials-collection.pl?subscriptionid=[% serial.subscriptionid %]">[% serial.subscriptionid %]</a></td> |
209 |
<td><a href="serials-collection.pl?subscriptionid=[% serial.subscriptionid %]">[% serial.subscriptionid %]</a></td> |
210 |
[% END %] |
210 |
[% END %] |
211 |
<td> |
211 |
<td> |
212 |
- |
|
|