[% PROCESS 'authorities.inc' %] [% INCLUDE 'doc-head-open.inc' %] Koha › Authorities › [% IF ( unknownauthid ) %] Unknown authority record [% ELSE %] Details for authority #[% authid %] ([% authtypetext %]) [% END %] [% INCLUDE 'doc-head-close.inc' %] [% IF ( displayhierarchy ) %] [% END %] [% INCLUDE 'header.inc' %] [% INCLUDE 'authorities-search.inc' %]
[% INCLUDE 'authorities-toolbar.inc' %] [% IF ( displayhierarchy ) %]
[% PROCESS showhierarchy trees = loophierarchies %]
[% END %] [% IF ( unknownauthid ) %]
The authority record you requested does not exist ([% errauthid %]).
[% ELSE %]

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

[% FOREACH BIG_LOO IN BIG_LOOP %]
[% FOREACH innerloo IN BIG_LOO.innerloop %] [% IF ( innerloo.tag ) %]
[% innerloo.tag %]
[% ELSE %]
[% END %] [% FOREACH subfiel IN innerloo.subfield %]

[% subfiel.marc_value %] [% IF ( subfiel.link ) %] [% END %] [% IF ( subfiel.authority ) %] Auth [% END %]

[% END %]
[% END %]
[% END %]
[% END %]
[% INCLUDE 'intranet-bottom.inc' %]