Just as we show the ISBN in search results, the ISSN is an important
identifier to display if we have one (and we often will if we don't have
an ISBN).
Signed-off-by: Dan Scott <dscott@laurentian.ca>
Signed-off-by: Lebbeous Fogle-Weekley <lebbeous@esilibrary.com>
<td>[% attrs.isbns.0 | html %]</td>
</tr>
[% END %]
+ [%- IF attrs.issns.size > 0 %]
+ <tr name="results_issn_tr">
+ <td valign="top">
+ <strong>[% l('ISSN:') %]</strong>
+ </td>
+ <td>[% attrs.issns.0 | html %]</td>
+ </tr>
+ [%- END %]
[%- IF openurl.enabled == 'true';
FOREACH issn IN args.issns;
NEXT IF issn == '';