Lines 164-174
Link Here
|
164 |
[% IF ( subscriptions.size > 1 ) %] |
164 |
[% IF ( subscriptions.size > 1 ) %] |
165 |
<th># Subs</th> |
165 |
<th># Subs</th> |
166 |
[% END %] |
166 |
[% END %] |
167 |
<th class="title-string">Date published |
167 |
<th>Date published |
168 |
</th> |
168 |
</th> |
169 |
<th class="title-string">Date published (text) |
169 |
<th>Date published (text) |
170 |
</th> |
170 |
</th> |
171 |
<th class="title-string">Date received |
171 |
<th>Date received |
172 |
</th> |
172 |
</th> |
173 |
<th>Number |
173 |
<th>Number |
174 |
</th> |
174 |
</th> |
Lines 212-241
Link Here
|
212 |
[% IF ( subscriptions.size > 1 ) %] |
212 |
[% IF ( subscriptions.size > 1 ) %] |
213 |
<td><a href="serials-collection.pl?subscriptionid=[% serial.subscriptionid | uri %]">[% serial.subscriptionid | html %]</a></td> |
213 |
<td><a href="serials-collection.pl?subscriptionid=[% serial.subscriptionid | uri %]">[% serial.subscriptionid | html %]</a></td> |
214 |
[% END %] |
214 |
[% END %] |
215 |
<td> |
215 |
<td data-order="[% serial.publisheddate | html %]"> |
216 |
<span title="[% serial.publisheddate | html %]"> |
216 |
[% IF serial.publisheddate %] |
217 |
[% IF serial.publisheddate %] |
|
|
218 |
[% serial.publisheddate | $KohaDates %] |
217 |
[% serial.publisheddate | $KohaDates %] |
219 |
[% ELSE %] |
218 |
[% ELSE %] |
220 |
Unknown |
219 |
Unknown |
221 |
[% END %] |
220 |
[% END %] |
222 |
</span> |
|
|
223 |
</td> |
221 |
</td> |
224 |
<td> |
222 |
<td data-order="[% serial.publisheddatetext | html %]"> |
225 |
[% IF serial.publisheddatetext %] |
223 |
[% IF serial.publisheddatetext %] |
226 |
<span title="[% serial.publisheddatetext | html %]"> |
|
|
227 |
[% serial.publisheddatetext | html %] |
224 |
[% serial.publisheddatetext | html %] |
228 |
</span> |
225 |
[% END %] |
229 |
[% END %] |
|
|
230 |
</td> |
226 |
</td> |
231 |
<td> |
227 |
<td data-order="[% serial.planneddate | html %]"> |
232 |
<span title="[% serial.planneddate | html %]"> |
228 |
[% IF serial.planneddate %] |
233 |
[% IF serial.planneddate %] |
|
|
234 |
[% serial.planneddate | $KohaDates %] |
229 |
[% serial.planneddate | $KohaDates %] |
235 |
[% ELSE %] |
230 |
[% ELSE %] |
236 |
Unknown |
231 |
Unknown |
237 |
[% END %] |
232 |
[% END %] |
238 |
</span> |
|
|
239 |
</td> |
233 |
</td> |
240 |
<td> |
234 |
<td> |
241 |
[% IF ( matches = serial.serialseq.match('(.*)Spring(.*)') ) %] |
235 |
[% IF ( matches = serial.serialseq.match('(.*)Spring(.*)') ) %] |