is_advanced = CGI.param("_adv").size;
is_special = CGI.param("_special").size;
%]
-
-
-[%# XXX KCLS Note... Remove me soon...
-BEGIN;
-INSERT INTO config.record_attr_definition (name, label, tag, sf_list)
- VALUES ('mattype', 'Material Type', '998', 'd');
-INSERT INTO config.coded_value_map (ctype, code, value)
- VALUES
- ('mattype', 'a', 'Book'),
- ('mattype', 'i', 'Book on cassette'),
- ('mattype', 'n', 'Book on CD'),
- ('mattype', 'x', 'Download music'),
- ('mattype', 'y', 'Download video'),
- ('mattype', 'h', 'DVD'),
- ('mattype', 'w', 'eBook - Audio'),
- ('mattype', 'v', 'eBook - Text'),
- ('mattype', 'e', 'Equipment'),
- ('mattype', 'f', 'Films'),
- ('mattype', 'o', 'Kit'),
- ('mattype', 'q', 'Large print'),
- ('mattype', 'b', 'Magazine'),
- ('mattype', 'd', 'Microform'),
- ('mattype', 'k', 'Music cassette'), ('mattype', 'j', 'Music CD'),
- ('mattype', 'l', 'Music LP'), ('mattype', 'p', 'Newspaper'),
- ('mattype', 't', 'Online'), ('mattype', 'u', 'Player'),
- ('mattype', 'c', 'Printed music / scores'), ('mattype', '2', 'Read along with cassette'),
- ('mattype', '5', 'Read along with CD'), ('mattype', 'm', 'Software'),
- ('mattype', 'g', 'Video'), ('mattype', 'r', '3-D Object'),
- ('mattype', 'z', 'Map'), ('mattype', 's', 'Slide set');
-COMMIT;
-%]
-