[% USE raw %] [% USE Asset %] [% USE Koha %] [% USE AdditionalContents %] [% PROCESS 'opac-authorities.inc' %] [% SET OpacNav = AdditionalContents.get( location => "OpacNav", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] [% SET OpacNavBottom = AdditionalContents.get( location => "OpacNavBottom", lang => lang, library => logged_in_user.branchcode || default_branch, blocktitle => 0 ) %] [% INCLUDE 'doc-head-open.inc' %] [% summary.mainentry | html %][% IF authtypetext %] ([% authtypetext | html %])[% END %] › Authority search › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] [% IF ( displayhierarchy ) %] [% Asset.css("lib/jquery/plugins/jstree/themes/default/style.min.css") | $raw %] [% END %] [% END %] [%# FIXME authid is modified when passed authheadingdisplay %] [%# It's then wrong in the JS %] [% SET original_authid = authid %] [% INCLUDE 'bodytag.inc' bodyid='opac-authoritiesdetail' bodyclass='scrollto' %] [% INCLUDE 'masthead.inc' %]
[% IF ( OpacNav || OpacNavBottom ) %]
[% ELSE %]
[% END %]
Normal view MARC view
[% IF ( displayhierarchy ) %]
[% PROCESS showhierarchy trees = loophierarchies %]
[% END %]

[% summary.mainentry | html %][% IF authtypetext %] ([% authtypetext | html %])[% END %]

[% IF count %]Number of records used in: [% count | html %][% ELSE %]This authority is not used in any records.[% END %]
[% FOREACH authorize IN summary.authorized %]
Preferred form: [% authorize.heading | html %]
[% END %] [% PROCESS otherscript headings=summary.otherscript wantcategory='preferred' %]
[% IF summary.seefrom.size %]
Used for/see from:
    [% FOREACH seefro IN summary.seefrom %]
  • [% IF seefro.type && seefro.type != 'seefrom' %] [% PROCESS authtypelabel type=seefro.type | trim %]: [% END %] [% PROCESS authheadingdisplay heading=seefro.heading search=seefrosearch authid=seefro.authid %]
  • [% END %] [% PROCESS otherscript headings=summary.otherscript wantcategory='seefrom' %]
[% END %] [% IF summary.seealso.size %]
See also:
    [% FOREACH seeals IN summary.seealso %]
  • [% IF seeals.type && seeals.type != 'seealso' %] [% PROCESS authtypelabel type=seeals.type | trim %]: [% END %] [% PROCESS authheadingdisplay heading=seeals.heading search=seeals.search authid=seeals.authid %]
  • [% END %] [% PROCESS otherscript headings=summary.otherscript wantcategory='seealso' %]
[% END %] [% IF marcflavour == 'UNIMARC' && summary.otherscript %]
Other forms:
    [% FOREACH otherscrip IN summary.otherscript %]
  • [% PROCESS language lang=otherscrip.lang | trim %]: [% otherscrip.term | html %]
  • [% END %]
[% END %] [% IF ( MARCURLS ) %]
Online resources:
    [% FOREACH MARCurl IN MARCURLS %]
  • [% IF ( MARCurl.part ) %][% MARCurl.part | html %]
    [% END %] [% IF ( Koha.Preference('OPACURLOpenInNewWindow') ) %] [% ELSE %] [% END %] [% MARCurl.linktext | html %] [% IF ( MARCurl.notes ) %]
      [% FOREACH note IN MARCurl.notes %]
    • [% note.note | html %]
    • [% END %]
    [% END %]
  • [% END # /FOREACH MARCURLS %]
[% END # / IF MARCURLS %]
[% FOREACH note IN summary.notes %]

[% note.note | html %]

[% END %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% IF ( displayhierarchy ) %] [% Asset.js("lib/jquery/plugins/jstree/jstree-3.3.12.min.js") | $raw %] [% END %] [% END %]