|
Lines 864-870
Link Here
|
| 864 |
<tbody> |
864 |
<tbody> |
| 865 |
[% FOREACH latestserial IN subscription.latestserials %] |
865 |
[% FOREACH latestserial IN subscription.latestserials %] |
| 866 |
<tr> |
866 |
<tr> |
| 867 |
<td class="serialseq">[% latestserial.serialseq | html %]</td> |
867 |
<td class="serialseq"> |
|
|
868 |
[% IF ( matches = serialslis.serialseq.match('(.*)Spring(.*)') ) %] |
| 869 |
[% matches.0 | html %]Spring[% matches.1 | html %] |
| 870 |
[% ELSIF ( matches = serialslis.serialseq.match('(.*)Summer(.*)') ) %] |
| 871 |
[% matches.0 | html %]Summer[% matches.1 | html %] |
| 872 |
[% ELSIF ( matches = serialslis.serialseq.match('(.*)Fall(.*)') ) %] |
| 873 |
[% matches.0 | html %]Fall[% matches.1 | html %] |
| 874 |
[% ELSIF ( matches = serialslis.serialseq.match('(.*)Winter(.*)') ) %] |
| 875 |
[% matches.0 | html %]Winter[% matches.1 | html %] |
| 876 |
[% ELSIF ( matches = serialslis.serialseq.match('(.*)Spr(.*)') ) %] |
| 877 |
[% matches.0 | html %]Spr[% matches.1 | html %] |
| 878 |
[% ELSIF ( matches = serialslis.serialseq.match('(.*)Sum(.*)') ) %] |
| 879 |
[% matches.0 | html %]Sum[% matches.1 | html %] |
| 880 |
[% ELSIF ( matches = serialslis.serialseq.match('(.*)Fal(.*)') ) %] |
| 881 |
[% matches.0 | html %]Fal[% matches.1 | html %] |
| 882 |
[% ELSIF ( matches = serialslis.serialseq.match('(.*)Win(.*)') ) %] |
| 883 |
[% matches.0 | html %]Win[% matches.1 | html %] |
| 884 |
[% ELSE %] |
| 885 |
[% serialslis.serialseq | html %] |
| 886 |
[% END %] |
| 887 |
</td> |
| 868 |
<td class="publisheddate"><span title="[% latestserial.publisheddate | html %]">[% latestserial.publisheddate | $KohaDates %]</span></td> |
888 |
<td class="publisheddate"><span title="[% latestserial.publisheddate | html %]">[% latestserial.publisheddate | $KohaDates %]</span></td> |
| 869 |
<td class="planneddate"><span title="[% latestserial.planneddate | html %]">[% latestserial.planneddate | $KohaDates %]</span></td> |
889 |
<td class="planneddate"><span title="[% latestserial.planneddate | html %]">[% latestserial.planneddate | $KohaDates %]</span></td> |
| 870 |
<td class="serial_status"> |
890 |
<td class="serial_status"> |
| 871 |
- |
|
|