[% USE raw %]
[% USE Asset %]
[% SET footerjs = 1 %]
[% INCLUDE 'doc-head-open.inc' %]
Koha › Administration › Record matching rules
[% IF ( matching_rule_form ) %]
[% IF ( edit_matching_rule ) %]
› Modify record matching rule
[% ELSE %]
› Add record matching rule
[% END %]
[% END %]
[% IF ( delete_matching_rule_form ) %]
› Confirm deletion of record matching rule "[% code | html %]"
[% END %]
[% INCLUDE 'doc-head-close.inc' %]
[% BLOCK norms_text %]
[% SWITCH norm %]
[% CASE 'none' %]None
[% CASE 'remove_spaces' %]Remove spaces
[% CASE 'upper_case' %]Uppercase
[% CASE 'lower_case' %]Lowercase
[% CASE 'legacy_default' %]Legacy default
[% CASE 'ISBN' %]ISBN
[% CASE %][% norm | html %]
[% END %]
[% END %]
[% BLOCK norms_options %]
[%# PARAMS: selected_norm %]
[% FOREACH norm IN valid_norms %]
[% IF ( norm == selected_norm ) %]
[% ELSE %]
[% END %]
[% END %]
[% END %]
[% BLOCK norms_select %]
[%# PARAMS: selected_norm, id, name %]
[% UNLESS valid_norms.grep(selected_norm).size %]
[%# Fallback to 'none' %]
[% selected_norm = 'none' %]
[% END %]
[% END %]
[% INCLUDE 'header.inc' %]
[% INCLUDE 'prefs-admin-search.inc' %]
Home › Administration › [% IF ( display_list ) %]Record matching rules[% ELSE %]Record matching rules[% END %]
[% IF ( matching_rule_form ) %]
[% IF ( edit_matching_rule ) %]
› Modify record matching rule
[% ELSE %]
› Add record matching rule
[% END %]
[% END %]
[% IF ( delete_matching_rule_form ) %]
› Confirm deletion of record matching rule "[% code | html %]"
[% END %]
[% IF ( matching_rule_form ) %]
[% IF ( edit_matching_rule ) %]
Modify record matching rule
[% ELSE %]
Add record matching rule
[% END %]
[% END %]
[% IF ( delete_matching_rule_form ) %]
Confirm deletion of record matching rule '[% code | html %]' ([% description | html %])?