Lines 717-730
Link Here
|
717 |
[% IF MARCNOTE.marcnote.match('^https?://\S+$') %] |
717 |
[% IF MARCNOTE.marcnote.match('^https?://\S+$') %] |
718 |
<a href="[% MARCNOTE.marcnote | url %]">[% MARCNOTE.marcnote | html %]</a> |
718 |
<a href="[% MARCNOTE.marcnote | url %]">[% MARCNOTE.marcnote | html %]</a> |
719 |
[% ELSE %] |
719 |
[% ELSE %] |
720 |
[% MARCNOTE.marcnote | html | html_line_break %] |
720 |
[% MARCNOTE.marcnote | $raw | html_line_break %] |
721 |
[% END %] |
721 |
[% END %] |
722 |
</p> |
722 |
</p> |
723 |
[% END %] |
723 |
[% END %] |
724 |
</div> |
724 |
</div> |
725 |
[% ELSE %] |
725 |
[% ELSE %] |
726 |
[% IF ( notes ) %] |
726 |
[% IF ( notes ) %] |
727 |
<p>[% notes | html %]</p> |
727 |
<p>[% notes | $raw %]</p> |
728 |
[% END %] |
728 |
[% END %] |
729 |
[% END %] |
729 |
[% END %] |
730 |
|
730 |
|
731 |
- |
|
|