[% USE raw %] [% USE Koha %] [% USE Asset %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% PROCESS 'authorities.inc' %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% IF ( unknownauthid ) %] [% t("Unknown authority record") | html %] [% ELSE %] [% tx("Details for authority #{authid} ({authtypetext})", { authid = authid, authtypetext = authtypetext }) | html %] [% END %] › [% t("Authorities") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% Asset.css("css/addbiblio.css") | $raw %] [% IF ( displayhierarchy ) %] [% Asset.css("lib/jquery/plugins/jstree/themes/default/style.min.css") | $raw %] [% END %] [% WRAPPER 'header.inc' %] [% INCLUDE 'authorities-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Authorities [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] [% IF ( unknownauthid ) %] Unknown authority record [% ELSE %] Details for authority #[% authid | html %] ([% authtypetext | html %]) [% END %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]
[% INCLUDE 'messages.inc' %] [% INCLUDE 'authorities-toolbar.inc' %] [% IF ( displayhierarchy ) %]
[% PROCESS showhierarchy trees = loophierarchies %]
[% END %] [% IF ( unknownauthid ) %]

Authority does not exist

The authority record you requested does not exist ([% errauthid | html %]).
[% ELSE %]

Authority #[% authid | html %] ([% authtypetext | html %])

[% IF count %] Used in [% count | html %] record(s) [% ELSE %] This authority is not used in any records. [% END %]
[% WRAPPER tabs id= "authoritiestabs" %] [% WRAPPER tabs_nav %] [% FOREACH BIG_LOO IN BIG_LOOP %] [% WRAPPER tab_item tabname= "tab${ BIG_LOO.number }XX" %] [% BIG_LOO.number | html %] [% END %] [% END %] [% END # /WRAPPER tabs_nav %] [% WRAPPER tab_panels %] [% FOREACH BIG_LOO IN BIG_LOOP %] [% WRAPPER tab_panel tabname="tab${ BIG_LOO.number }XX" %] [% FOREACH innerloo IN BIG_LOO.innerloop %] [% IF ( innerloo.tag_number ) %]
[% innerloo.tag_number | html %] [% IF (innerloo.defined("ind1") ) %] [% innerloo.ind1 | html %][% innerloo.ind2 | html %] [% END %] [% IF (innerloo.tag_desc) %] - [% innerloo.tag_desc | html %] [% END %]
[% ELSE %]
[% END # /IF ( innerloo.tag_number ) %] [% FOREACH subfiel IN innerloo.subfield %]
[% UNLESS ( subfiel.hide_marc ) %] [% subfiel.marc_subfield | html %] [% END %] [% subfiel.long_desc | html %]
[% IF ( subfiel.is_url ) %] [% subfiel.marc_value | html %] [% ELSE %] [% subfiel.marc_value | html %] [% END %]
[% END #/FOREACH subfiel %]
[% END # /FOREACH innerloo %] [% END # /tab_panel#tab${ BIG_LOO.number }XX %] [% END # /FOREACH BIG_LOO %] [% END # /WRAPPER tab_panels %] [% END # /WRAPPER tabs %] [% END # /IF ( unknownauthid ) %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'authorities_js.inc' %] [% IF ( displayhierarchy ) %] [% Asset.js("lib/jquery/plugins/jstree/jstree-3.3.12.min.js") | $raw %] [% END %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]