[% INCLUDE 'doc-head-open.inc' %] Koha › Admin › OAI sets [% INCLUDE 'doc-head-close.inc' %] [% INCLUDE 'header.inc' %] [% INCLUDE 'cat-search.inc' %]

OAI sets configuration

[% IF op_new %]

Add a new set



Add description
[% ELSE %][% IF op_mod %]

Modify set '[% spec %]'



    [% FOREACH desc IN descriptions %]
  •  ×
  • [% END %]
Add description
[% END %] [% END %]

List of sets

[% UNLESS ( op_new ) %] Add a new set [% END %] [% IF sets_loop %] [% FOREACH set IN sets_loop %] [% END %]
setSpec setName setDescriptions Action
[% set.spec %] [% set.name %] [% IF set.descriptions %]
    [% FOREACH desc IN set.descriptions %]
  • [% desc.description %]
  • [% END %]
[% ELSE %] No descriptions [% END %]
Modify | Delete | Define mappings
[% ELSE %]

There is no set defined.

[% END %]
[% INCLUDE 'admin-menu.inc' %]
[% INCLUDE 'intranet-bottom.inc' %]