[% USE Koha %] [% USE KohaDates %] [% INCLUDE 'doc-head-open.inc' %][% IF ( LibraryNameTitle ) %][% LibraryNameTitle %][% ELSE %]Koha online[% END %] catalog › Tags [% 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 %]
[% IF ( ERRORS ) %] [% FOREACH ERROR IN ERRORS %]
There was a problem with this operation: [% IF ( ERROR.tagsdisabled ) %] Sorry, tags are not enabled on this system. [% ELSIF ( ERROR.badparam ) %] ERROR: illegal parameter [% ERROR.badparam %] [% 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 %].
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 %]". [% 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 %]

All Tags

[% IF Koha.Preference( 'opacuserlogin' ) == 1 %] [% UNLESS ( loggedinusername ) %]

Log in to see your own saved tags.

[% END %] [% END %]
[% IF ( TAGLOOP ) %]
[% FOREACH TAGLOO IN TAGLOOP %] [% TAGLOO.term |html %] [% TAGLOO.weight_total %] [% END %]
[% END # / TAGLOOP%] [% IF ( add_op ) %] [% IF ( added_count ) %]
[% added_count %] [% IF ( added_count ==1 ) %] tag[% ELSE %]tags[% END %] successfully added.
[% END %] [% IF ( deleted_count ) %]
[% deleted_count %][% IF ( deleted_count ==1 ) %] tag[% ELSE %]tags[% END %] successfully deleted.
[% END %] [% END # /add_op %] [% IF ( MY_TAGS ) %]

My Tags

[% FOREACH MY_TAG IN MY_TAGS %] [% END %]
TermTitleDate addedDelete
Tag: [% MY_TAG.term |html %] Title: [% MY_TAG.bib_summary |html %] Date added: [% MY_TAG.date_created | $KohaDates %]
[% END # /MY_TAGS %]
[% INCLUDE 'opac-bottom.inc' %] [% BLOCK jsinclude %] [% INCLUDE 'datatables.inc' %] [% END %]