[% USE raw %] [% USE Asset %] [% USE AuthorisedValues %] [% USE Branches %] [% PROCESS 'i18n.inc' %] [% SET footerjs = 1 %] [% INCLUDE 'doc-head-open.inc' %] [% FILTER collapse %] [% tx("Results for tag '{tag}'", { tag = tag }) | html %] › [% t("Tags") | html %] › [% t("Tools") | html %] › [% t("Koha") | html %] [% END %] [% INCLUDE 'doc-head-close.inc' %] [% WRAPPER 'header.inc' %] [% INCLUDE 'cat-search.inc' %] [% END %] [% WRAPPER 'sub-header.inc' %] [% WRAPPER breadcrumbs %] [% WRAPPER breadcrumb_item %] Tools [% END %] [% WRAPPER breadcrumb_item %] Tags [% END %] [% WRAPPER breadcrumb_item bc_active= 1 %] [% tx("Results for tag '{tag}'", { tag = tag }) | html %] [% END %] [% END #/ WRAPPER breadcrumbs %] [% END #/ WRAPPER sub-header.inc %]

[% tx("Results for tag '{tag}'", { tag = tag }) | html %]

[% IF ( titles ) %]
[% FOREACH title IN titles %] [% END %]
Title Location  
[% INCLUDE 'biblio-title.inc' biblio=title link = 1 %] [% title.author | html %]

[% IF ( title.publishercode ) %]- [% title.publishercode | html %] [% IF ( title.place ) %] [% title.place | html %][% END %][% END %] [% IF ( title.pages ) %] - [% title.pages | html %][% IF ( title.size ) %] [% title.size | html %] [% END %] [% END %]

[% IF ( title.notes ) %]

[% title.notes | html %]

[% END %] [% IF ( title.TagLoop ) %]

Tagged with: [% FOREACH TagLoo IN title.TagLoop %] [% TagLoo.term | html %] ([% TagLoo.weight_total | html %])[% IF ( loop.last ) %][% ELSE %], [% END %] [% END %]

[% END %]
[% IF ( title.items.count ) %]
    [% FOREACH item IN title.items %]
  • [% Branches.GetName(item.holdingbranch) | html %] [% AuthorisedValues.GetDescriptionByKohaField( kohafield => 'items.location', authorised_value => item.location ) | html %] [% IF ( item.itemcallnumber ) %] ([% item.itemcallnumber | html %]) [% END %]
  • [% END %]
[% ELSE %]This record has no items.[% END %]
[% ELSE %]
There are no titles tagged with the term [% tag | html %]
[% END %]
[% MACRO jsinclude BLOCK %] [% INCLUDE 'datatables.inc' %] [% END %] [% INCLUDE 'intranet-bottom.inc' %]