View | Details | Raw Unified | Return to bug 29897
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-auth-detail.tt (+3 lines)
Lines 196-201 Link Here
196
                                [% CASE 'rid' %]
196
                                [% CASE 'rid' %]
197
                                    Publons:
197
                                    Publons:
198
                                    <a href="https://publons.com/researcher/[% identifier.number | url %]">[% identifier.number | html %]</a>
198
                                    <a href="https://publons.com/researcher/[% identifier.number | url %]">[% identifier.number | html %]</a>
199
                                [% CASE 'viaf' %]
200
                                    VIAF:
201
                                    <a href="https://viaf.org/viaf/[% identifier.number | url %]">[% identifier.number | html %]</a>
199
                                [% CASE %][% identifier.source | html %]: [% identifier.number | html %]
202
                                [% CASE %][% identifier.source | html %]: [% identifier.number | html %]
200
                                [% END %]
203
                                [% END %]
201
                                </li>
204
                                </li>
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-detail.tt (-1 / +3 lines)
Lines 952-957 Link Here
952
                                            [% CASE 'rid' %]
952
                                            [% CASE 'rid' %]
953
                                                Publons:
953
                                                Publons:
954
                                                <a href="https://publons.com/researcher/[% identifier.number | url %]">[% identifier.number | html %]</a>
954
                                                <a href="https://publons.com/researcher/[% identifier.number | url %]">[% identifier.number | html %]</a>
955
                                            [% CASE 'viaf' %]
956
                                                VIAF:
957
                                                <a href="https://viaf.org/viaf/[% identifier.number | url %]">[% identifier.number | html %]</a>
955
                                            [% CASE %][% identifier.source | html %]: [% identifier.number | html %]
958
                                            [% CASE %][% identifier.source | html %]: [% identifier.number | html %]
956
                                            [% END %]
959
                                            [% END %]
957
                                            </li>
960
                                            </li>
958
- 

Return to bug 29897