Lines 6-12
Link Here
|
6 |
[%# authid: if it is a linked authority, its authid %] |
6 |
[%# authid: if it is a linked authority, its authid %] |
7 |
|
7 |
|
8 |
[% SET authidurl = '/cgi-bin/koha/opac-authoritiesdetail.pl?authid=' %] |
8 |
[% SET authidurl = '/cgi-bin/koha/opac-authoritiesdetail.pl?authid=' %] |
9 |
[% SET searchurl = '/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operator=exact&marclist=any&and_or=and&orderby=HeadingAsc&value=' %] |
9 |
[% SET searchurl = '/cgi-bin/koha/opac-authorities-home.pl?op=do_search&type=opac&operator=exact&marclist=mainentry&and_or=and&orderby=HeadingAsc&value=' %] |
10 |
[% IF marcflavour == 'UNIMARC' %] |
10 |
[% IF marcflavour == 'UNIMARC' %] |
11 |
[% SWITCH type %] |
11 |
[% SWITCH type %] |
12 |
[% CASE 'broader' %] |
12 |
[% CASE 'broader' %] |
13 |
- |
|
|