[% USE raw %] [% USE Asset %] [% USE Koha %] [% PROCESS 'display-library-address.inc' %] [% USE AdditionalContents %] [% IF library %][% SET OpacLibraryInfo = library.opac_info( lang => lang ) %][% END %] [% 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' %] [% IF ( library ) %] [% library.branchname | html %] › [% END %] Libraries › [% IF ( LibraryNameTitle ) %] [% LibraryNameTitle | html %] [% ELSE %] Koha online [% END %] catalog [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] [% END %] [% INCLUDE 'bodytag.inc' bodyid='opac-library' bodyclass='scrollto' %] [% INCLUDE 'masthead.inc' %] [% BLOCK library_description %]
[% IF OpacLibraryInfo %][% OpacLibraryInfo.content | $raw %][% END %]
[% 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 ( OpacLibraryInfo ) %]

[% PROCESS library_description %]
[% END %]
[% ELSE %]

Libraries

[% FOREACH library IN libraries %] [% IF ( branchcode == library.branchcode ) %]
[% ELSE %]
[% END %]

[% library.branchname | html %]

[% PROCESS library_info %]
[% END %]
[% END # /IF library %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %][% END %]