[% USE raw %] [% USE Asset %] [% USE Koha %] [% PROCESS 'display-library-address.inc' %] [% INCLUDE 'doc-head-open.inc' %] [% IF ( LibraryNameTitle ) %] [% LibraryNameTitle | html %] [% ELSE %] Koha online [% END %] catalog › Libraries [% IF ( library ) %] › [% library.branchname | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %][% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-library' bodyclass='scrollto' %] [% INCLUDE 'masthead.inc' %] [% BLOCK library_description %]
[% library.opac_info | $raw %]
[% END %] [% BLOCK library_info %]
[% PROCESS 'display-library-address' %]
[% IF ( library.branchphone ) %]

Phone: [% library.branchphone | html %]

[% END %] [% IF ( library.branchfax ) %]

Fax: [% library.branchfax | html %]

[% END %] [% IF ( library.branchurl ) %]

[% library.branchurl | html %]

[% END %] [% END %]
[% IF ( OpacNav || OpacNavBottom ) %]
[% ELSE %]
[% END %] [% IF ( library ) %]

[% library.branchname | html %]

[% PROCESS library_info %] [% IF ( library.opac_info ) %]
[% PROCESS library_description %] [% END %]
[% IF ( libraries.count > 1 ) %] [% END # /IF libraries.count > 1 %]
[% ELSE %]

[% IF ( singleBranchMode ) %]Library[% ELSE %]Libraries[% END %]

[% FOREACH library IN libraries %]

[% IF ( libraries.count > 1 ) %] [% library.branchname | html %] [% ELSE %] [% library.branchname | html %] [% END %]

[% PROCESS library_info %]
[% IF ( libraries.count == 1 ) %] [% PROCESS library_description %] [% END %] [% END %]
[% END # /IF library %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %][% END %]