[% USE raw %] [% USE Koha %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %] Tags › [% IF ( LibraryNameTitle ) %][% LibraryNameTitle | html %][% ELSE %]Koha online[% END %] catalog [% INCLUDE 'doc-head-close.inc' %] [% BLOCK cssinclude %] [% END %] [% IF ( loggedinusername ) %][% INCLUDE 'bodytag.inc' bodyid='opac-usertags' bodyclass='scrollto' %][% ELSE %][% INCLUDE 'bodytag.inc' bodyid='opac-tags' bodyclass='scrollto' %][% END %] [% INCLUDE 'masthead.inc' %]
[% IF ( OpacNav||loggedinusername ) %]
[% ELSE %]
[% END %]

All tags

[% IF ( ERRORS ) %] [% FOREACH ERROR IN ERRORS %]
There was a problem with this operation: [% IF ( ERROR.badparam ) %] ERROR: illegal parameter [% ERROR.badparam | html %] [% ELSIF ( ERROR.login ) %] ERROR: You must log in to complete that action. [% ELSIF ( ERROR.failed_delete ) %] ERROR: You cannot delete the tag [% ERROR.failed_delete | html %].
Note: you can only delete your own tags. [% ELSIF ( ERROR.scrubbed ) %] Note: your tag contained markup code that was removed.
The tag was added as "[% ERROR.scrubbed | html %]". [% ELSIF ( ERROR.scrubbed_all_bad ) %] Note: your tag was entirely markup code. It was NOT added.
Please try again with plain text. [% ELSE %]Unrecognized error. [% END %]
[% END %] [% END # /IF ERRORS %]
[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] [% UNLESS ( loggedinusername ) %]

[% IF Koha.Preference('casAuthentication') %] [%# CAS authentication is too complicated for modal window %] Log in to see your own saved tags. [% ELSE %] Log in to see your own saved tags. [% END %]

[% END %] [% END %]
[% IF ( TAGLOOP ) %]
[% FOREACH TAGLOO IN TAGLOOP %] [% TAGLOO.term | html %] [% TAGLOO.weight_total | html %] [% END %]
[% END # / TAGLOOP%] [% IF ( add_op ) %] [% IF ( added_count ) %]
[% added_count | html %] [% IF ( added_count == 1 ) %]tag[% ELSE %]tags[% END %] successfully added.
[% END %] [% IF ( deleted_count ) %]
[% deleted_count | html %] [% IF ( deleted_count == 1 ) %]tag[% ELSE %]tags[% END %] successfully deleted.
[% END %] [% END # /add_op %] [% IF ( MY_TAGS ) %]
[% FOREACH MY_TAG IN MY_TAGS %] [% IF MY_TAG.visible %] [% END %] [% END %]
Your tags
  Term Title Date added
Tag: [% IF MY_TAG.approved == 1 %] [% MY_TAG.term | html %] [% ELSE %] [% MY_TAG.term | html %] (not approved) [% END %] [% IF ( MY_TAG.XSLTBloc ) %] [% MY_TAG.XSLTBloc | $raw %] [% ELSE %] Title: [% INCLUDE 'biblio-title.inc' biblio=MY_TAG %] [% IF ( MY_TAG.author ) %] by [% MY_TAG.author | html %] [% END %] [% END # /IF MY_TAG.XSLTBloc %] [% INCLUDE 'title-actions-menu.inc' items=MY_TAG %] Date added: [% MY_TAG.date_created | $KohaDates %]
[% END # /MY_TAGS %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'datatables.inc' %] [% END %]